Changed order of ant all.

This commit is contained in:
Winston Li 2014-12-05 01:56:07 +00:00
parent abbd996f9c
commit 08583e470d

View file

@ -361,5 +361,5 @@
<copy file="${artifact.output.writelatex-git-bridge:jar}/writelatex-git-bridge.jar" tofile="${module.writelatex-git-bridge.basedir}/bin/writelatex-git-bridge.jar" />
</target>
<target name="all" depends="build.modules, test.unit, package, clean.modules, test.system" description="build all"/>
<target name="all" depends="build.modules, test.unit, test.system, package, clean.modules" description="build all"/>
</project>