diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/ant/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml index 4a20e8f..3336ab3 100644 --- a/files/ant/build.xml +++ b/files/ant/build.xml @@ -706,7 +706,7 @@ <target name="-pre-compile"/> <!-- Compiles this project's .java files into .class files. --> - <target name="-compile" depends="-build-setup, -pre-build, -code-gen, -pre-compile"> + <target name="-compile" depends="-pre-build, -build-setup, -code-gen, -pre-compile"> <do-only-if-manifest-hasCode elseText="hasCode = false. Skipping..."> <!-- merge the project's own classpath and the tested project's classpath --> <path id="project.javac.classpath"> |