diff options
Diffstat (limited to 'trunk/ardor3d-core/.classpath')
-rw-r--r-- | trunk/ardor3d-core/.classpath | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/ardor3d-core/.classpath b/trunk/ardor3d-core/.classpath new file mode 100644 index 0000000..b30d97b --- /dev/null +++ b/trunk/ardor3d-core/.classpath @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main/resources"/>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/ardor3d-savable"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/ardor3d-math"/>
+ <classpathentry exported="true" kind="lib" path="lib/unittests/cglib-nodep-2.2.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/unittests/easymock.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/unittests/easymockclassextension.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/unittests/junit-4.5.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/google/guava-13.0.1.jar"/>
+ <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>
|