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/03/01 00:35:03 UTC

cvs commit: jakarta-turbine-maven/src/templates/build build.xml

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>