From tchemit@users.nuiton.org Wed Jun 2 16:21:34 2010 From: tchemit@users.nuiton.org To: jrst-commits@list.nuiton.org Subject: [Jrst-commits] r473 - in trunk: . doxia-module-jrst/src/main/java/org/nuiton/jrst Date: Wed, 02 Jun 2010 16:21:34 +0200 Message-ID: <20100602142134.C6A0A15926@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5666918558493076081==" --===============5666918558493076081== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: tchemit Date: 2010-06-02 16:21:34 +0200 (Wed, 02 Jun 2010) New Revision: 473 Url: http://nuiton.org/repositories/revision/jrst/473 Log: Evolution #658: Use doxia 1.1.3 Modified: trunk/doxia-module-jrst/src/main/java/org/nuiton/jrst/JrstParser.java trunk/doxia-module-jrst/src/main/java/org/nuiton/jrst/JrstSiteModule.java trunk/pom.xml Modified: trunk/doxia-module-jrst/src/main/java/org/nuiton/jrst/JrstParser.ja= va =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/doxia-module-jrst/src/main/java/org/nuiton/jrst/JrstParser.java 201= 0-06-02 10:28:08 UTC (rev 472) +++ trunk/doxia-module-jrst/src/main/java/org/nuiton/jrst/JrstParser.java 201= 0-06-02 14:21:34 UTC (rev 473) @@ -39,11 +39,10 @@ * Parse an RST model, transform it into xdoc model and emit events into the * specified doxia Sink. *=20 - * @author Jason van Zyl + * @author Eric Chatellier * @version $Id$ * @since 0.9.0 - * @plexus.component role=3D"org.apache.maven.doxia.parser.Parser" - * role-hint=3D"jrst" + * @plexus.component role=3D"org.apache.maven.doxia.parser.Parser" role-hint= =3D"jrst" */ public class JrstParser extends XdocParser { =20 Modified: trunk/doxia-module-jrst/src/main/java/org/nuiton/jrst/JrstSiteModul= e.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/doxia-module-jrst/src/main/java/org/nuiton/jrst/JrstSiteModule.java= 2010-06-02 10:28:08 UTC (rev 472) +++ trunk/doxia-module-jrst/src/main/java/org/nuiton/jrst/JrstSiteModule.java= 2010-06-02 14:21:34 UTC (rev 473) @@ -30,8 +30,8 @@ /** * JrstSiteModule. * - * @author chatellier - * @version $Revision : 1 $ + * @author Eric Chatellier + * @version $Id$ * @since 0.9.0 * @plexus.component role=3D"org.apache.maven.doxia.module.site.SiteModule" = role-hint=3D"jrst" */ Modified: trunk/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/pom.xml 2010-06-02 10:28:08 UTC (rev 472) +++ trunk/pom.xml 2010-06-02 14:21:34 UTC (rev 473) @@ -327,11 +327,11 @@ jrst =20 - fr,en + fr,en =20 apt =20 - 1.1.2 + 1.1.3 1.2 1.2.2 --===============5666918558493076081==--