summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-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">