diff options
author | Michael Bien <[email protected]> | 2011-02-27 16:05:18 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-02-27 16:05:18 +0100 |
commit | dc782e43df2cd102b64d95855a1eb953d614cd9b (patch) | |
tree | 21ead4e7d230c2c8cd0403dda1b3eefdadc05255 /build.xml | |
parent | c577942cb117017893bd27d9439d09c082bda145 (diff) |
forgot to call jogamp.env.init.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |