You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2008/07/16 07:21:04 UTC

svn commit: r677160 - /maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/customTasks.apt

Author: carlos
Date: Tue Jul 15 22:21:04 2008
New Revision: 677160

URL: http://svn.apache.org/viewvc?rev=677160&view=rev
Log:
Use the right escaping

Modified:
    maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/customTasks.apt

Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/customTasks.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/customTasks.apt?rev=677160&r1=677159&r2=677160&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/customTasks.apt (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/customTasks.apt Tue Jul 15 22:21:04 2008
@@ -26,7 +26,7 @@
 Using tasks not included in Ant default jar
 
  To use ant tasks not included in the Ant jar, like Ant optional or custom tasks you need to add the dependencies needed for the task
- to run to the plugin classpath and use the {{maven.plugin.classpath}} reference if needed.
+ to run to the plugin classpath and use the <<<maven.plugin.classpath>>> reference if needed.
 
 ------
 <project>