jvanzyl     02/03/05 07:38:21

  Modified:    .        build-bootstrap.xml
  Log:
  Create a small bootstrap maven.jar that can be used to run the update-jars
  target. After the real build the bootstrap jar can be replaced with
  the full jar.
  
  Revision  Changes    Path
  1.27      +7 -0      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build-bootstrap.xml       5 Mar 2002 15:32:46 -0000       1.26
  +++ build-bootstrap.xml       5 Mar 2002 15:38:21 -0000       1.27
  @@ -53,6 +53,13 @@
         <include name="org/apache/maven/UpdateResources.java"/>
         <include name="org/apache/maven/project/*"/>
       </javac>
  +    
  +    <jar
  +      jarfile="${lib.repo}/maven.jar"
  +      basedir="${basedir}/bootstrap"
  +      excludes="**/package.html"
  +    />
  +    
     </target>
   
     <target
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to