Author: evenisse
Date: Thu Apr  5 06:17:33 2007
New Revision: 525819

URL: http://svn.apache.org/viewvc?view=rev&rev=525819
Log:
o Add missing links in the menu
o Fix format

Modified:
    
maven/scm/trunk/maven-scm-plugin/src/site/apt/examples/scm-advance-features.apt
    maven/scm/trunk/maven-scm-plugin/src/site/site.xml

Modified: 
maven/scm/trunk/maven-scm-plugin/src/site/apt/examples/scm-advance-features.apt
URL: 
http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-plugin/src/site/apt/examples/scm-advance-features.apt?view=diff&rev=525819&r1=525818&r2=525819
==============================================================================
--- 
maven/scm/trunk/maven-scm-plugin/src/site/apt/examples/scm-advance-features.apt 
(original)
+++ 
maven/scm/trunk/maven-scm-plugin/src/site/apt/examples/scm-advance-features.apt 
Thu Apr  5 06:17:33 2007
@@ -26,7 +26,7 @@
 
  Once the scm has been configured, scm operations can be performed.
   
-  * changelog - displays the project commit changes for each revisions
+* changelog - displays the project commit changes for each revisions
 
     <<<pom.xml>>> configuration :
     
@@ -64,7 +64,7 @@
 +---------+  
       
   
-  * diff
+* diff
 
     <<<pom.xml>>> configuration :
     
@@ -101,7 +101,7 @@
    mvn -DstartRevision=<revision> -DendRevision=<revision> scm:diff
 +---------+  
         
-  * edit - set the edit status of the file, locking the project sources if 
supported.
+* edit - set the edit status of the file, locking the project sources if 
supported.
 
     Command :
         
@@ -109,7 +109,7 @@
   mvn scm:edit
 +---------+  
     
-  * status - displays the modified files in the project.
+* status - displays the modified files in the project.
 
     Command :
         
@@ -117,7 +117,7 @@
    mvn scm:status
 +---------+  
     
-  * tag
+* tag
 
     <<<pom.xml>>> configuration :
     
@@ -153,7 +153,7 @@
    mvn -DtagName="<tag name>" scm:tag
 +---------+    
        
-  * unedit - unset the edit status of the project sources and unlocking it if 
supported.
+* unedit - unset the edit status of the project sources and unlocking it if 
supported.
 
     Command :
         
@@ -161,7 +161,7 @@
    mvn scm:unedit
 +---------+    
    
-  * validate - check if the scm urls configured in the <<<pom.xml>>> is valid.
+* validate - check if the scm urls configured in the <<<pom.xml>>> is valid.
 
     Command :
        

Modified: maven/scm/trunk/maven-scm-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-plugin/src/site/site.xml?view=diff&rev=525819&r1=525818&r2=525819
==============================================================================
--- maven/scm/trunk/maven-scm-plugin/src/site/site.xml (original)
+++ maven/scm/trunk/maven-scm-plugin/src/site/site.xml Thu Apr  5 06:17:33 2007
@@ -54,20 +54,27 @@
       <item name="Other SCM commands" 
href="examples/scm-advance-features.html"/>
     </menu>
     <menu name="Quick Links">
+      <item name="Maven SCM Home" href="http://maven.apache.org/scm/"/>
       <item name="Maven SCM Plugin" 
href="http://maven.apache.org/scm/plugins/index.html"/>
       <item name="SCM URL Format" 
href="http://maven.apache.org/scm/scm-url-format.html"/>
       <item name="Supported SCMs" 
href="http://maven.apache.org/scm/scms-overview.html";>
+        <item name="Bazaar" href="http://maven.apache.org/scm/bazaar.html"/>
         <item name="Clearcase" 
href="http://maven.apache.org/scm/clearcase.html"/>
+        <item name="CM Synergy" 
href="http://maven.apache.org/scm/synergy.html"/>
         <item name="CVS" href="http://maven.apache.org/scm/cvs.html"/>
         <item name="Local" href="http://maven.apache.org/scm/local.html"/>
         <item name="Perforce" 
href="http://maven.apache.org/scm/perforce.html"/>
-        <item name="Starteam" 
href="http://maven.apache.org/scm/starteam.html"/>
+        <item name="StarTeam" 
href="http://maven.apache.org/scm/starteam.html"/>
         <item name="Subversion" 
href="http://maven.apache.org/scm/subversion.html"/>
         <item name="Visual Source Safe" 
href="http://maven.apache.org/scm/vss.html"/>
       </item>
+      <item name="Guides" href="/guide/index.html" collapse="true">
+        <item name="How to use Maven-SCM in my application" 
href="http://maven.apache.org/scm/guide/usage.html"/>
+        <item name="How to write a new SCM provider" 
href="http://maven.apache.org/scm/guide/new_provider.html"/>
+      </item>
       <item name="SCM providers Matrix" 
href="http://docs.codehaus.org/display/SCM/SCM+Matrix"/>
     </menu>
 
-    ${reports}
+    <menu ref="reports"/>
   </body>
 </project>


Reply via email to