Author: dthompson Date: 2008-03-29 15:08:20-0700 New Revision: 14257 Modified: trunk/src/build.xml
Log: Corrected default ant build target in trunk/src/build.xml to 'package' (was 'compile' which didn't exist). Modified: trunk/src/build.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/build.xml?view=diff&rev=14257&p1=trunk/src/build.xml&p2=trunk/src/build.xml&r1=14256&r2=14257 ============================================================================== --- trunk/src/build.xml (original) +++ trunk/src/build.xml 2008-03-29 15:08:20-0700 @@ -16,7 +16,7 @@ ./build.sh -p if on a *nix system, to get a list of available build targets and the name of the default target which will be used if none -is specified (currently 'compile'). +is specified (currently 'package'). Executing build.bat/build.sh will use the version of Ant from the ArgoUML CVS repository. You can use @@ -69,7 +69,7 @@ --> -<project basedir="." default="compile" name="argouml"> +<project basedir="." default="package" name="argouml"> <!-- =================================================================== --> <!-- Global initialization --> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
