diff options
author | Kevin Rushforth <[email protected]> | 2006-10-19 16:38:22 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2006-10-19 16:38:22 +0000 |
commit | 8dcac951c5d4d5ca1f896eac4d10891b6b7a2008 (patch) | |
tree | bd49d5d7f0d4b1c0b6b8957b06c9f0918a4537bf | |
parent | ef52440ac08db7764adadcc11c9437ab67b98714 (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
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |