-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make use of the svn:ignore property to clean up the output of "svn st…
…atus" git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@1020 9da81c78-c036-0410-9e1f-a2b0375e4b5a
- Loading branch information
srabbelier
committed
Jan 29, 2008
1 parent
ae6556a
commit 3401227
Showing
3 changed files
with
27 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<CodeLite_Workspace Name="Plugins" Database=".\Plugins.tags"> | ||
<Project Name="ReferenceAnalyser" Path="ReferenceAnalyser\ReferenceAnalyser.project" Active="Yes"/> | ||
<CodeLite_Workspace Name="Plugins" Database="./Plugins.tags"> | ||
<Project Name="ReferenceAnalyser" Path="ReferenceAnalyser/ReferenceAnalyser.project" Active="Yes"/> | ||
<Environment> | ||
<Variable Name="WorkspaceName" Value="Plugins"/> | ||
<Variable Name="WorkspacePath" Value="/home/sverre/code/CodeLite/trunk"/> | ||
</Environment> | ||
<Project Name="Parser" Path="MakefileParser/Parser.project" Active="No"/> | ||
<BuildMatrix> | ||
<WorkspaceConfiguration Name="Win Release Unicode" Selected="no"> | ||
<WorkspaceConfiguration Name="Win Release Unicode" Selected="yes"> | ||
<Project Name="ReferenceAnalyser" ConfigName="WinReleaseUnicode"/> | ||
<Project Name="Parser" ConfigName="Debug"/> | ||
</WorkspaceConfiguration> | ||
<WorkspaceConfiguration Name="Debug Unicode" Selected="no"> | ||
<WorkspaceConfiguration Name="Debug Unicode" Selected="yes"> | ||
<Project Name="ReferenceAnalyser" ConfigName="DebugUnicode"/> | ||
<Project Name="Parser" ConfigName="Debug"/> | ||
</WorkspaceConfiguration> | ||
<WorkspaceConfiguration Name="Win Debug Unicode" Selected="yes"> | ||
<Project Name="ReferenceAnalyser" ConfigName="WinDebugUnicode"/> | ||
<Project Name="Parser" ConfigName="Debug"/> | ||
</WorkspaceConfiguration> | ||
<WorkspaceConfiguration Name="Release Unicode" Selected="no"> | ||
<WorkspaceConfiguration Name="Release Unicode" Selected="yes"> | ||
<Project Name="ReferenceAnalyser" ConfigName="ReleaseUnicode"/> | ||
<Project Name="Parser" ConfigName="Debug"/> | ||
</WorkspaceConfiguration> | ||
</BuildMatrix> | ||
<Environment> | ||
<Variable Name="WorkspaceName" Value="Plugins"/> | ||
<Variable Name="WorkspacePath" Value="/Development/C++/codelite/trunk"/> | ||
</Environment> | ||
</CodeLite_Workspace> |