~ubuntu-branches/ubuntu/lucid/codelite/lucid

« back to all changes in this revision

Viewing changes to CxxParser/CxxParser.workspace

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-01-12 15:46:55 UTC
  • Revision ID: james.westby@ubuntu.com-20090112154655-sdynrljcb6u167yw
Tags: upstream-1.0.2674+dfsg
ImportĀ upstreamĀ versionĀ 1.0.2674+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<CodeLite_Workspace Name="CxxParser" Database="./CxxParser.tags">
 
3
  <Ctags>
 
4
    <Option Name="Macros"/>
 
5
    <Option Name="Language">C++</Option>
 
6
    <Option Name="FileSpec">*.cpp;*.c;*.cxx;*.cc;*.h;*.hpp</Option>
 
7
    <Option Name="ParseComments">no</Option>
 
8
  </Ctags>
 
9
  <Project Name="Parser" Path="Parser.project" Active="Yes"/>
 
10
  <BuildMatrix>
 
11
    <WorkspaceConfiguration Name="Release" Selected="yes">
 
12
      <Project Name="Parser" ConfigName="Release"/>
 
13
    </WorkspaceConfiguration>
 
14
  </BuildMatrix>
 
15
  <Environment>
 
16
    <Variable Name="WorkspaceName" Value="CxxParser"/>
 
17
    <Variable Name="WorkspacePath" Value="/Development/C++/codelite/trunk/CxxParser"/>
 
18
  </Environment>
 
19
</CodeLite_Workspace>