diff options
author | Renanse <[email protected]> | 2012-10-13 12:58:16 -0500 |
---|---|---|
committer | Renanse <[email protected]> | 2012-10-13 12:58:16 -0500 |
commit | e60afe7110d0d43cdc41f44aa631de19f312ec54 (patch) | |
tree | 99d94490c346b06186ebfbba79500a918b1f9ca1 /trunk/ardor3d-ui/.classpath | |
parent | 555475f5aa57fb5feffefe30fa9a088341cd6a92 (diff) |
moved to github
Diffstat (limited to 'trunk/ardor3d-ui/.classpath')
-rw-r--r-- | trunk/ardor3d-ui/.classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/trunk/ardor3d-ui/.classpath b/trunk/ardor3d-ui/.classpath new file mode 100644 index 0000000..3563801 --- /dev/null +++ b/trunk/ardor3d-ui/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" path="src/main/resources"/> + <classpathentry combineaccessrules="false" kind="src" path="/ardor3d-core"/> + <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> |