brekke      02/04/22 07:43:38

  Modified:    .        build-bootstrap.xml
  Log:
  Default target is now bootstrap which will fetch the jars, build maven, and install 
it.
  
  Revision  Changes    Path
  1.77      +1 -1      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- build-bootstrap.xml       22 Apr 2002 13:58:04 -0000      1.76
  +++ build-bootstrap.xml       22 Apr 2002 14:43:38 -0000      1.77
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project name="Maven" default="generate-build" basedir=".">
  +<project name="Maven" default="bootstrap" basedir=".">
   
     <!-- Allow any user specific values to override the defaults -->
     <property file="${user.home}/build.properties" />
  
  
  


Reply via email to