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/09 21:38:10 UTC

svn commit: r792651 - in /maven/plugins/trunk/maven-checkstyle-plugin/src/site: fml/faq.fml site.xml

Author: dennisl
Date: Thu Jul  9 19:38:09 2009
New Revision: 792651

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

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

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/fml/faq.fml?rev=792651&r1=792650&r2=792651&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/fml/faq.fml Thu Jul  9 19:38:09 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="How are the Checkstyle properties set">
       <question>How are the Checkstyle properties set?</question>

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml?rev=792651&r1=792650&r2=792651&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml Thu Jul  9 19:38:09 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"/>