aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorendolf <[email protected]>2007-06-10 16:58:44 +0000
committerendolf <[email protected]>2007-06-10 16:58:44 +0000
commitde8407102aff03f84a2c9735f2024a48519a6667 (patch)
treed1a9bcb5503da8e133a6fdf1a92dcb25c5371a03
parent6021e457e75260c1a3e8e36c7c1e0d1ca006aa0e (diff)
Update the locations we install to.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jutils/trunk@26 052365b4-98e0-4bc5-a281-465471b020e0
-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>