diff options
author | Sven Gothel <[email protected]> | 2010-12-16 01:48:05 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-16 01:48:05 +0100 |
commit | 96e43d8e3b4a45aeb0aefeff19961680c167ff82 (patch) | |
tree | 6b6e17f1379fbffc7139b9c18b439f041e82f8f2 /make | |
parent | ec94e46d253b63a40ad6a2f631cee7ad1041376a (diff) |
run tag.build from base.compile
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 4 |
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"> |