The all target had been added giving two all targets, two all targets = build failure :)

This commit is contained in:
endolf 2003-08-05 16:33:53 +00:00
parent 9c58992810
commit 87b9654ed6

View file

@ -58,10 +58,6 @@
<copy file="dist/jinput.jar" todir="../plugins/DX8/lib" />
</target>
<target name="all" depends="init,jar" description="Build everything.">
<echo message="Build complete. JInput distribution located in /dist"/>
</target>
<target name="texttest" depends="init,all" description="Try running it.">
<java classname="net.java.games.input.test.ControllerTextTest"
fork="true" failonerror="true" dir="src/tests">