Le vendredi 30 novembre 2007, Vincent Siveton a écrit :
> 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 :)
ok
but there is a bug in maven-site-plugin 2.0-beta-6 which adds space every here
and there : it is now fixed in 2.0-beta-7-SNAPSHOT with
doxia-1.0-alpha-11-SNAPSHOT.
Is it worth a release now, or better a little later with beta-1?
regards
Hervé
>
> Cheers,
>
> Vincent
>
> 2007/11/29,
hboutemy@... <
hboutemy@...>:
> > 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-f
> >ml/src/main/mdo/fml.mdo
> >
> > Modified:
> > maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-f
> >ml/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-f
> >ml/src/main/mdo/fml.mdo (original) +++
> > maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-f
> >ml/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><faqs></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.