summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-25 16:46:21 +0100
committerSven Gothel <[email protected]>2014-01-25 16:46:21 +0100
commit557e4274fbce69303fd3bceb448bbc2f6e5d271d (patch)
tree8191ab9a44eaac73713ee91c7bd65bb9bfa38a3e
parentf23e0ce12d96971adca1178a9ea394b4b3accc0f (diff)
Adapt to joal.jar location in ${joal.build}/jar/joal.jarv2.1.5v2.1.4
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 68bfd87..86b5fe6 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -96,7 +96,7 @@
<property name="gluegen-rt.jar" value="${gluegen.build}/gluegen-rt.jar" />
<property name="jogl-all.jar" value="${jogl.build}/jar/jogl-all.jar" />
<property name="jogl-cg.jar" value="${jogl.build}/jar/atomic/jogl-cg.jar" />
- <property name="joal.jar" value="${joal.build}/joal.jar" />
+ <property name="joal.jar" value="${joal.build}/jar/joal.jar" />
<property name="simple-xml.jar" value="${project.root}/lib/simple-xml-1.1.1.jar" />
<property name="classes" value="${build}/classes" />
<property name="src" value="${project.root}/src" />