mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Changed order of ant all.
This commit is contained in:
parent
abbd996f9c
commit
08583e470d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue