You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2009/11/26 00:31:36 UTC

svn commit: r884339 - in /maven/ant-tasks/trunk/src/site/apt/examples: mvn.apt mvn.apt.vm

Author: pgier
Date: Wed Nov 25 23:31:35 2009
New Revision: 884339

URL: http://svn.apache.org/viewvc?rev=884339&view=rev
Log:
[MANTTASKS-164] Minor improvement to site docs.

Added:
    maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt.vm
      - copied, changed from r884304, maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt
Removed:
    maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt

Copied: maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt.vm (from r884304, maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt)
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt.vm?p2=maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt.vm&p1=maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt&r1=884304&r2=884339&rev=884339&view=diff
==============================================================================
--- maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt (original)
+++ maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt.vm Wed Nov 25 23:31:35 2009
@@ -28,7 +28,7 @@
 
 The Mvn Task
 
-  <<Note: This task is only available since version 2.0.10>>
+  <<Note: This task is available since version 2.0.10 of the maven ant tasks>>
 
   The Maven Ant Tasks have some limited support for calling a full Maven build from Ant.
   The <<<mvn>>> task is a subclass of the Ant {{{http://ant.apache.org/manual/CoreTasks/java.html}java}}
@@ -69,7 +69,7 @@
   </artifact:mvn>
 -----
 
-  <<Note: this will use version 2.0.10 of the core Maven jar files>>
+  <<Note: this will use version ${mavenVersion} of the core Maven libraries contained in the ant tasks jar>>
 
 Using the Java Task