PR: MNG-918

Submitted by: Chad Berghorst
Documentation correction


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290655 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-21 08:43:57 +00:00
parent ec2ece5a3b
commit d807f16cdb
1 changed files with 2 additions and 2 deletions

View File

@ -51,9 +51,9 @@ Installing the Ant Tasks
-----
<project ... xmlns:artifact="urn:maven-artifact-ant">
...
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="maven-artifact-ant">
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant">
<classpath>
<pathelement location="lib/maven-artifact-ant-2.0-alpha-3.jar" />
<pathelement location="lib/maven-artifact-ant-2.0-beta-1.jar" />
</classpath>
</typedef>
...