summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-02-27 16:05:18 +0100
committerMichael Bien <[email protected]>2011-02-27 16:05:18 +0100
commitdc782e43df2cd102b64d95855a1eb953d614cd9b (patch)
tree21ead4e7d230c2c8cd0403dda1b3eefdadc05255
parentc577942cb117017893bd27d9439d09c082bda145 (diff)
forgot to call jogamp.env.init.
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 34fc77c..08f06d3 100644
--- a/build.xml
+++ b/build.xml
@@ -18,7 +18,7 @@
<import file="${gluegen.root}/make/jogamp-env.xml" />
<import file="${gluegen.root}/make/jogamp-archivetasks.xml" />
- <target name="-pre-jar">
+ <target name="-pre-jar" depends="jogamp.env.init">
<tstamp>
<format property="version.timestamp" pattern="yyyyMMdd"/>
</tstamp>