You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/05/30 13:23:20 UTC

svn commit: r1344198 - in /cocoon/trunk/site: cocoon-blocks-site/src/site/site.xml cocoon-maven-plugins-site/src/site/site.xml

Author: ilgrosso
Date: Wed May 30 11:23:19 2012
New Revision: 1344198

URL: http://svn.apache.org/viewvc?rev=1344198&view=rev
Log:
fixing typo

Modified:
    cocoon/trunk/site/cocoon-blocks-site/src/site/site.xml
    cocoon/trunk/site/cocoon-maven-plugins-site/src/site/site.xml

Modified: cocoon/trunk/site/cocoon-blocks-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-blocks-site/src/site/site.xml?rev=1344198&r1=1344197&r2=1344198&view=diff
==============================================================================
--- cocoon/trunk/site/cocoon-blocks-site/src/site/site.xml (original)
+++ cocoon/trunk/site/cocoon-blocks-site/src/site/site.xml Wed May 30 11:23:19 2012
@@ -20,7 +20,7 @@
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
-         name="Cocoon Subprojects">
+         name="Cocoon">
 
   <skin>
     <groupId>org.apache.cocoon</groupId>

Modified: cocoon/trunk/site/cocoon-maven-plugins-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-maven-plugins-site/src/site/site.xml?rev=1344198&r1=1344197&r2=1344198&view=diff
==============================================================================
--- cocoon/trunk/site/cocoon-maven-plugins-site/src/site/site.xml (original)
+++ cocoon/trunk/site/cocoon-maven-plugins-site/src/site/site.xml Wed May 30 11:23:19 2012
@@ -20,7 +20,7 @@
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
-         name="Cocoon Subprojects">
+         name="Cocoon">
 
   <skin>
     <groupId>org.apache.cocoon</groupId>
@@ -29,7 +29,7 @@
   </skin>
     
   <body>
-    <menu name="Available Blocks">
+    <menu name="Available Plugins">
       <item name="List" href="./index.html"/>
     </menu>
   </body>