You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by de...@apache.org on 2012/11/04 18:15:36 UTC

svn commit: r1405589 - in /creadur/rat/trunk: apache-rat-core/src/site/site.xml apache-rat-plugin/src/site/site.xml apache-rat-tasks/src/site/site.xml apache-rat/src/site/site.xml src/site/site.xml

Author: dennisl
Date: Sun Nov  4 17:15:36 2012
New Revision: 1405589

URL: http://svn.apache.org/viewvc?rev=1405589&view=rev
Log:
Add xml schema to site descriptors.

Modified:
    creadur/rat/trunk/apache-rat-core/src/site/site.xml
    creadur/rat/trunk/apache-rat-plugin/src/site/site.xml
    creadur/rat/trunk/apache-rat-tasks/src/site/site.xml
    creadur/rat/trunk/apache-rat/src/site/site.xml
    creadur/rat/trunk/src/site/site.xml

Modified: creadur/rat/trunk/apache-rat-core/src/site/site.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/src/site/site.xml?rev=1405589&r1=1405588&r2=1405589&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/src/site/site.xml (original)
+++ creadur/rat/trunk/apache-rat-core/src/site/site.xml Sun Nov  4 17:15:36 2012
@@ -15,7 +15,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project name="Apache Rat&trade; Core">
+<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+         name="Apache Rat&trade; Core">
   <body>   
     <head>
         <link 

Modified: creadur/rat/trunk/apache-rat-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/site/site.xml?rev=1405589&r1=1405588&r2=1405589&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/src/site/site.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/src/site/site.xml Sun Nov  4 17:15:36 2012
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project name="Apache Rat&trade; Plugin for Apache Maven">
+<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+         name="Apache Rat&trade; Plugin for Apache Maven">
   <body>
     <head>
         <link 

Modified: creadur/rat/trunk/apache-rat-tasks/src/site/site.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/src/site/site.xml?rev=1405589&r1=1405588&r2=1405589&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/src/site/site.xml (original)
+++ creadur/rat/trunk/apache-rat-tasks/src/site/site.xml Sun Nov  4 17:15:36 2012
@@ -15,7 +15,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project name="Apache Rat&trade; Task Library for Apache Ant">
+<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+         name="Apache Rat&trade; Task Library for Apache Ant">
   <body>  
     <head>
         <link 

Modified: creadur/rat/trunk/apache-rat/src/site/site.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/src/site/site.xml?rev=1405589&r1=1405588&r2=1405589&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/src/site/site.xml (original)
+++ creadur/rat/trunk/apache-rat/src/site/site.xml Sun Nov  4 17:15:36 2012
@@ -15,7 +15,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project name="Apache Rat&trade;">
+<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+         name="Apache Rat&trade;">
   <body>    
     <head>
         <link 

Modified: creadur/rat/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/site/site.xml?rev=1405589&r1=1405588&r2=1405589&view=diff
==============================================================================
--- creadur/rat/trunk/src/site/site.xml (original)
+++ creadur/rat/trunk/src/site/site.xml Sun Nov  4 17:15:36 2012
@@ -14,7 +14,9 @@
  limitations under the License.
 
 -->
-<project name="Apache Rat&trade;">
+<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+         name="Apache Rat&trade;">
   <bannerRight>
     <title>The Apache Software Foundation</title>
     <name>The Apache Software Foundation</name>