Revision 3636

View differences:

trunk/libraries/libjni-ecwcompress/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="src"/>
4
	<classpathentry kind="src" path="src-test"/>
5
	<classpathentry kind="lib" path="lib/gdal/jgdal.jar"/>
6
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7
	<classpathentry kind="output" path="bin"/>
8
</classpath>
trunk/libraries/libjni-ecwcompress/.cdtproject
1
<?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
<data>
7
<item id="org.eclipse.cdt.core.pathentry">
8
<pathentry kind="src" path=""/>
9
<pathentry kind="out" path=""/>
10
<pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
11
</item>
12
<item id="cdt_indexer">
13
<indexEnabled indexValue="true"/>
14
<indexerProblemsEnabled indexProblemsValue="0"/>
15
</item>
16
<item id="org.eclipse.cdt.make.core.buildtargets">
17
<buildTargets>
18
<target name="all" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
19
<buildCommand>make</buildCommand>
20
<buildTarget>all</buildTarget>
21
<stopOnError>false</stopOnError>
22
<useDefaultCommand>true</useDefaultCommand>
23
</target>
24
<target name="clean" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
25
<buildCommand>make</buildCommand>
26
<buildTarget>clean</buildTarget>
27
<stopOnError>false</stopOnError>
28
<useDefaultCommand>true</useDefaultCommand>
29
</target>
30
</buildTargets>
31
</item>
32
</data>
33
</cdtproject>
0 34

  
trunk/libraries/libjni-ecwcompress/.project
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<projectDescription>
3
	<name>jecwcompress-src-0.0.0</name>
3
	<name>libjni-ecwcompress</name>
4 4
	<comment></comment>
5 5
	<projects>
6 6
	</projects>
7 7
	<buildSpec>
8 8
		<buildCommand>
9
			<name>org.eclipse.jdt.core.javabuilder</name>
9
			<name>org.eclipse.cdt.make.core.makeBuilder</name>
10 10
			<arguments>
11
				<dictionary>
12
					<key>org.eclipse.cdt.core.errorOutputParser</key>
13
					<value>org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.VCErrorParser;</value>
14
				</dictionary>
15
				<dictionary>
16
					<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
17
					<value>clean all</value>
18
				</dictionary>
19
				<dictionary>
20
					<key>org.eclipse.cdt.make.core.incrementalBuildTarget</key>
21
					<value>all</value>
22
				</dictionary>
23
				<dictionary>
24
					<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
25
					<value>false</value>
26
				</dictionary>
27
				<dictionary>
28
					<key>org.eclipse.cdt.make.core.buildLocation</key>
29
					<value></value>
30
				</dictionary>
31
				<dictionary>
32
					<key>org.eclipse.cdt.make.core.enableFullBuild</key>
33
					<value>true</value>
34
				</dictionary>
35
				<dictionary>
36
					<key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key>
37
					<value>true</value>
38
				</dictionary>
39
				<dictionary>
40
					<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
41
					<value>true</value>
42
				</dictionary>
43
				<dictionary>
44
					<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
45
					<value>clean</value>
46
				</dictionary>
47
				<dictionary>
48
					<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
49
					<value>true</value>
50
				</dictionary>
51
				<dictionary>
52
					<key>org.eclipse.cdt.make.core.buildCommand</key>
53
					<value>make</value>
54
				</dictionary>
55
				<dictionary>
56
					<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
57
					<value>all</value>
58
				</dictionary>
59
				<dictionary>
60
					<key>org.eclipse.cdt.make.core.stopOnError</key>
61
					<value>false</value>
62
				</dictionary>
11 63
			</arguments>
12 64
		</buildCommand>
65
		<buildCommand>
66
			<name>org.eclipse.cdt.make.core.ScannerConfigBuilder</name>
67
			<arguments>
68
				<dictionary>
69
					<key>org.eclipse.cdt.make.core.ScannerConfigDiscoveryEnabled</key>
70
					<value>true</value>
71
				</dictionary>
72
				<dictionary>
73
					<key>org.eclipse.cdt.make.core.makeBuilderParserId</key>
74
					<value>org.eclipse.cdt.make.core.GCCScannerInfoConsoleParser</value>
75
				</dictionary>
76
				<dictionary>
77
					<key>org.eclipse.cdt.make.core.esiProviderCommandEnabled</key>
78
					<value>true</value>
79
				</dictionary>
80
				<dictionary>
81
					<key>org.eclipse.cdt.make.core.siProblemGenerationEnabled</key>
82
					<value>true</value>
83
				</dictionary>
84
				<dictionary>
85
					<key>org.eclipse.cdt.make.core.useDefaultESIProviderCmd</key>
86
					<value>true</value>
87
				</dictionary>
88
				<dictionary>
89
					<key>org.eclipse.cdt.make.core.makeBuilderParserEnabled</key>
90
					<value>true</value>
91
				</dictionary>
92
				<dictionary>
93
					<key>org.eclipse.cdt.make.core.esiProviderParserId</key>
94
					<value>org.eclipse.cdt.make.core.GCCSpecsConsoleParser</value>
95
				</dictionary>
96
			</arguments>
97
		</buildCommand>
13 98
	</buildSpec>
14 99
	<natures>
15
		<nature>org.eclipse.jdt.core.javanature</nature>
100
		<nature>org.eclipse.cdt.core.cnature</nature>
101
		<nature>org.eclipse.cdt.make.core.makeNature</nature>
102
		<nature>org.eclipse.cdt.make.core.ScannerConfigNature</nature>
103
		<nature>org.eclipse.cdt.core.ccnature</nature>
16 104
	</natures>
17 105
</projectDescription>

Also available in: Unified diff