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/10 14:35:35 UTC

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

Author: dennisl
Date: Fri Jul 10 12:35:34 2009
New Revision: 792920

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

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

Modified: maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml?rev=792920&r1=792919&r2=792920&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml Fri Jul 10 12:35:34 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 can I specify a Class-Path: entry in the manifest of an EJB jar?">
       <question>How can I specify a Class-Path: entry in the manifest of an EJB JAR?</question>

Modified: maven/plugins/trunk/maven-ejb-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/site/site.xml?rev=792920&r1=792919&r2=792920&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-ejb-plugin/src/site/site.xml Fri Jul 10 12:35:34 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"/>