You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/07/21 11:54:48 UTC

svn commit: r796225 - in /maven/site/trunk/src/site/fml: about.fml maven1.fml project-faq.fml

Author: vsiveton
Date: Tue Jul 21 09:54:47 2009
New Revision: 796225

URL: http://svn.apache.org/viewvc?rev=796225&view=rev
Log:
o added FML xsd

Modified:
    maven/site/trunk/src/site/fml/about.fml
    maven/site/trunk/src/site/fml/maven1.fml
    maven/site/trunk/src/site/fml/project-faq.fml

Modified: maven/site/trunk/src/site/fml/about.fml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/about.fml?rev=796225&r1=796224&r2=796225&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/about.fml (original)
+++ maven/site/trunk/src/site/fml/about.fml Tue Jul 21 09:54:47 2009
@@ -17,8 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<faqs title="About Maven 2.0">
 
+<faqs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/FML/1.0"
+  xsi:schemaLocation="http://maven.apache.org/FML/1.0 http://maven.apache.org/xsd/fml-1.0.xsd"
+  title="About Maven 2.0">
   <part id="about">
     <faq id="m2-goals">
       <question>Tell me about the goals of Maven 2.0</question>

Modified: maven/site/trunk/src/site/fml/maven1.fml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/maven1.fml?rev=796225&r1=796224&r2=796225&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/maven1.fml (original)
+++ maven/site/trunk/src/site/fml/maven1.fml Tue Jul 21 09:54:47 2009
@@ -17,8 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<faqs title="Information for Maven 1.0 Users">
 
+<faqs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/FML/1.0"
+  xsi:schemaLocation="http://maven.apache.org/FML/1.0 http://maven.apache.org/xsd/fml-1.0.xsd"
+  title="Information for Maven 1.0 Users">
   <part id="maven1">
     <faq id="changed">
       <question>What's Changed?</question>

Modified: maven/site/trunk/src/site/fml/project-faq.fml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/project-faq.fml?rev=796225&r1=796224&r2=796225&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/project-faq.fml (original)
+++ maven/site/trunk/src/site/fml/project-faq.fml Tue Jul 21 09:54:47 2009
@@ -17,7 +17,10 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<faqs title="Frequently Asked Questions About Project Metadata">
+<faqs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/FML/1.0"
+  xsi:schemaLocation="http://maven.apache.org/FML/1.0 http://maven.apache.org/xsd/fml-1.0.xsd"
+  title="Frequently Asked Questions About Project Metadata">
   <part id="faq">
     <faq id="why-care">
       <question>Why do I care?</question>