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

svn commit: r677403 - in /maven/plugins/trunk/maven-antrun-plugin/src/site: apt/examples/classpaths.apt apt/examples/customTasks.apt apt/examples/tasksAttributes.apt apt/index.apt apt/usage.apt fml/faq.fml site.xml

Author: dennisl
Date: Wed Jul 16 13:05:33 2008
New Revision: 677403

URL: http://svn.apache.org/viewvc?rev=677403&view=rev
Log:
o Fix typos.

Modified:
    maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt
    maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/customTasks.apt
    maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt
    maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-antrun-plugin/src/site/apt/usage.apt
    maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml
    maven/plugins/trunk/maven-antrun-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt?rev=677403&r1=677402&r2=677403&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt Wed Jul 16 13:05:33 2008
@@ -39,7 +39,7 @@
   * <<<maven.plugin.classpath>>>
   
 
- For example, to display maven's classpaths using antrun, we can do this
+ For example, to display Maven's classpaths using antrun, we can do this
 
 ------
 <project>

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=677403&r1=677402&r2=677403&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 Wed Jul 16 13:05:33 2008
@@ -1,5 +1,5 @@
  ------
- Using tasks not included in Ant default jar
+ Using tasks not included in Ant's default jar
  ------
  Carlos Sanchez
  ------
@@ -26,9 +26,9 @@
  ~~ NOTE: For help with the syntax of this file, see:
  ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Using tasks not included in Ant default jar
+Using tasks not included in Ant's 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 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.
 
 ------

Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt?rev=677403&r1=677402&r2=677403&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt Wed Jul 16 13:05:33 2008
@@ -28,7 +28,7 @@
 
 Using <<<\<tasks/\>>>> Attributes
 
- Since plugin version 1.2 you could specify attributes in the <<<\<tasks/\>>>> configuration to execute or not
+ Since plugin version 1.2 you can specify attributes in the <<<\<tasks/\>>>> configuration to execute or not
  Ant tasks depending some conditions. For example, to skip Ant call, you could add the following:
 
 ------

Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt?rev=677403&r1=677402&r2=677403&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt Wed Jul 16 13:05:33 2008
@@ -28,8 +28,8 @@
 
 Maven AntRun Plugin
 
-  This plugin provides the ability to run Ant tasks from within Maven2. You can
-  even embed your ant scripts in the POM!
+  This plugin provides the ability to run Ant tasks from within Maven 2. You can
+  even embed your Ant scripts in the POM!
 
   It is <not> the intention of this plugin to provide a means of polluting the
   POM, so it's encouraged to move all your Ant tasks to a <<<build.xml>>> file
@@ -43,9 +43,7 @@
 
 * Goals Overview
 
-  General Information about the goals.
-
-  * {{{run-mojo.html}antrun:run}} runs ant tasks for Maven 2.
+  * {{{run-mojo.html}antrun:run}} runs Ant tasks for Maven 2.
 
 * Usage
 
@@ -61,4 +59,4 @@
 
   * {{{examples/tasksAttributes.html}Using <<<\<tasks/\>>>> Attributes}}
 
-  * {{{examples/customTasks.html}Using tasks not included in Ant default jar}}
+  * {{{examples/customTasks.html}Using tasks not included in Ant's default jar}}

Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/apt/usage.apt?rev=677403&r1=677402&r2=677403&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/apt/usage.apt Wed Jul 16 13:05:33 2008
@@ -32,10 +32,10 @@
 
   The maven-antrun-plugin has only one goal, <<<run>>>.
 
-  This allows Maven 2 to run ant tasks. To do so, there must be an existing
-  project and the maven-antrun-plugin must have its <<<\<tasks\>>>> tag
+  This allows Maven 2 to run Ant tasks. To do so, there must be an existing
+  project and maven-antrun-plugin must have its <<<\<tasks\>>>> tag
   configured (although it would still execute without the <<<\<tasks\>>>> tag,
-  it would not do anything). Below is the template for the
+  it would not do anything). Below is the template for
   <<<maven-antrun-plugin>>>'s <<<pom.xml>>>.
 
 ------
@@ -52,7 +52,7 @@
               <tasks>
 
                 <!--
-                  Place any ant task here. You can add anything
+                  Place any Ant task here. You can add anything
                   you can add between <target> and </target> in a
                   build.xml.
                 -->
@@ -86,7 +86,7 @@
     description="A short description of this target's function">
 
     <!--
-      Place any ant task here. You can add anything
+      Place any Ant task here. You can add anything
       you can add between <target> and </target> in a
       build.xml.
     -->
@@ -96,7 +96,7 @@
 [...]
 ------
 
-  Below you can see how to indicate that ant has generated some more java
+  Below you can see how to indicate that Ant has generated some more java
   source that needs to be included in the compilation phase. Note that the
   compile phase follows the <<<generate-sources>>> phase in the lifecycle.
 
@@ -115,7 +115,7 @@
               <tasks>
 
                 <!--
-                  Place any ant task here. You can add anything
+                  Place any Ant task here. You can add anything
                   you can add between <target> and </target> in a
                   build.xml.
                 -->
@@ -153,7 +153,7 @@
 * Ant Expressions to Maven Expressions Mapping
 
   Some Ant expressions have their respective counterparts in Maven. Thus, one
-  can simply invoke the corresponding maven expression instead of using
+  can simply invoke the corresponding Maven expression instead of using
   maven-antrun-plugin to avoid the unneccessary overhead.
 
 *-----------------------------------+-----------------------------------+

Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml?rev=677403&r1=677402&r2=677403&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml Wed Jul 16 13:05:33 2008
@@ -21,14 +21,14 @@
 
 <faqs id="FAQ" title="Frequently Asked Questions">
  <part id="General">
-   <faq id="Why use antrun and not the ant program itself?">
-     <question>Why use antrun and not the ant program itself?</question>
+   <faq id="Why use antrun and not the Ant program itself?">
+     <question>Why use antrun and not the Ant program itself?</question>
      <answer>
-       <p>Maven has certain benefits over Ant. And for your ant projects to take
+       <p>Maven has certain benefits over Ant. And for your Ant projects to take
        advantage of these, you can use Maven as your project management tool and
-       use its maven-antrun-plugin to build your ant projects. </p>
-       <p>Furthermore, if you wish to migrate from ant to Maven, you can use 
-       this plugin first, then gradually convert your ant expressions into their
+       use its maven-antrun-plugin to build your Ant projects. </p>
+       <p>Furthermore, if you wish to migrate from Ant to Maven, you can use
+       this plugin first, then gradually convert your Ant expressions into their
        corresponding Maven expressions.</p>
      </answer>
    </faq>

Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/site.xml?rev=677403&r1=677402&r2=677403&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/site.xml Wed Jul 16 13:05:33 2008
@@ -34,7 +34,7 @@
     <menu name="Examples">
       <item name="Referencing the Maven Classpaths" href="examples/classpaths.html"/>
       <item name="Using tasks Attributes" href="examples/tasksAttributes.html"/>
-      <item name="Using tasks not included in Ant default jar" href="examples/customTasks.html"/>
+      <item name="Using tasks not included in Ant's default jar" href="examples/customTasks.html"/>
     </menu>
   </body>
 </project>