jvanzyl     02/03/14 12:02:20

  Modified:    src/templates/build build-maven.xml
  Log:
  The default.properties are loaded in the "init" target so we are probably
  going to have to make that standard for each of the maven targets ->
  depends="init"
  
  Revision  Changes    Path
  1.5       +3 -2      jakarta-turbine-maven/src/templates/build/build-maven.xml
  
  Index: build-maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build-maven.xml   14 Mar 2002 04:55:09 -0000      1.4
  +++ build-maven.xml   14 Mar 2002 20:02:20 -0000      1.5
  @@ -343,9 +343,10 @@
     <!-- ================================================================== -->
   
     <target 
  -    name="clean" 
  +    name="clean"
  +    depends="init"
       description="o Cleans up the build directory">
  -    
  +    <echo message="Cleaning up ${build.dir}"/>
       <delete dir="${build.dir}"/>
     </target>
   
  
  
  

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

Reply via email to