Fixing the order of tasks to have the code compiled after the version is put there

This commit is contained in:
Andrey Breslav
2012-03-29 15:39:49 +04:00
parent daa0963fbe
commit 8442521c64
+1 -1
View File
@@ -100,7 +100,7 @@
<delete file="${compiler.version.java.bk}" quiet="true"/>
</target>
<target name="pre_build" depends="cleanupArtifacts, unzipDependencies, dist, writeVersionToTemplateFiles, generateInjectors">
<target name="pre_build" depends="writeVersionToTemplateFiles, cleanupArtifacts, unzipDependencies, dist, generateInjectors">
</target>
<target name="zipArtifact">