jvanzyl     02/04/18 07:50:24

  Modified:    .        build-bootstrap.xml
  Log:
  We need the ant code for the bootstrap as it's being used by the
  ProjectProperties task.
  
  Revision  Changes    Path
  1.74      +3 -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.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- build-bootstrap.xml       16 Apr 2002 18:17:35 -0000      1.73
  +++ build-bootstrap.xml       18 Apr 2002 14:50:24 -0000      1.74
  @@ -221,6 +221,7 @@
           <path location="src/java"/>
         </src>
         <include name="org/apache/maven/*"/>
  +      <include name="org/apache/maven/ant/*"/>
         <include name="org/apache/maven/project/*"/>
         <exclude name="org/apache/maven/ProjectResolver*"/>
       </javac>
  @@ -249,7 +250,8 @@
     <!-- ================================================================== -->
   
     <target
  -    name="install">
  +    name="install"
  +    depends="generate-build">
   
       <delete dir="${maven.home}"/>
       <mkdir dir="${maven.home}"/>
  
  
  


Reply via email to