dion        2002/06/10 02:52:41

  Modified:    src/templates/build/plugins/iutest build.xml
  Log:
  Updated build file to stop multiple inits
  
  Revision  Changes    Path
  1.8       +3 -1      
jakarta-turbine-maven/src/templates/build/plugins/iutest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/iutest/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 6 Jun 2002 15:19:36 -0000       1.7
  +++ build.xml 10 Jun 2002 09:52:40 -0000      1.8
  @@ -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">
  @@ -29,6 +29,8 @@
       <taskdef resource="maven-taskdefs.properties">
         <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 -->
  
  
  

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

Reply via email to