Skip to content

Commit

Permalink
Fixing the order of tasks to have the code compiled after the version…
Browse files Browse the repository at this point in the history
… is put there
  • Loading branch information
abreslav committed Mar 29, 2012
1 parent daa0963 commit 8442521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeamCityBuild.xml
Expand Up @@ -100,7 +100,7 @@
<delete file="${compiler.version.java.bk}" quiet="true"/> <delete file="${compiler.version.java.bk}" quiet="true"/>
</target> </target>


<target name="pre_build" depends="cleanupArtifacts, unzipDependencies, dist, writeVersionToTemplateFiles, generateInjectors"> <target name="pre_build" depends="writeVersionToTemplateFiles, cleanupArtifacts, unzipDependencies, dist, generateInjectors">
</target> </target>


<target name="zipArtifact"> <target name="zipArtifact">
Expand Down

0 comments on commit 8442521

Please sign in to comment.