summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2007-04-17 17:00:38 +0000
committerKevin Rushforth <[email protected]>2007-04-17 17:00:38 +0000
commit993cbb3af21cd9d67d5a23eef0f1f08f95c7f682 (patch)
tree534f0b1e1c267416e85668ab616d0625246be9d2 /src
parent63d45cec25f84ba279c03e50eb10fdc545ec452f (diff)
install-debug target should use debug vecmath.jar
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@824 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src')
-rw-r--r--src/classes/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classes/build.xml b/src/classes/build.xml
index 50e33d8..45ea321 100644
--- a/src/classes/build.xml
+++ b/src/classes/build.xml
@@ -354,7 +354,7 @@
<target name="install-debug">
<copy todir="${java.home}/lib/ext">
<fileset dir="${build}/${platform}/debug/lib/ext" includes="*.jar"/>
- <fileset dir="${vecmath_home}/build/opt/lib/ext" includes="vecmath.jar"/>
+ <fileset dir="${vecmath_home}/build/debug/lib/ext" includes="vecmath.jar"/>
</copy>
<copy todir="${java.home}/${install.bin}">
<fileset dir="${build}/${platform}/debug/${install.bin}" includes="*"/>