Removed depends on build from run

This commit is contained in:
Joe0 2011-12-01 16:43:44 -06:00
parent e270be95f9
commit 6cea82a50f
1 changed files with 1 additions and 1 deletions

View File

@ -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>