aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
blob: 41458fb3498c0b00179ed70d65f4e2b068883939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" output="build/test/build/classes" path="src/junit">
		<attributes>
			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/obj"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="src" output="build/classes" path="build/gensrc/java">
		<attributes>
			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/obj"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="src" output="build/test/build/classes" path="build/test/build/gensrc/classes">
		<attributes>
			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/test/build/natives"/>
		</attributes>
	</classpathentry>
	<classpathentry excluding="com/jogamp/gluegen/runtime/BufferFactoryInternal.java" kind="src" output="build/classes" path="src/java">
		<attributes>
			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/obj"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="src" path="test/junit"/>
	<classpathentry kind="src" path="jcpp/src/main/java"/>
	<classpathentry kind="src" path="jcpp/src/test/java"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/>
	<classpathentry kind="lib" path="make/lib/antlr.jar" sourcepath="make/lib/antlr-src.zip"/>
	<classpathentry kind="lib" path="make/lib/junit.jar" sourcepath="make/lib/junit-sources.jar"/>
	<classpathentry kind="lib" path="make/lib/semantic-versioning/semver.jar" sourcepath="make/lib/semantic-versioning/semver-src.zip"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
		<attributes>
			<attribute name="module" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Android-24"/>
	<classpathentry kind="output" path="build/eclipse-classes"/>
</classpath>