summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2011-01-11 14:25:11 -0600
committerWade Walker <[email protected]>2011-01-11 14:25:11 -0600
commit7d19bfdbfa31ca35308373ff933b46c9169f690e (patch)
treee4e7bffb2ad793f8699183090aaf3d978d15adda /.classpath
parent10c62de831ef208007402134fa2ac9cca85f4770 (diff)
Created Eclipse project files.
Created the Eclipse project files needed to build gluegen. These files don't contain any absolute paths, but they do depend on the user setting up the JRE and Ant properly inside Eclipse.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath28
1 files changed, 28 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..19c7aa7
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,28 @@
+<?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/obj"/>
+ </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="lib" path="build/antlr.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/>
+ <classpathentry kind="output" path="build/eclipse-classes"/>
+</classpath>