You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/04/24 22:36:33 UTC

cvs commit: jakarta-turbine-fulcrum build-maven.xml

jvanzyl     02/04/24 13:36:32

  Modified:    .        build-maven.xml
  Log:
  Arrange the deps so that fulcrum can be build with a fresh checkout and
  and empty lib.repo.
  
  Revision  Changes    Path
  1.7       +7 -2      jakarta-turbine-fulcrum/build-maven.xml
  
  Index: build-maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/build-maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build-maven.xml	19 Mar 2002 00:55:45 -0000	1.6
  +++ build-maven.xml	24 Apr 2002 20:36:32 -0000	1.7
  @@ -25,7 +25,7 @@
           
     <target 
       name="maven:jar"
  -    depends="om">
  +    depends="maven:init,om">
       <ant antfile="${maven.home}/build-maven.xml" target="jar"/>
     </target>
           
  @@ -82,8 +82,13 @@
           
     <target 
       name="maven:compile"
  -    depends="om">
  +    depends="maven:init,om">
       <ant antfile="${maven.home}/build-maven.xml" target="compile"/>
  +  </target>
  +
  +  <target 
  +    name="maven:init">
  +    <ant antfile="${maven.home}/build-maven.xml" target="init"/>
     </target>
   
     <!-- maven:end -->
  
  
  

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