aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-29 08:23:56 +0200
committerSven Gothel <[email protected]>2014-06-29 08:23:56 +0200
commita668ab82817c14c7b29052b1e6f892d19cb074ec (patch)
tree01efdcb44513c8e14283fcaf3af4e4829a56206a /make/build.xml
parent43c85971bba8a188b8888f68133ad4ecc97131fd (diff)
OculusVR: Add in eclipse classpath, and jogl-java-src.zip; Also create jogl-test-java-src.zip
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 3ea265d1f..6346a26f4 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -253,6 +253,11 @@
<fileset dir="${src}/jogl/classes"/>
<fileset dir="${build}/jogl/gensrc/classes"/>
<fileset dir="${src}/newt/classes"/>
+ <fileset dir="${src}/oculusvr/classes"/>
+ <fileset dir="${build}/oculusvr/gensrc/classes"/>
+ </zip>
+ <zip destfile="${build}/jogl-test-java-src.zip" level="0">
+ <fileset dir="${src}/test"/>
</zip>
</target>