Skip to content

Commit

Permalink
o Updated to newer version of Ant Tasks (r917218) for compat with Ant…
Browse files Browse the repository at this point in the history
… 1.8.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@917220 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bentmann committed Feb 28, 2010
1 parent fe9a21c commit 7dcb4c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -35,7 +35,7 @@ END SNIPPET: ant-bootstrap -->

<target name="initTaskDefs">
<xmlproperty file="pom.xml" prefix="pom.xml" />
<path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1.0.jar" />
<path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1.1-SNAPSHOT.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
</target>

Expand Down
Binary file not shown.

0 comments on commit 7dcb4c7

Please sign in to comment.