diff options
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 4babd6b..113614f 100755 --- a/make/build.xml +++ b/make/build.xml @@ -653,7 +653,9 @@ <copy file="${antlr.jar}" todir="${build}" /> </target> - <target name="all" depends="init, gluegen.build, junit.compile, tag.build" /> + <target name="base.compile" depends="init, gluegen.build" /> + + <target name="all" depends="base.compile, junit.compile, tag.build" /> <target name="clean" depends="init"> <delete includeEmptyDirs="true"> |