aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-28 05:55:38 +0200
committerSven Gothel <[email protected]>2010-04-28 05:55:38 +0200
commite5720ee629fba06bc266265b42eb559150f7d7a3 (patch)
tree767e3da76d48ed46879c1b78a186d1b5d44ca2e2 /make/build-common.xml
parenta08c3c054a6b9cfe892d2516c66362083dc72290 (diff)
Integrate deployment scripts. jar: copy-repack200-sign-pack200. jnlp: copy-filter
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index be323398e..ca4e9aa79 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -67,6 +67,7 @@
<property name="build" value="${project.root}/${rootrel.build}" />
<property name="src" value="${project.root}/src" />
<property name="lib" value="${build}/lib" />
+ <property name="jar" value="${build}/jar" />
<property name="archive.name" value="jogl-${jogl.version}-${os.and.arch}" />
<property name="archive" value="${build}/${archive.name}" />