aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/ardor3d-jogl/.classpath
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2012-11-16 18:03:18 +0100
committerJulien Gouesse <[email protected]>2012-11-16 18:03:18 +0100
commit297e62437a7aca9e10ade35ba2103721d6459363 (patch)
tree24290880fe331898e2ed21b0653e61841ad3f933 /trunk/ardor3d-jogl/.classpath
parentf79ddc350593a07864b7925761fc81140d8e9f39 (diff)
Switch to JOGL 2.0 Release Candidate 11. The original code of this port
was hosted on http://sourceforge.net/projects/ardor3d-jogl2/
Diffstat (limited to 'trunk/ardor3d-jogl/.classpath')
-rw-r--r--trunk/ardor3d-jogl/.classpath22
1 files changed, 9 insertions, 13 deletions
diff --git a/trunk/ardor3d-jogl/.classpath b/trunk/ardor3d-jogl/.classpath
index 9f624f9..1a5b322 100644
--- a/trunk/ardor3d-jogl/.classpath
+++ b/trunk/ardor3d-jogl/.classpath
@@ -1,13 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry combineaccessrules="false" kind="src" path="/ardor3d-core"/>
- <classpathentry kind="lib" path="lib/jogl/gluegen-rt.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/jogl/jogl.jar">
- <attributes>
- <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="ardor3d-jogl/lib/jogl/native/windows-amd64"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/ardor3d-core"/>
+ <classpathentry exported="true" kind="lib" path="lib/jogl/gluegen-rt.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry exported="true" kind="lib" path="lib/jogl/jogl-all.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>