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/03/02 12:08:17 UTC

svn commit: r155909 - in maven/maven-1/core/trunk/xdocs: reference/scripting.xml using/customising.xml using/developing-plugins.xml using/index.xml

Author: brett
Date: Wed Mar  2 03:08:15 2005
New Revision: 155909

URL: http://svn.apache.org/viewcvs?view=rev&rev=155909
Log:
consistent naming

Modified:
    maven/maven-1/core/trunk/xdocs/reference/scripting.xml
    maven/maven-1/core/trunk/xdocs/using/customising.xml
    maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml
    maven/maven-1/core/trunk/xdocs/using/index.xml

Modified: maven/maven-1/core/trunk/xdocs/reference/scripting.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/scripting.xml?view=diff&r1=155908&r2=155909
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/scripting.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/scripting.xml Wed Mar  2 03:08:15 2005
@@ -44,7 +44,7 @@
       <p>
         For an explanation of how to develop a plugin, please see <a href="../using/developing-plugins.html">Developing
         Plugins</a>, or for details about <code>maven.xml</code> see the section on
-        <a href="../using/customising.html">Customising the Build</a>, both in the User's Guide.
+        <a href="../using/customising.html">Customising Maven</a>, both in the User's Guide.
       </p>
 
 <!-- TODO Maybe this is a single file, and belongs in using...

Modified: maven/maven-1/core/trunk/xdocs/using/customising.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/customising.xml?view=diff&r1=155908&r2=155909
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/customising.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/customising.xml Wed Mar  2 03:08:15 2005
@@ -20,12 +20,15 @@
 <document>
 
   <properties>
-    <title>Customising a Build</title>
+    <title>Customising Maven</title>
     <author email="brett@apache.org">Brett Porter</author>
   </properties>
 
   <body>
-    <section name="Customising a Build">
+    <section name="Customising Maven">
+      <p>
+        
+      </p>
   <!-- TODO: write about properties, maven.xml -->
       <p>...</p>
     </section>

Modified: maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml?view=diff&r1=155908&r2=155909
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml Wed Mar  2 03:08:15 2005
@@ -120,8 +120,8 @@
   </goal> 
 </project>]]></source>
         <p>
-          (For an explanation of what this means, please refer to <a href="customising.html">Customising Your
-          Build</a>, or the <a href="../reference/scripting.html">Scripting Reference</a>).
+          (For an explanation of what this means, please refer to <a href="customising.html">Customising 
+          Maven</a>, or the <a href="../reference/scripting.html">Scripting Reference</a>).
         </p>
 
         <p>

Modified: maven/maven-1/core/trunk/xdocs/using/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/index.xml?view=diff&r1=155908&r2=155909
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/index.xml Wed Mar  2 03:08:15 2005
@@ -48,7 +48,7 @@
         Further topics in the User's Guide include:
       </p>
       <ul>
-        <li><a href="customising.html">Customising a Build</a> - how to change behaviour, add scripting and create
+        <li><a href="customising.html">Customising Maven</a> - how to change behaviour, add scripting and create
           your own plugins</li>
         <li><a href="repositories.html">Repositories</a> - how to manage your own artifact repository</li>
       </ul>



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