dion        2002/06/10 02:55:11

  Modified:    src/templates/build/plugins/test build.xml
  Log:
  Updated build file to stop multiple inits
  
  Revision  Changes    Path
  1.9       +3 -1      jakarta-turbine-maven/src/templates/build/plugins/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/test/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 6 Jun 2002 15:46:29 -0000       1.8
  +++ build.xml 10 Jun 2002 09:55:11 -0000      1.9
  @@ -5,7 +5,7 @@
     <!-- ================================================================== -->
     <!-- I N I T                                                            -->
     <!-- ================================================================== -->
  -  <target name="init">
  +  <target name="init" unless="maven.init">
       <taskdef
         name="create-classpath"
         classname="org.apache.maven.ant.CreateClasspath">
  @@ -30,6 +30,8 @@
         <classpath refid="maven-classpath" />
       </taskdef>
   
  +    <property name="maven.init" value="true" />
  +    
       <!-- call common build file initialization to verify project, update jars
            load project and default properties etc -->
       <maven-ant antfile="${maven.home}/plugins/core/build-init.xml"
  
  
  

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

Reply via email to