diff options
Diffstat (limited to 'ardor3d-lwjgl/.classpath')
-rw-r--r-- | ardor3d-lwjgl/.classpath | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ardor3d-lwjgl/.classpath b/ardor3d-lwjgl/.classpath new file mode 100644 index 0000000..1f07b8b --- /dev/null +++ b/ardor3d-lwjgl/.classpath @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" path="src/test/java"/> + <classpathentry combineaccessrules="false" kind="src" path="/ardor3d-core"/> + <classpathentry exported="true" kind="lib" path="lib/lwjgl/jinput.jar"/> + <classpathentry exported="true" kind="lib" path="lib/lwjgl/lwjgl_util_applet.jar"/> + <classpathentry exported="true" kind="lib" path="lib/lwjgl/lwjgl_util.jar"/> + <classpathentry exported="true" kind="lib" path="lib/lwjgl/lwjgl.jar"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="ardor3d-lwjgl/lib/lwjgl/native/windows"/> + </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> |