aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-16 01:48:05 +0100
committerSven Gothel <[email protected]>2010-12-16 01:48:05 +0100
commit96e43d8e3b4a45aeb0aefeff19961680c167ff82 (patch)
tree6b6e17f1379fbffc7139b9c18b439f041e82f8f2 /make
parentec94e46d253b63a40ad6a2f631cee7ad1041376a (diff)
run tag.build from base.compile
Diffstat (limited to 'make')
-rw-r--r--make/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 0fa81a8..58f9f54 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -695,9 +695,9 @@
<copy file="${antlr.jar}" todir="${build}" />
</target>
- <target name="base.compile" depends="init, gluegen.build" />
+ <target name="base.compile" depends="init, gluegen.build, tag.build" />
- <target name="all" depends="base.compile, junit.compile, tag.build, developer-zip-archive" />
+ <target name="all" depends="base.compile, junit.compile, developer-zip-archive" />
<target name="clean" depends="init">
<delete includeEmptyDirs="true">