jvanzyl     02/02/28 15:35:03

  Modified:    src/templates/build build.xml
  Log:
  Using the new UpdateResources executor for bringing down the required
  JARs for building.
  
  Revision  Changes    Path
  1.16      +1 -1      jakarta-turbine-maven/src/templates/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 25 Feb 2002 15:59:59 -0000      1.15
  +++ build.xml 28 Feb 2002 23:35:03 -0000      1.16
  @@ -43,7 +43,7 @@
       
       <taskdef 
         name="httpget" 
  -      className="org.apache.tdk.task.Get">
  +      className="org.apache.maven.UpdateResources">
         <classpath refid="maven-classpath"/>
       </taskdef>
     </target>
  
  
  

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

Reply via email to