summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-10-19 16:38:22 +0000
committerKevin Rushforth <[email protected]>2006-10-19 16:38:22 +0000
commit8dcac951c5d4d5ca1f896eac4d10891b6b7a2008 (patch)
treebd49d5d7f0d4b1c0b6b8957b06c9f0918a4537bf /build.xml
parentef52440ac08db7764adadcc11c9437ab67b98714 (diff)
Make jar-debug the default target to be consistent with j3d-core
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@109 dd45e54d-f42e-c781-df72-dca083a658b1
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 04ebc21..b19f184 100644
--- a/build.xml
+++ b/build.xml
@@ -14,7 +14,7 @@
*/
-->
-<project name="vecmath-1.5.0" default="jar-opt" basedir=".">
+<project name="vecmath-1.5.0" default="jar-debug" basedir=".">
<!-- Set global properties for this build -->
<property name="src" location="src"/>
@@ -169,7 +169,7 @@
</target>
<description>
-The following ant targets are available ("jar-opt" is the default):
+The following ant targets are available ("jar-debug" is the default):
all - execute targets jar-debug and dist