mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-21 06:58:55 -05:00
Removed depends on build from run
This commit is contained in:
parent
e270be95f9
commit
6cea82a50f
@ -69,7 +69,7 @@
|
||||
<delete file="${jar}" />
|
||||
</target>
|
||||
|
||||
<target name="run" depends="build">
|
||||
<target name="run">
|
||||
<java classpathref="master-path" fork="true" classname="${main-class}" />
|
||||
</target>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user