diff options
author | Sven Gothel <[email protected]> | 2010-03-25 23:33:43 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-25 23:33:43 +0100 |
commit | 6eeede0843f199e2f81291354c6e02e1a262f4da (patch) | |
tree | fe458e1de3fa7cb32ef8815702e712fac4af2dbe /make/build.xml | |
parent | 7fe91321c0617e3035f1168784d799bcfe44f47a (diff) |
build-junit.xml unique build_t property
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 99ea011..5a19974 100755 --- a/make/build.xml +++ b/make/build.xml @@ -562,7 +562,7 @@ <copy file="${antlr.jar}" todir="${build}" /> </target> - <target name="all" depends="gluegen.build" /> + <target name="all" depends="gluegen.build, junit.compile" /> <target name="clean" depends="init"> <delete includeEmptyDirs="true"> |