Hi Hervé,

The goal of this branch was originaly to release the site plugin and
MPIR, without an important issue found in the doxia-1.0-alpha-9.
Now that site plugin is out, I dont think that we need to maintain it:
I hope we will release beta-1 instead of alpha :)

Cheers,

Vincent

2007/11/29, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Author: hboutemy
> Date: Thu Nov 29 11:29:55 2007
> New Revision: 599553
>
> URL: http://svn.apache.org/viewvc?rev=599553&view=rev
> Log:
> [DOXIA-136] add support for namespace and flat list
>
> Modified:
>     
> maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
>
> Modified: 
> maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
> URL: 
> http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo?rev=599553&r1=599552&r2=599553&view=diff
> ==============================================================================
> --- 
> maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
>  (original)
> +++ 
> maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
>  Thu Nov 29 11:29:55 2007
> @@ -19,7 +19,7 @@
>  under the License.
>  -->
>
> -<model>
> +<model xsd.namespace="http://maven.apache.org/FML/1.0.0"; 
> xsd.target-namespace="http://maven.apache.org/FML/1.0.0";>
>    <id>fml</id>
>    <name>Fml</name>
>    <description><![CDATA[
> @@ -36,7 +36,7 @@
>      </default>
>    </defaults>
>    <classes>
> -    <class rootElement="true" xml.tagName="faqs">
> +    <class rootElement="true" xml.tagName="faqs" xsd.compositor="sequence">
>        <name>Faqs</name>
>        <description><![CDATA[
>           The <code>&lt;faqs&gt;</code> element is the root of the FML 
> descriptor.
> @@ -78,7 +78,7 @@
>          </field>
>        </fields>
>      </class>
> -    <class>
> +    <class xsd.compositor="sequence">
>        <name>Part</name>
>        <description><![CDATA[
>          FAQ part.
> @@ -117,7 +117,7 @@
>          </field>
>        </fields>
>      </class>
> -    <class>
> +    <class xsd.compositor="sequence">
>        <name>Faq</name>
>        <description><![CDATA[
>          A Faq.
>
>
>

Reply via email to