summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2015-03-29 17:08:30 +0200
committerHarvey Harrison <[email protected]>2015-04-19 19:49:29 -0700
commitd4925af4fb2eda60837d37e8be6f62fd562fb23c (patch)
treeaa45dab3bfbb202467f20303c087551856095a9b /build.xml
parent5febbf85c8b9500d957611132af8289a0cd8ba7d (diff)
j3dcore: fix up compile to build with JOGL release 2.3.1
Signed-off-by: Julien Gouesse <[email protected]> Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 9e7d70c..31cc73e 100644
--- a/build.xml
+++ b/build.xml
@@ -11,8 +11,8 @@
<property name="j3dtools.src.dir" location="${j3dtools.dir}/src"/>
<property name="vecmath.lib" location="../vecmath/build/jars/vecmath.jar"/>
- <property name="jogl.lib" location="../../jogl-v2.2.0/jogl-all.jar"/>
- <property name="gluegen.lib" location="../../jogl-v2.2.0/gluegen-rt.jar"/>
+ <property name="jogl.lib" location="../../jogl-v2.3.1/jogl-all.jar"/>
+ <property name="gluegen.lib" location="../../jogl-v2.3.1/gluegen-rt.jar"/>
<property name="version_base" value="1.6.0"/>
<property name="build.spec.title" value="3D Graphics API for the Java Platform"/>