You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2002/05/08 00:50:01 UTC

cvs commit: jakarta-turbine-fulcrum build.xml

dlr         02/05/07 15:50:01

  Modified:    .        build.xml
  Log:
  Added maven:update-jars Maven delegator target.
  
  Revision  Changes    Path
  1.54      +5 -0      jakarta-turbine-fulcrum/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/build.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -u -r1.53 -r1.54
  --- build.xml	30 Apr 2002 00:28:03 -0000	1.53
  +++ build.xml	7 May 2002 22:50:01 -0000	1.54
  @@ -24,6 +24,11 @@
     </target>
           
     <target 
  +    name="maven:update-jars">
  +    <ant antfile="${maven.home}/build-maven.xml" target="update-jars"/>
  +  </target>
  +
  +  <target 
       name="maven:jar">
       <ant antfile="${maven.home}/build-maven.xml" target="jar"/>
     </target>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>