mirror of https://github.com/apache/maven.git
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:
parent
ec2ece5a3b
commit
d807f16cdb
|
@ -51,9 +51,9 @@ Installing the Ant Tasks
|
||||||
-----
|
-----
|
||||||
<project ... xmlns:artifact="urn:maven-artifact-ant">
|
<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>
|
<classpath>
|
||||||
<pathelement location="lib/maven-artifact-ant-2.0-alpha-3.jar" />
|
<pathelement location="lib/maven-artifact-ant-2.0-beta-1.jar" />
|
||||||
</classpath>
|
</classpath>
|
||||||
</typedef>
|
</typedef>
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue