Author: dennisl
Date: Fri Jul 10 13:00:30 2009
New Revision: 792933

URL: http://svn.apache.org/viewvc?rev=792933&view=rev
Log:
o Add xml schema declarations.

Modified:
    maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml
    maven/plugins/trunk/maven-stage-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml?rev=792933&r1=792932&r2=792933&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml Fri Jul 10 
13:00:30 2009
@@ -19,7 +19,7 @@
 under the License.
 -->
 
-<faqs id="FAQ" title="Frequently Asked Questions">
+<faqs xmlns="http://maven.apache.org/FML/1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/FML/1.0 
http://maven.apache.org/xsd/fml-1.0.xsd"; id="FAQ" title="Frequently Asked 
Questions">
   <part id="General">
     <faq id="Why isn't my username being picked up when I specify a 
repositoryId?">
       <question>Why isn't my username being picked up when I specify a 
repositoryId?</question>

Modified: maven/plugins/trunk/maven-stage-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/src/site/site.xml?rev=792933&r1=792932&r2=792933&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-stage-plugin/src/site/site.xml Fri Jul 10 
13:00:30 2009
@@ -19,7 +19,7 @@
 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";>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>


Reply via email to