diff options
author | Rami Santina <[email protected]> | 2011-07-26 13:39:53 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-07-26 13:39:53 +0300 |
commit | 6b3d6b97bdee99d1057be074879ec80d639101e8 (patch) | |
tree | f0c6bba5a9280c44651eb6bdcb6890037527c9a8 /make/build.xml | |
parent | e8a8fdda769277496772444fa4f99f863e9f355a (diff) | |
parent | 1d1fd17cca064306dd5d528d59a4bce0581dcc63 (diff) |
Merge branch 'wip_mobile' of git://github.com/sgothel/gluegen into wip_mobile
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 4c75314..be52aba 100644 --- a/make/build.xml +++ b/make/build.xml @@ -812,7 +812,7 @@ <ant antfile="build-test.xml" target="junit.compile"/> </target> - <target name="junit.run" depends="junit.compile"> + <target name="junit.run" depends="init,junit.compile"> <ant antfile="build-test.xml" target="junit.run"/> </target> |