diff options
author | Sven Gothel <[email protected]> | 2011-09-11 06:12:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-11 06:12:37 +0200 |
commit | 31587f24ff495bec22d70bd0308d5e721dc80bd2 (patch) | |
tree | 68ce566f45abbb5892b2390d48131f197ffa91d9 /make/build-common.xml | |
parent | fa9bbe89d3a6f52f23c567dd3c6fc617273ba7b7 (diff) |
Promote jogl.test.jar to build/jar
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index b52b636ca..0ace413d6 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -371,7 +371,7 @@ <!-- JavaSE combinations --> <property name="gluegen-rt.jar" value="${build.gluegen}/gluegen-rt.jar" /> - <property name="jogl.test.jar" value="${build.test}/jogl.test.jar"/> + <property name="jogl.test.jar" value="${jar}/jogl.test.jar"/> <!-- JavaSE combinations . AWT --> <property name="jogl.all.jar" value="${jar}/jogl.all.jar" /> |