You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2009/09/11 13:34:16 UTC

svn commit: r813781 - in /maven/maven-3/trunk: apache-maven/src/site/site.xml maven-core/src/site/site.xml maven-embedder/src/site/site.xml maven-model/src/site/site.xml maven-plugin-api/src/site/site.xml

Author: hboutemy
Date: Fri Sep 11 11:34:15 2009
New Revision: 813781

URL: http://svn.apache.org/viewvc?rev=813781&view=rev
Log:
added XML schema location for site.xml

Modified:
    maven/maven-3/trunk/apache-maven/src/site/site.xml
    maven/maven-3/trunk/maven-core/src/site/site.xml
    maven/maven-3/trunk/maven-embedder/src/site/site.xml
    maven/maven-3/trunk/maven-model/src/site/site.xml
    maven/maven-3/trunk/maven-plugin-api/src/site/site.xml

Modified: maven/maven-3/trunk/apache-maven/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/src/site/site.xml?rev=813781&r1=813780&r2=813781&view=diff
==============================================================================
--- maven/maven-3/trunk/apache-maven/src/site/site.xml (original)
+++ maven/maven-3/trunk/apache-maven/src/site/site.xml Fri Sep 11 11:34:15 2009
@@ -1,4 +1,6 @@
-<project>
+<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">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/maven-3/trunk/maven-core/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/site/site.xml?rev=813781&r1=813780&r2=813781&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/src/site/site.xml (original)
+++ maven/maven-3/trunk/maven-core/src/site/site.xml Fri Sep 11 11:34:15 2009
@@ -1,4 +1,6 @@
-<project>
+<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">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/maven-3/trunk/maven-embedder/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-embedder/src/site/site.xml?rev=813781&r1=813780&r2=813781&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-embedder/src/site/site.xml (original)
+++ maven/maven-3/trunk/maven-embedder/src/site/site.xml Fri Sep 11 11:34:15 2009
@@ -1,4 +1,6 @@
-<project>
+<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">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/maven-3/trunk/maven-model/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-model/src/site/site.xml?rev=813781&r1=813780&r2=813781&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-model/src/site/site.xml (original)
+++ maven/maven-3/trunk/maven-model/src/site/site.xml Fri Sep 11 11:34:15 2009
@@ -1,4 +1,6 @@
-<project>
+<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">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/maven-3/trunk/maven-plugin-api/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-plugin-api/src/site/site.xml?rev=813781&r1=813780&r2=813781&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-plugin-api/src/site/site.xml (original)
+++ maven/maven-3/trunk/maven-plugin-api/src/site/site.xml Fri Sep 11 11:34:15 2009
@@ -1,4 +1,6 @@
-<project>
+<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">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>