aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorpaulby <[email protected]>2007-04-13 00:41:33 +0000
committerpaulby <[email protected]>2007-04-13 00:41:33 +0000
commit4aa069519c612a960a4812aaa22d3b5d179d01c0 (patch)
treefde1e30adee13a2b2c14a8e60a924a2bb32e9568 /build.xml
parentb76e210cdf31a63c02d3713f5083ce5d4c5178f0 (diff)
Add install-opt target
Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@819 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 31a4b8f..dfbfacb 100644
--- a/build.xml
+++ b/build.xml
@@ -786,6 +786,10 @@
<ant dir="src/classes" target="install-debug"/>
</target>
+ <target name="install-opt" depends="jar-opt">
+ <ant dir="src/classes" target="install-opt"/>
+ </target>
+
<target name="uninstall" depends="setupPlatform">
<ant dir="src/classes" target="uninstall"/>
</target>