diff options
author | Harvey Harrison <[email protected]> | 2015-04-19 20:07:18 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2015-04-19 20:07:18 -0700 |
commit | 0caa19463a539270cbd65c3544b735aed8207258 (patch) | |
tree | 6fc43d20794167a9f451b7663145bd4a4e6a03d6 /build.xml | |
parent | d4925af4fb2eda60837d37e8be6f62fd562fb23c (diff) |
README: expand the build instructions to include the jogl jars
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.3.1/jogl-all.jar"/> - <property name="gluegen.lib" location="../../jogl-v2.3.1/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"/> |