diff options
author | Sven Gothel <[email protected]> | 2014-06-29 08:23:56 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-29 08:23:56 +0200 |
commit | a668ab82817c14c7b29052b1e6f892d19cb074ec (patch) | |
tree | 01efdcb44513c8e14283fcaf3af4e4829a56206a /.classpath | |
parent | 43c85971bba8a188b8888f68133ad4ecc97131fd (diff) |
OculusVR: Add in eclipse classpath, and jogl-java-src.zip; Also create jogl-test-java-src.zip
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 387c81ba6..1973f6b96 100644 --- a/.classpath +++ b/.classpath @@ -26,7 +26,11 @@ <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jogl/build/newt/obj"/> </attributes> </classpathentry> - <classpathentry kind="src" path="build/oculusvr/gensrc/classes"/> + <classpathentry kind="src" output="build/oculusvr/gensrc/classes" path="build/oculusvr/gensrc/classes"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jogl/build/oculusvr/obj"/> + </attributes> + </classpathentry> <classpathentry kind="src" path="src/oculusvr/classes"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry combineaccessrules="false" kind="src" path="/gluegen"/> |