You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/07/06 18:02:03 UTC

svn commit: r1358288 - /maven/resources/trunk/src/site/site.xml

Author: olamy
Date: Fri Jul  6 16:02:03 2012
New Revision: 1358288

URL: http://svn.apache.org/viewvc?rev=1358288&view=rev
Log:
add xsd declaration

Modified:
    maven/resources/trunk/src/site/site.xml

Modified: maven/resources/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/src/site/site.xml?rev=1358288&r1=1358287&r2=1358288&view=diff
==============================================================================
--- maven/resources/trunk/src/site/site.xml (original)
+++ maven/resources/trunk/src/site/site.xml Fri Jul  6 16:02:03 2012
@@ -19,7 +19,11 @@
   ~ under the License.
   -->
 
-<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"
+  name="Apache Maven Resource Bundles">
+
 
   <bannerLeft>
     <name>${project.name}</name>