summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-25 16:05:27 +0100
committerSven Gothel <[email protected]>2014-01-25 16:05:27 +0100
commit9a86b8e9a8834d2727865eb3f4a2a4e89e54c3fc (patch)
tree4f8c78ff560d82a0fcc7569572b4480c4b93d2ae /make/build.xml
parent2987cb96ae50d855d9fec2498411bdbaf1c5bbc7 (diff)
Adapt to joal.jar location in ${joal.build}/jar/joal.jarv2.3.2v2.3.1v2.3.0v2.2.4v2.2.3v2.2.2v2.2.1v2.2.0v2.1.5v2.1.4rcb22x
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 5a34eff..d1cf3f4 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -59,7 +59,7 @@
<property name="joal-demos.version" value="${jogamp.version.base}-${version.timestamp}" />
<property name="gluegen-rt.jar" value="${gluegen.build}/gluegen-rt.jar" />
- <property name="joal.jar" value="${joal.build}/joal.jar" />
+ <property name="joal.jar" value="${joal.build}/jar/joal.jar" />
<property name="src.dir" value="../src/java" />
<property name="classes.dir" value="${build}/classes" />