Author: vsiveton
Date: Sat Aug  1 12:18:54 2009
New Revision: 799851

URL: http://svn.apache.org/viewvc?rev=799851&view=rev
Log:
o added xdoc schema

Modified:
    maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml
    maven/site/trunk/src/site/xdoc/errors/404.xml
    maven/site/trunk/src/site/xdoc/index.xml.vm
    maven/site/trunk/src/site/xdoc/source-repository.xml

Modified: maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml?rev=799851&r1=799850&r2=799851&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml 
(original)
+++ maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml Sat 
Aug  1 12:18:54 2009
@@ -19,7 +19,9 @@
 under the License.
 -->
 
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>Mojo API Specification</title>
     <author email="[email protected]">John Casey</author>

Modified: maven/site/trunk/src/site/xdoc/errors/404.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/errors/404.xml?rev=799851&r1=799850&r2=799851&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/errors/404.xml (original)
+++ maven/site/trunk/src/site/xdoc/errors/404.xml Sat Aug  1 12:18:54 2009
@@ -19,13 +19,17 @@
 under the License.
 -->
 
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
-    <author email="[email protected]">Brett Porter</author>
     <title>Page Not Found</title>
+    <author email="[email protected]">Brett Porter</author>
   </properties>
 
+
   <head>
+    <title>Page Not Found</title>
     <base href="http://maven.apache.org/errors"; />
   </head>
 

Modified: maven/site/trunk/src/site/xdoc/index.xml.vm
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/index.xml.vm?rev=799851&r1=799850&r2=799851&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/index.xml.vm (original)
+++ maven/site/trunk/src/site/xdoc/index.xml.vm Sat Aug  1 12:18:54 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <document>
   <properties>
     <title>Welcome to Maven</title>

Modified: maven/site/trunk/src/site/xdoc/source-repository.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/source-repository.xml?rev=799851&r1=799850&r2=799851&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/source-repository.xml (original)
+++ maven/site/trunk/src/site/xdoc/source-repository.xml Sat Aug  1 12:18:54 
2009
@@ -19,7 +19,9 @@
 under the License.
 -->
 
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>Source Repository</title>
     <author>Benjamin Bentmann</author>


Reply via email to