You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by do...@apache.org on 2002/03/07 15:10:23 UTC

cvs commit: jakarta-turbine-3 build.xml

dobbs       02/03/07 06:10:23

  Modified:    .        Tag: rundata_security_changes build.xml
  Log:
  couple minor changes to make 'update-jars' work
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.23 +3 -3      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.20.2.22
  retrieving revision 1.20.2.23
  diff -u -r1.20.2.22 -r1.20.2.23
  --- build.xml	18 Feb 2002 22:05:42 -0000	1.20.2.22
  +++ build.xml	7 Mar 2002 14:10:22 -0000	1.20.2.23
  @@ -72,7 +72,7 @@
       
       <taskdef 
         name="httpget" 
  -      className="org.apache.tdk.task.Get">
  +      className="org.apache.maven.update.Get">
       </taskdef>
     </target>
   
  @@ -84,7 +84,7 @@
       <httpget
         baseUrl="http://jakarta.apache.org/turbine/jars/"
         dest="${lib.repo}"
  -      dependencyFile="deps.list"
  +      dependencyFile="project/deps.list"
       />
     </target>    
   
  @@ -92,7 +92,7 @@
       <httpget
         baseUrl="http://jakarta.apache.org/turbine/jars/"
         dest="${lib.repo}"
  -      dependencyFile="deps.list"
  +      dependencyFile="project/deps.list"
         proxyHost="${proxy.host}"
         proxyPort="${proxy.port}"
       />
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>