diff options
author | endolf <[email protected]> | 2007-06-10 16:58:44 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2007-06-10 16:58:44 +0000 |
commit | de8407102aff03f84a2c9735f2024a48519a6667 (patch) | |
tree | d1a9bcb5503da8e133a6fdf1a92dcb25c5371a03 | |
parent | 6021e457e75260c1a3e8e36c7c1e0d1ca006aa0e (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.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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> |