aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 79f4280..eba2928 100644
--- a/build.xml
+++ b/build.xml
@@ -60,8 +60,7 @@
<exclude name="apidoc"/>
<exclude name="**/plugins/test/*Plugin.class"/>
</jar>
- <copy file="bin/jutils.jar" todir="../jinput/coreAPI/lib" />
- <copy file="bin/jutils.jar" todir="../jinput/plugins/DX8/lib" />
+ <copy file="bin/jutils.jar" todir="../jinput/lib" />
<jar jarfile="src/tests/test_plugins/test_plugins.jar" compress="true" basedir="classes">
<include name="**/plugins/test/*Plugin.class"/>
</jar>