You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/10/01 20:20:35 UTC

svn commit: r700856 - in /maven/components/branches/2.2.0-M1-MNG-3759: build.xml maven-ant-tasks-2.0.8.jar

Author: ogusakov
Date: Wed Oct  1 11:20:34 2008
New Revision: 700856

URL: http://svn.apache.org/viewvc?rev=700856&view=rev
Log:
switched to ant-tasks-2.0.9

Removed:
    maven/components/branches/2.2.0-M1-MNG-3759/maven-ant-tasks-2.0.8.jar
Modified:
    maven/components/branches/2.2.0-M1-MNG-3759/build.xml

Modified: maven/components/branches/2.2.0-M1-MNG-3759/build.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/2.2.0-M1-MNG-3759/build.xml?rev=700856&r1=700855&r2=700856&view=diff
==============================================================================
--- maven/components/branches/2.2.0-M1-MNG-3759/build.xml (original)
+++ maven/components/branches/2.2.0-M1-MNG-3759/build.xml Wed Oct  1 11:20:34 2008
@@ -37,7 +37,7 @@
 
   <target name="initTaskDefs">
   	<xmlproperty file="pom.xml" prefix="pom.xml" />
-    <path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.0.8.jar"/>
+    <path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.0.9.jar"/>
     <typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath"/>
   </target>