diff options
author | Wade Walker <[email protected]> | 2011-01-11 14:09:45 -0600 |
---|---|---|
committer | Wade Walker <[email protected]> | 2011-01-11 14:09:45 -0600 |
commit | 3972f4ecfa8581f8924a7e6376043f2e806bcce1 (patch) | |
tree | d2996988bda536b8545bbdf9517dbbd73bd34e41 /.classpath | |
parent | 64a500413de7b3d1ddcece1256d1f28601d6ec0d (diff) |
Created Eclipse project files.
Created the Eclipse project files needed to build jogl.
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-- | .classpath | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 000000000..60dd580ec --- /dev/null +++ b/.classpath @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" output="build/nativewindow/classes" path="src/nativewindow/classes"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jogl/build/lib"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="build/jogl/classes" path="build/jogl/gensrc/classes"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jogl/build/lib"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="build/nativewindow/classes" path="build/nativewindow/gensrc/classes"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jogl/build/lib"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="build/test/build/classes" path="src/test"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jogl/build/lib"/> + </attributes> + </classpathentry> + <classpathentry excluding="com/jogamp/audio/windows/waveout/TestSpatialization.java|com/jogamp/opengl/impl/gl2/fixme/" kind="src" output="build/jogl/classes" path="src/jogl/classes"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jogl/build/lib"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="build/newt/classes" path="src/newt/classes"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jogl/build/lib"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry combineaccessrules="false" kind="src" path="/gluegen"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> + <classpathentry kind="output" path="build/eclipse-classes"/> +</classpath> |