You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/21 10:44:01 UTC

svn commit: r290655 - /maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt

Author: brett
Date: Wed Sep 21 01:43:57 2005
New Revision: 290655

URL: http://svn.apache.org/viewcvs?rev=290655&view=rev
Log:
PR: MNG-918
Submitted by: Chad Berghorst
Documentation correction

Modified:
    maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt

Modified: maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt?rev=290655&r1=290654&r2=290655&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt Wed Sep 21 01:43:57 2005
@@ -51,9 +51,9 @@
 -----
 <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>
   ...



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org