Author: vsiveton
Date: Sun Oct 12 05:02:11 2008
New Revision: 703794

URL: http://svn.apache.org/viewvc?rev=703794&view=rev
Log:
o removed namespace in the modello model
o removed xsd generation

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml?rev=703794&r1=703793&r2=703794&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml Sun Oct 12 
05:02:11 2008
@@ -83,21 +83,6 @@
             <phase>generate-sources</phase>
             <goals>
               <goal>java</goal>
-              <goal>xsd</goal>
-            </goals>
-            <configuration>
-              <models>
-                <model>src/main/mdo/fml.mdo</model>
-              </models>
-              <version>1.0.0</version>
-            </configuration>
-          </execution>
-          <execution>
-            <id>descriptor-site</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>xdoc</goal>
-              <goal>xsd</goal>
             </goals>
             <configuration>
               <models>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo?rev=703794&r1=703793&r2=703794&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo 
Sun Oct 12 05:02:11 2008
@@ -19,15 +19,11 @@
 under the License.
 -->
 
-<model xsd.namespace="http://maven.apache.org/FML/1.0.0"; 
xsd.target-namespace="http://maven.apache.org/FML/1.0.0";>
+<model>
   <id>fml</id>
   <name>Fml</name>
   <description><![CDATA[
-    <p>This is a reference for the FML (FAQ Markup Language) descriptor used 
in Maven Doxia.</p>
-    <p>An XSD is available at:</p>
-    <ul>
-      <li><a 
href="http://maven.apache.org/xsd/fml-1.0.0.xsd";>http://maven.apache.org/xsd/fml-1.0.0.xsd</a>
 for Doxia 1.0.</li>
-    </ul>
+    Model object of the FML (FAQ Markup Language) descriptor used in Maven 
Doxia.
   ]]></description>
   <defaults>
     <default>


Reply via email to