Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_2_Build_903 / libraries / libjni-gdal / .cdtproject @ 28800

History | View | Annotate | Download (1.39 KB)

1 3633 nacho
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse-cdt version="2.0"?>
3
4
<cdtproject id="org.eclipse.cdt.make.core.make">
5
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.ELF"/>
6 7765 nacho
<extension point="org.eclipse.cdt.core.CIndexer" id="org.eclipse.cdt.core.domsourceindexer"/>
7 3633 nacho
<data>
8
<item id="org.eclipse.cdt.core.pathentry">
9
<pathentry kind="src" path=""/>
10
<pathentry kind="out" path=""/>
11
<pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
12
</item>
13
<item id="cdt_indexer">
14
<indexEnabled indexValue="true"/>
15
<indexerProblemsEnabled indexProblemsValue="0"/>
16
</item>
17
<item id="org.eclipse.cdt.make.core.buildtargets">
18
<buildTargets>
19
<target name="all" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
20
<buildCommand>make</buildCommand>
21
<buildTarget>all</buildTarget>
22
<stopOnError>false</stopOnError>
23
<useDefaultCommand>true</useDefaultCommand>
24
</target>
25
<target name="clean" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
26
<buildCommand>make</buildCommand>
27
<buildTarget>clean</buildTarget>
28
<stopOnError>false</stopOnError>
29
<useDefaultCommand>true</useDefaultCommand>
30
</target>
31
<target name="test" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
32
<buildCommand>make</buildCommand>
33
<buildTarget>test</buildTarget>
34
<stopOnError>false</stopOnError>
35
<useDefaultCommand>true</useDefaultCommand>
36
</target>
37
</buildTargets>
38
</item>
39
</data>
40
</cdtproject>