o Updated bootstrap to use upcoming maven-ant-tasks:2.1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965780 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-07-20 10:00:22 +00:00
parent 4ab8f13084
commit 4e7e93346f
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ END SNIPPET: ant-bootstrap -->
<target name="initTaskDefs"> <target name="initTaskDefs">
<xmlproperty file="pom.xml" prefix="pom.xml" /> <xmlproperty file="pom.xml" prefix="pom.xml" />
<path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1.1-SNAPSHOT.jar" /> <path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1.1.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" /> <typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
</target> </target>