Author: hboutemy
Date: Mon Jan  2 23:31:57 2012
New Revision: 1226573

URL: http://svn.apache.org/viewvc?rev=1226573&view=rev
Log:
added name for site.xml to improve site breadcrumbs

Modified:
    
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/src/site/site.xml
    maven/core-integration-testing/trunk/core-it-support/src/site/site.xml
    maven/core-integration-testing/trunk/src/site/site.xml

Modified: 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/src/site/site.xml?rev=1226573&r1=1226572&r2=1226573&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/src/site/site.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/src/site/site.xml
 Mon Jan  2 23:31:57 2012
@@ -20,7 +20,8 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
+  name="Plugins">
   <body>
 
     <menu ref="parent"/>

Modified: maven/core-integration-testing/trunk/core-it-support/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/src/site/site.xml?rev=1226573&r1=1226572&r2=1226573&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/src/site/site.xml 
(original)
+++ maven/core-integration-testing/trunk/core-it-support/src/site/site.xml Mon 
Jan  2 23:31:57 2012
@@ -20,7 +20,8 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
+  name="IT Support">
   <body>
 
     <menu ref="parent"/>

Modified: maven/core-integration-testing/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/src/site/site.xml?rev=1226573&r1=1226572&r2=1226573&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/src/site/site.xml (original)
+++ maven/core-integration-testing/trunk/src/site/site.xml Mon Jan  2 23:31:57 
2012
@@ -20,7 +20,8 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
+  name="Core ITs">
   <body>
 
     <menu ref="modules"/>


Reply via email to