diff options
author | endolf <[email protected]> | 2003-08-05 16:33:53 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2003-08-05 16:33:53 +0000 |
commit | f838d375d401aca4a30c0db377becdae3987b5d6 (patch) | |
tree | 24737a631e9aef8ac74ef6ad202f3833a7850187 | |
parent | 5318e75692e2312ea4f1805adf86c8e1ae6240c0 (diff) |
The all target had been added giving two all targets, two all targets = build failure :)
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@31 e343933a-64c8-49c5-92b1-88f2ce3e89e8
-rw-r--r-- | coreAPI/build.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/coreAPI/build.xml b/coreAPI/build.xml index 5520419..bbd3692 100644 --- a/coreAPI/build.xml +++ b/coreAPI/build.xml @@ -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"> |