summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2013-07-29 23:48:39 -0700
committerHarvey Harrison <[email protected]>2013-07-29 23:48:39 -0700
commitddea983bf538c05086b5fb2013343419ba574dc5 (patch)
tree68ac60e1e8652d2ef8f984000170b50f0aa33afa
parentbd5ee78f06665e06f824e9db8725ad04419be249 (diff)
j3dcore: update build.xml to build against jogl release 2.0.2
Signed-off-by: Harvey Harrison <[email protected]>
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 3c30ff2..aed5f88 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-rc11/jogl-all.jar"/>
- <property name="gluegen.lib" location="../../jogl-rc11/gluegen-rt.jar"/>
+ <property name="jogl.lib" location="../../jogl-v2.0.2/jogl-all.jar"/>
+ <property name="gluegen.lib" location="../../jogl-v2.0.2/gluegen-rt.jar"/>
<property name="version_base" value="1.6.0"/>
<property name="build.spec.title" value="3D Graphics API for the Java Platform"/>