diff options
author | Sven Gothel <[email protected]> | 2011-02-02 06:20:26 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-02 06:20:26 +0100 |
commit | cfbf2a2a16bc93377d1046f630897005853a9140 (patch) | |
tree | e7a15fafede285eed53e86d8a82492a11cd09033 /.classpath | |
parent | adb09d204b0d6d42ffd0c3622ea0adccc27b8b98 (diff) | |
parent | 3972f4ecfa8581f8924a7e6376043f2e806bcce1 (diff) |
Merge remote branch 'wwalker/bug_457' into pulled
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> |