jvanzyl     02/04/10 06:15:44

  Modified:    .        build-bootstrap.xml
  Log:
  Fixing typo in build-bootstrap.xml, thanks to Christian Willy Asmussen for
  catching that.
  
  Revision  Changes    Path
  1.66      +1 -4      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- build-bootstrap.xml       10 Apr 2002 02:47:45 -0000      1.65
  +++ build-bootstrap.xml       10 Apr 2002 13:15:43 -0000      1.66
  @@ -64,9 +64,6 @@
            required to make the bootstrap go.
       -->
   
  -
  -
  -
       <javac
         destdir="${basedir}/bootstrap"
         debug="${debug}"
  @@ -262,7 +259,7 @@
       </taskdef>
   
       <get-list
  -      list="jars-install.list"
  +      list="jars.list"
         dest="${lib.repo}"
         baseUrl="${get.jars.baseUrl}/"
       />
  
  
  


Reply via email to