aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-07-26 18:20:50 -0700
committerSven Gothel <[email protected]>2010-07-26 18:20:50 -0700
commitdf161c9fcc1bc90d03e374e0eb8148424d4c5577 (patch)
treeeeca74874aeb808fb19b6e5e6ecd9d7b1c94ff62 /make/build.xml
parent4b1decf1fb351cf314e7031914389edab41e4d29 (diff)
Fix OSX 2: Newt EDT (MainThread) and I/O methods ; Build jogl.build.number
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 1244336c5..379f80c16 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -150,7 +150,7 @@
includes="jogl/${rootrel.build}/jogl/gensrc/classes/javax/media/opengl/**" />
</target>
- <target name="tag.build">
+ <target name="tag.build" depends="init">
<copy file="${build.gluegen}/artifact.properties" todir="${build}" overwrite="true"/>
<echo file="${build}/artifact.properties" message='jogl.build.number=${jogl.build.number}${line.separator}' append="true"/>
</target>