mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
Changed order of ant all.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user