You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2009/07/14 18:49:00 UTC

svn commit: r793972 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/site: fml/faq.fml site.xml

Author: dennisl
Date: Tue Jul 14 16:49:00 2009
New Revision: 793972

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

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml?rev=793972&r1=793971&r2=793972&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml Tue Jul 14 16:49:00 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="Is it possible to customize the labels of the Project Reports Menu">
       <question>Is it possible to customize the labels of the Project Reports Menu?</question>

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml?rev=793972&r1=793971&r2=793972&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml Tue Jul 14 16:49:00 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"/>