Jrst-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- 916 discussions
07 Feb '11
Author: echatellier
Date: 2011-02-07 17:27:04 +0100 (Mon, 07 Feb 2011)
New Revision: 519
Url: http://nuiton.org/repositories/revision/jrst/519
Log:
rename docutils executable
Modified:
trunk/jrst/src/test/java/org/nuiton/jrst/Compare.java
Modified: trunk/jrst/src/test/java/org/nuiton/jrst/Compare.java
===================================================================
--- trunk/jrst/src/test/java/org/nuiton/jrst/Compare.java 2011-02-07 16:04:02 UTC (rev 518)
+++ trunk/jrst/src/test/java/org/nuiton/jrst/Compare.java 2011-02-07 16:27:04 UTC (rev 519)
@@ -85,7 +85,7 @@
Reader in = new InputStreamReader(url.openStream());
JRSTReader jrst = new JRSTReader();
Document docRst = jrst.read(in); // JRST
- String cmd = "rst2xml " + source.getPath();
+ String cmd = "rst2xml.py " + source.getPath();
Process p = null;
try {
p = Runtime.getRuntime().exec(cmd); // Python
1
0
Author: echatellier
Date: 2011-02-07 17:04:02 +0100 (Mon, 07 Feb 2011)
New Revision: 518
Url: http://nuiton.org/repositories/revision/jrst/518
Log:
svn:ignore
Modified:
trunk/jrst-doc/
Property changes on: trunk/jrst-doc
___________________________________________________________________
Modified: svn:ignore
- target
nbactions.xml
*.iml
+ target
nbactions.xml
*.iml
.settings
.project
1
0
Author: echatellier
Date: 2011-02-07 17:02:02 +0100 (Mon, 07 Feb 2011)
New Revision: 517
Url: http://nuiton.org/repositories/revision/jrst/517
Log:
#33 : sh/bat launch scripts have been removed from the distribution archive
Added:
trunk/jrst/src/main/assembly/jrst.bat
trunk/jrst/src/main/assembly/jrst.sh
Modified:
trunk/jrst/src/main/assembly/deps.xml
trunk/jrst/src/main/assembly/full.xml
Modified: trunk/jrst/src/main/assembly/deps.xml
===================================================================
--- trunk/jrst/src/main/assembly/deps.xml 2011-02-07 15:53:52 UTC (rev 516)
+++ trunk/jrst/src/main/assembly/deps.xml 2011-02-07 16:02:02 UTC (rev 517)
@@ -59,6 +59,16 @@
</includes>
</fileSet>
<fileSet>
+ <directory>src/main/assembly</directory>
+ <outputDirectory />
+ <filtered>true</filtered>
+ <fileMode>0755</fileMode>
+ <includes>
+ <include>jrst.sh</include>
+ <include>jrst.sh</include>
+ </includes>
+ </fileSet>
+ <fileSet>
<outputDirectory>/</outputDirectory>
<directory>target/classes</directory>
<includes>
Modified: trunk/jrst/src/main/assembly/full.xml
===================================================================
--- trunk/jrst/src/main/assembly/full.xml 2011-02-07 15:53:52 UTC (rev 516)
+++ trunk/jrst/src/main/assembly/full.xml 2011-02-07 16:02:02 UTC (rev 517)
@@ -64,6 +64,16 @@
</includes>
</fileSet>
<fileSet>
+ <directory>src/main/assembly</directory>
+ <outputDirectory />
+ <filtered>true</filtered>
+ <fileMode>0755</fileMode>
+ <includes>
+ <include>jrst.sh</include>
+ <include>jrst.sh</include>
+ </includes>
+ </fileSet>
+ <fileSet>
<directory>src</directory>
<!--useDefaultExcludes>true</useDefaultExcludes-->
</fileSet>
Added: trunk/jrst/src/main/assembly/jrst.bat
===================================================================
--- trunk/jrst/src/main/assembly/jrst.bat (rev 0)
+++ trunk/jrst/src/main/assembly/jrst.bat 2011-02-07 16:02:02 UTC (rev 517)
@@ -0,0 +1 @@
+java -jar ${project.build.finalName}.${project.packaging}
\ No newline at end of file
Added: trunk/jrst/src/main/assembly/jrst.sh
===================================================================
--- trunk/jrst/src/main/assembly/jrst.sh (rev 0)
+++ trunk/jrst/src/main/assembly/jrst.sh 2011-02-07 16:02:02 UTC (rev 517)
@@ -0,0 +1,9 @@
+#!/bin/sh
+MX=512M
+cd `dirname $0`
+if [ -n "$JAVA_HOME" ]; then
+ $JAVA_HOME/bin/java -Xmx$MX -Xms$MX -jar ${project.build.finalName}.${project.packaging} $*
+else
+ java -Xmx$MX -Xms$MX -jar ${project.build.finalName}.${project.packaging} $*
+fi
+cd "$OLDPWD"
Property changes on: trunk/jrst/src/main/assembly/jrst.sh
___________________________________________________________________
Added: svn:executable
+ *
1
0
Author: echatellier
Date: 2011-02-07 16:53:52 +0100 (Mon, 07 Feb 2011)
New Revision: 516
Url: http://nuiton.org/repositories/revision/jrst/516
Log:
log4j is runtime scope
Modified:
trunk/jrst/pom.xml
Modified: trunk/jrst/pom.xml
===================================================================
--- trunk/jrst/pom.xml 2011-01-27 08:53:35 UTC (rev 515)
+++ trunk/jrst/pom.xml 2011-02-07 15:53:52 UTC (rev 516)
@@ -136,7 +136,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <scope>test</scope>
+ <scope>runtime</scope>
</dependency>
</dependencies>
1
0
Author: tchemit
Date: 2011-01-27 09:53:35 +0100 (Thu, 27 Jan 2011)
New Revision: 515
Url: http://nuiton.org/repositories/revision/jrst/515
Log:
Update mavenpom4redmineAndCentral to 2.4.3.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-01-23 17:30:07 UTC (rev 514)
+++ trunk/pom.xml 2011-01-27 08:53:35 UTC (rev 515)
@@ -23,9 +23,7 @@
<http://www.gnu.org/licenses/lgpl-3.0.html>.
#L%
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +33,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>2.4.2-SNAPSHOT</version>
+ <version>2.4.3</version>
</parent>
<artifactId>jrst</artifactId>
1
0
Author: tchemit
Date: 2011-01-23 18:30:07 +0100 (Sun, 23 Jan 2011)
New Revision: 514
Url: http://nuiton.org/repositories/revision/jrst/514
Log:
Updates to mavenpom 2.4.2
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-11-22 15:45:39 UTC (rev 513)
+++ trunk/pom.xml 2011-01-23 17:30:07 UTC (rev 514)
@@ -35,7 +35,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>2.4.1</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<artifactId>jrst</artifactId>
1
0
r513 - in trunk: doxia-module-jrst/src/license jrst jrst/src/license jrst/src/test/java/org/nuiton/jrst jrst/src/test/resources maven-jrst-plugin/src maven-jrst-plugin/src/license
by tchemit@users.nuiton.org 22 Nov '10
by tchemit@users.nuiton.org 22 Nov '10
22 Nov '10
Author: tchemit
Date: 2010-11-22 16:45:39 +0100 (Mon, 22 Nov 2010)
New Revision: 513
Url: http://nuiton.org/repositories/revision/jrst/513
Log:
consolidate third-parties = fix tests
Added:
trunk/jrst/src/test/resources/log4j.properties
trunk/maven-jrst-plugin/src/license/
trunk/maven-jrst-plugin/src/license/THIRD-PARTY.properties
Modified:
trunk/doxia-module-jrst/src/license/THIRD-PARTY.properties
trunk/jrst/pom.xml
trunk/jrst/src/license/THIRD-PARTY.properties
trunk/jrst/src/test/java/org/nuiton/jrst/JRSTReaderTest.java
Modified: trunk/doxia-module-jrst/src/license/THIRD-PARTY.properties
===================================================================
--- trunk/doxia-module-jrst/src/license/THIRD-PARTY.properties 2010-11-22 14:47:17 UTC (rev 512)
+++ trunk/doxia-module-jrst/src/license/THIRD-PARTY.properties 2010-11-22 15:45:39 UTC (rev 513)
@@ -3,22 +3,28 @@
# Already used licenses in project :
# - Apache License
# - Apache License 2.0
+# - BSD License
# - Common Public License Version 1.0
+# - Docbook license (MIT-like)
# - LGPL
# - Lesser General Public License (LGPL) v 3.0
-# - MIT-like License
+# - Mozilla Public License version 1.1
# - The Apache Software License, Version 2.0
+# - X License (http://icu-project.org/repos/icu/icu4j/trunk/main/shared/licenses/license.h…)
+# - http://classworlds.codehaus.org/license.html
+# - http://jaxen.codehaus.org/license.html
#-------------------------------------------------------------------------------
# Please fill the missing licenses for dependencies :
#
#
-#Mon Jun 28 09:30:13 CEST 2010
-com.ibm.icu--icu4j--2.6.1=X License (http://icu-project.org/repos/icu/icu4j/trunk/main/shared/licenses/license.h…)
-commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0
-commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0
-dom4j--dom4j--1.6.1=BSD
-jaxen--jaxen--1.1.1=http\://jaxen.codehaus.org/license.html
-jdom--jdom--1.0=The Apache Software License, Version 2.0
-org.codehaus.plexus--plexus-classworlds--1.2-alpha-9=http\://classworlds.codehaus.org/license.html
-xerces--xmlParserAPIs--2.6.2=The Apache Software License, Version 2.0
-xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0
+#Mon Nov 22 16:42:48 CET 2010
+com.ibm.icu--icu4j--2.6.1--jar=X License (http\://icu-project.org/repos/icu/icu4j/trunk/main/shared/licenses/license.html)
+commons-codec--commons-codec--1.2--jar=The Apache Software License, Version 2.0
+commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0
+dom4j--dom4j--1.6.1--jar=BSD
+jaxen--jaxen--1.1.1--jar=http\://jaxen.codehaus.org/license.html
+jdom--jdom--1.0--jar=The Apache Software License, Version 2.0
+net.sf.docbook--docbook-xsl--1.75.2--zip--resources=Docbook license (MIT-like)
+org.codehaus.plexus--plexus-classworlds--1.2-alpha-9--jar=http\://classworlds.codehaus.org/license.html
+org.nuiton.thirdparty--sdoc--0.5.0-beta-patchcl--jar=Lesser General Public License (LGPL) v 3.0
+xerces--xercesImpl--2.6.2--jar=The Apache Software License, Version 2.0
Modified: trunk/jrst/pom.xml
===================================================================
--- trunk/jrst/pom.xml 2010-11-22 14:47:17 UTC (rev 512)
+++ trunk/jrst/pom.xml 2010-11-22 15:45:39 UTC (rev 513)
@@ -132,6 +132,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<!-- ************************************************************* -->
Modified: trunk/jrst/src/license/THIRD-PARTY.properties
===================================================================
--- trunk/jrst/src/license/THIRD-PARTY.properties 2010-11-22 14:47:17 UTC (rev 512)
+++ trunk/jrst/src/license/THIRD-PARTY.properties 2010-11-22 15:45:39 UTC (rev 513)
@@ -2,24 +2,24 @@
#-------------------------------------------------------------------------------
# Already used licenses in project :
# - Apache License 2.0
-# - BSD
# - BSD License
# - Common Public License Version 1.0
# - LGPL
# - Lesser General Public License (LGPL) v 3.0
-# - MIT-like License
+# - Mozilla Public License version 1.1
# - The Apache Software License, Version 2.0
+# - X License (http://icu-project.org/repos/icu/icu4j/trunk/main/shared/licenses/license.h…)
# - http://jaxen.codehaus.org/license.html
#-------------------------------------------------------------------------------
# Please fill the missing licenses for dependencies :
#
#
-#Mon Jun 28 09:27:16 CEST 2010
-com.ibm.icu--icu4j--2.6.1=X License (http://icu-project.org/repos/icu/icu4j/trunk/main/shared/licenses/license.h…)
-commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0
-dom4j--dom4j--1.6.1=BSD
-jaxen--jaxen--1.1.1=http\://jaxen.codehaus.org/license.html
-jdom--jdom--1.0=The Apache Software License, Version 2.0
-org.nuiton.thirdparty--sdoc--0.5.0-beta-patchcl=Lesser General Public License (LGPL) v 3.0
-xerces--xercesImpl--2.6.2=The Apache Software License, Version 2.0
-xerces--xmlParserAPIs--2.6.2=The Apache Software License, Version 2.0
+#Mon Nov 22 15:54:39 CET 2010
+com.ibm.icu--icu4j--2.6.1--jar=X License (http\://icu-project.org/repos/icu/icu4j/trunk/main/shared/licenses/license.html)
+commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0
+dom4j--dom4j--1.6.1--jar=BSD
+jaxen--jaxen--1.1.1--jar=http\://jaxen.codehaus.org/license.html
+jdom--jdom--1.0--jar=The Apache Software License, Version 2.0
+net.sf.docbook--docbook-xsl--1.75.2--zip--resources=Docbook license (MIT-like)
+org.nuiton.thirdparty--sdoc--0.5.0-beta-patchcl--jar=Lesser General Public License (LGPL) v 3.0
+xerces--xercesImpl--2.6.2--jar=The Apache Software License, Version 2.0
Modified: trunk/jrst/src/test/java/org/nuiton/jrst/JRSTReaderTest.java
===================================================================
--- trunk/jrst/src/test/java/org/nuiton/jrst/JRSTReaderTest.java 2010-11-22 14:47:17 UTC (rev 512)
+++ trunk/jrst/src/test/java/org/nuiton/jrst/JRSTReaderTest.java 2010-11-22 15:45:39 UTC (rev 513)
@@ -25,6 +25,8 @@
package org.nuiton.jrst;
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
import org.dom4j.Document;
import org.dom4j.io.OutputFormat;
import org.dom4j.io.XMLWriter;
@@ -39,6 +41,7 @@
import junit.framework.Assert;
import org.junit.Test;
+import org.nuiton.util.FileUtil;
/**
* JRSTReaderTest.
@@ -53,6 +56,9 @@
*/
public class JRSTReaderTest {
+ /** to use log facility, just put in your code: log.info("..."); */
+ protected static Log log = LogFactory.getLog(JRSTReaderTest.class);
+
@Test
public void testRead() throws Exception {
URL url = JRSTReaderTest.class
@@ -62,67 +68,72 @@
JRSTReader jrst = new JRSTReader();
Document doc = jrst.read(in);
- {
- XMLWriter out = new XMLWriter(System.out, new OutputFormat(" ",
- true));
- out.write(doc);
- }
+ log.info(url + " result : \n" + doc.asXML());
+ }
- // {
- // StringWriter out = new StringWriter();
- // JRSTGenerator gen = new JRSTGenerator(out);
- // gen.generate(doc);
- // System.out.println(out.toString());
- // }
- }
-
@Test
- public void testEmptyTableContents() throws Exception{
- URL url = JRSTReaderTest.class.getResource("/testEmptyTableContents.rst");
- Reader in = new InputStreamReader(url.openStream());
- JRSTReader jrst = new JRSTReader();
- Document doc = jrst.read(in);
- String XMLexpected = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" +
- "<document id=\"test\" name=\"test\">" +
- "<title>Test</title>" +
- "<topic class=\"contents\" id=\"table des matières\" name=\"table des matières\">" +
- "<title>Table des matières</title>" +
- "</topic>" +
- "<paragraph>Texte</paragraph>" +
- "</document>";
- Assert.assertEquals(XMLexpected, doc.asXML());
+ public void testEmptyTableContents() throws Exception {
+ URL url = JRSTReaderTest.class.getResource("/testEmptyTableContents.rst");
+ Reader in = new InputStreamReader(url.openStream());
+ JRSTReader jrst = new JRSTReader();
+ Document doc = jrst.read(in);
+ String xmlexpected = "<topic class=\"contents\" id=\"table des matières\" name=\"table des matières\">" +
+ "<title>Table des matières</title>" +
+ "</topic>" +
+ "<paragraph>Texte</paragraph>" +
+ "</document>";
+ String actualXml = doc.asXML();
+ log.info("Test file : " + url);
+ log.info("Result :\n" + actualXml);
+ log.info("Expected :\n" + xmlexpected);
+
+ Assert.assertTrue(actualXml.contains(xmlexpected));
}
-
+
@Test
public void testExternalLink() throws Exception {
- URL url = JRSTReaderTest.class.getResource("/testExternalLink.rst");
- Reader in = new InputStreamReader(url.openStream());
- JRSTReader jrst = new JRSTReader();
- Document doc = jrst.read(in);
- String XMLexpected = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" +
- "<document>" +
- "<paragraph>External hyperlinks, like <reference name=\"Python\" refuri=\"http://www.python.org/\">Python</reference></paragraph>" +
- "<target id=\"python\" name=\"python\" refuri=\"http://www.python.org/\"/>" +
- "</document>";
- Assert.assertEquals(XMLexpected, doc.asXML());
+ URL url = JRSTReaderTest.class.getResource("/testExternalLink.rst");
+ Reader in = new InputStreamReader(url.openStream());
+ JRSTReader jrst = new JRSTReader();
+ Document doc = jrst.read(in);
+ String xmlexpected = "<paragraph>External hyperlinks, like <reference name=\"Python\" refuri=\"http://www.python.org/\">Python</reference></paragraph>" +
+ "<target id=\"python\" name=\"python\" refuri=\"http://www.python.org/\"/>" +
+ "</document>";
+
+ String actualXml = doc.asXML();
+ log.info("Test file : " + url);
+ log.info("Result :\n" + actualXml);
+ log.info("Expected :\n" + xmlexpected);
+
+ Assert.assertTrue(actualXml.contains(xmlexpected));
}
-
+
@Test
public void testHyperlinkTarget() throws Exception {
- URL url = JRSTReaderTest.class.getResource("/testHyperlinkTarget.rst");
- Reader in = new InputStreamReader(url.openStream());
- JRSTReader jrst = new JRSTReader();
- Document doc = jrst.read(in);
- URL xmlUrl = JRSTReaderTest.class.getResource("/testHyperlinkTarget.xml");
- Reader xmlIn = new InputStreamReader(xmlUrl.openStream());
- BufferedReader reader = new BufferedReader(xmlIn);
- String line = null;
- StringBuilder stringBuilder = new StringBuilder();
- String ls = System.getProperty("line.separator");
- while ((line = reader.readLine()) != null) {
- stringBuilder.append(line);
- stringBuilder.append(ls);
- }
- Assert.assertEquals(stringBuilder.toString(), doc.asXML() + "\n");
+ URL url = JRSTReaderTest.class.getResource("/testHyperlinkTarget.rst");
+ Reader in = new InputStreamReader(url.openStream());
+ JRSTReader jrst = new JRSTReader();
+ Document doc = jrst.read(in);
+ String actualXml = doc.asXML();
+ int index = actualXml.indexOf("<paragraph");
+ actualXml = actualXml.substring(index).trim();
+ URL xmlUrl = JRSTReaderTest.class.getResource("/testHyperlinkTarget.xml");
+ Reader xmlIn = new InputStreamReader(xmlUrl.openStream());
+ BufferedReader reader = new BufferedReader(xmlIn);
+ String line;
+ StringBuilder buffer = new StringBuilder();
+ String ls = System.getProperty("line.separator");
+ while ((line = reader.readLine()) != null) {
+ buffer.append(line);
+ buffer.append(ls);
+ }
+ String xmlexpected = buffer.toString();
+ index = xmlexpected.indexOf("<paragraph");
+ xmlexpected = xmlexpected.substring(index).trim();
+ log.info("Test file : " + url);
+ log.info("Result :\n" + actualXml);
+ log.info("Expected :\n" + xmlexpected);
+
+ Assert.assertEquals(xmlexpected, actualXml);
}
}
Added: trunk/jrst/src/test/resources/log4j.properties
===================================================================
--- trunk/jrst/src/test/resources/log4j.properties (rev 0)
+++ trunk/jrst/src/test/resources/log4j.properties 2010-11-22 15:45:39 UTC (rev 513)
@@ -0,0 +1,33 @@
+###
+# #%L
+# I18n :: Api
+#
+# $Id$
+# $HeadURL: http://svn.nuiton.org/svn/i18n/trunk/nuiton-i18n/src/test/resources/log4j.p… $
+# %%
+# Copyright (C) 2004 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Lesser Public License for more details.
+#
+# You should have received a copy of the GNU General Lesser Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/lgpl-3.0.html>.
+# #L%
+###
+# Global logging configuration
+log4j.rootLogger=ERROR, stdout
+# Console output...
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n
+#log4j.appender.stdout.layout.ConversionPattern=%%c=%c %%C=%C %%d=%d %%F=%F %%l=%l %%L=%L %%m=%m %%M=%M %%p=%p %%r=%r %%t=%t %%x=%x %%X=%X
+# package level
+log4j.logger.org.nuiton.jrst=INFO
Property changes on: trunk/jrst/src/test/resources/log4j.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
Added: trunk/maven-jrst-plugin/src/license/THIRD-PARTY.properties
===================================================================
--- trunk/maven-jrst-plugin/src/license/THIRD-PARTY.properties (rev 0)
+++ trunk/maven-jrst-plugin/src/license/THIRD-PARTY.properties 2010-11-22 15:45:39 UTC (rev 513)
@@ -0,0 +1,30 @@
+# Generated by org.nuiton.license.plugin.AddThirdPartyMojo
+#-------------------------------------------------------------------------------
+# Already used licenses in project :
+# - Apache License 2.0
+# - BSD License
+# - Common Public License Version 1.0
+# - LGPL
+# - Lesser General Public License (LGPL) v 3.0
+# - Mozilla Public License version 1.1
+# - Public Domain
+# - The Apache Software License, Version 2.0
+#-------------------------------------------------------------------------------
+# Please fill the missing licenses for dependencies :
+#
+#
+#Mon Nov 22 16:43:24 CET 2010
+oro--oro--2.0.8--jar=The Apache Software License, Version 2.0
+com.ibm.icu--icu4j--2.6.1--jar=X License (http\://icu-project.org/repos/icu/icu4j/trunk/main/shared/licenses/license.html)
+commons-codec--commons-codec--1.2--jar=The Apache Software License, Version 2.0
+commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0
+dom4j--dom4j--1.6.1--jar=BSD
+jaxen--jaxen--1.1.1--jar=http\://jaxen.codehaus.org/license.html
+jdom--jdom--1.0--jar=The Apache Software License, Version 2.0
+net.sf.docbook--docbook-xsl--1.75.2--zip--resources=Docbook license (MIT-like)
+org.codehaus.plexus--plexus-classworlds--1.2-alpha-9--jar=http\://classworlds.codehaus.org/license.html
+org.nuiton.thirdparty--sdoc--0.5.0-beta-patchcl--jar=Lesser General Public License (LGPL) v 3.0
+xerces--xercesImpl--2.6.2--jar=The Apache Software License, Version 2.0
+
+classworlds--classworlds--1.1-alpha-2--jar=http\://classworlds.codehaus.org/license.html
+org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1--jar=The Apache Software License, Version 2.0
\ No newline at end of file
Property changes on: trunk/maven-jrst-plugin/src/license/THIRD-PARTY.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
1
0
Author: tchemit
Date: 2010-11-22 15:47:17 +0100 (Mon, 22 Nov 2010)
New Revision: 512
Url: http://nuiton.org/repositories/revision/jrst/512
Log:
normalize svn keywords
Modified:
trunk/LICENSE.txt
trunk/README.txt
trunk/changelog.txt
trunk/doxia-module-jrst/LICENSE.txt
trunk/doxia-module-jrst/README.txt
trunk/doxia-module-jrst/changelog.txt
trunk/doxia-module-jrst/pom.xml
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/doxia-module-jrst/src/site/apt/devel.apt
trunk/doxia-module-jrst/src/site/apt/index.apt
trunk/doxia-module-jrst/src/site/en/apt/devel.apt
trunk/doxia-module-jrst/src/site/en/apt/index.apt
trunk/doxia-module-jrst/src/site/site_en.xml
trunk/doxia-module-jrst/src/site/site_fr.xml
trunk/doxia-module-jrst/src/test/java/org/nuiton/jrst/JrstParserTest.java
trunk/doxia-module-jrst/src/test/resources/test.rst
trunk/jrst-doc/LICENSE.txt
trunk/jrst-doc/README.txt
trunk/jrst-doc/changelog.txt
trunk/jrst-doc/pom.xml
trunk/jrst-doc/src/site/en/rst/devel/Todo.rst
trunk/jrst-doc/src/site/en/rst/devel/XSLpresentation.rst
trunk/jrst-doc/src/site/en/rst/devel/developerDoc.rst
trunk/jrst-doc/src/site/en/rst/devel/externalDoc.rst
trunk/jrst-doc/src/site/en/rst/devel/images/DiagrammeClass.png
trunk/jrst-doc/src/site/en/rst/devel/images/DiagrammeSequance.png
trunk/jrst-doc/src/site/en/rst/devel/images/diagrammeGeneration.png
trunk/jrst-doc/src/site/en/rst/devel/images/presentationXSL.png
trunk/jrst-doc/src/site/en/rst/devel/library.rst
trunk/jrst-doc/src/site/en/rst/index.rst
trunk/jrst-doc/src/site/en/rst/user/RSTpresentation.rst
trunk/jrst-doc/src/site/en/rst/user/functionality.rst
trunk/jrst-doc/src/site/en/rst/user/images/biohazard.png
trunk/jrst-doc/src/site/en/rst/user/index.rst
trunk/jrst-doc/src/site/resources/en-redirect.html
trunk/jrst-doc/src/site/resources/fr-redirect.html
trunk/jrst-doc/src/site/resources/schemas/diagrammeClass.png
trunk/jrst-doc/src/site/resources/schemas/diagrammeGeneration.png
trunk/jrst-doc/src/site/resources/schemas/diagrammeSequence.png
trunk/jrst-doc/src/site/resources/schemas/presentationXSL.png
trunk/jrst-doc/src/site/rst/devel/Todo.rst
trunk/jrst-doc/src/site/rst/devel/docDeveloppeur.rst
trunk/jrst-doc/src/site/rst/devel/docExterne.rst
trunk/jrst-doc/src/site/rst/devel/librairies.rst
trunk/jrst-doc/src/site/rst/devel/presentationXSL.rst
trunk/jrst-doc/src/site/rst/index.rst
trunk/jrst-doc/src/site/rst/user/faq.rst
trunk/jrst-doc/src/site/rst/user/fonctionnalites.rst
trunk/jrst-doc/src/site/rst/user/images/biohazard.png
trunk/jrst-doc/src/site/rst/user/index.rst
trunk/jrst-doc/src/site/rst/user/presentationRST.rst
trunk/jrst-doc/src/site/site_en.xml
trunk/jrst-doc/src/site/site_fr.xml
trunk/jrst/LICENSE.txt
trunk/jrst/README.txt
trunk/jrst/changelog.txt
trunk/jrst/doc/Generation.rst
trunk/jrst/doc/Parser.rst
trunk/jrst/doc/en/index.rst
trunk/jrst/doc/fr/DiagrammeClass.png
trunk/jrst/doc/fr/DiagrammeSequance.png
trunk/jrst/doc/fr/Todo.rst
trunk/jrst/doc/fr/biohazard.png
trunk/jrst/doc/fr/docDeveloppeur.rst
trunk/jrst/doc/fr/docExterne.rst
trunk/jrst/doc/fr/fonctionnalites.rst
trunk/jrst/doc/fr/librairies.rst
trunk/jrst/doc/fr/presentationRST.rst
trunk/jrst/doc/fr/presentationXSL.png
trunk/jrst/doc/fr/presentationXSL.rst
trunk/jrst/doc/index.rst
trunk/jrst/doc/new_implementation.rst
trunk/jrst/pom.xml
trunk/jrst/src/main/assembly/deps.xml
trunk/jrst/src/main/assembly/full.xml
trunk/jrst/src/main/java/org/nuiton/jrst/AdvancedReader.java
trunk/jrst/src/main/java/org/nuiton/jrst/DocumentHandler.java
trunk/jrst/src/main/java/org/nuiton/jrst/DocumentWalker.java
trunk/jrst/src/main/java/org/nuiton/jrst/JRST.java
trunk/jrst/src/main/java/org/nuiton/jrst/JRSTDirective.java
trunk/jrst/src/main/java/org/nuiton/jrst/JRSTGenerator.java
trunk/jrst/src/main/java/org/nuiton/jrst/JRSTInterface.java
trunk/jrst/src/main/java/org/nuiton/jrst/JRSTLexer.java
trunk/jrst/src/main/java/org/nuiton/jrst/JRSTReader.java
trunk/jrst/src/main/java/org/nuiton/jrst/ReStructuredText.java
trunk/jrst/src/main/java/org/nuiton/jrst/convertisor/DocUtils2RST.java
trunk/jrst/src/main/java/org/nuiton/jrst/convertisor/DocUtilsVisitor.java
trunk/jrst/src/main/java/org/nuiton/jrst/directive/ContentDirective.java
trunk/jrst/src/main/java/org/nuiton/jrst/directive/DateDirective.java
trunk/jrst/src/main/java/org/nuiton/jrst/directive/ImageDirective.java
trunk/jrst/src/main/java/org/nuiton/jrst/directive/SectnumDirective.java
trunk/jrst/src/main/resources/i18n/jrst_en_GB.properties
trunk/jrst/src/main/resources/i18n/jrst_fr_FR.properties
trunk/jrst/src/main/resources/icone/cancel.png
trunk/jrst/src/main/resources/icone/more.gif
trunk/jrst/src/main/resources/icone/open.png
trunk/jrst/src/main/resources/log4j.properties
trunk/jrst/src/main/resources/xsl/XSLT-xsl.dtd
trunk/jrst/src/main/resources/xsl/dn2dbk.xsl
trunk/jrst/src/main/resources/xsl/rngrest.xsl
trunk/jrst/src/main/resources/xsl/rst2xdoc.xsl
trunk/jrst/src/main/resources/xsl/rst2xhtml.xsl
trunk/jrst/src/main/resources/xsl/xml2rst.xsl
trunk/jrst/src/site/apt/index.apt
trunk/jrst/src/site/en/apt/index.apt
trunk/jrst/src/site/site_en.xml
trunk/jrst/src/site/site_fr.xml
trunk/jrst/src/test/java/org/nuiton/jrst/AdvancedReaderTest.java
trunk/jrst/src/test/java/org/nuiton/jrst/Compare.java
trunk/jrst/src/test/java/org/nuiton/jrst/GutterColor.java
trunk/jrst/src/test/java/org/nuiton/jrst/JRSTGeneratorTest.java
trunk/jrst/src/test/java/org/nuiton/jrst/JRSTReaderTest.java
trunk/jrst/src/test/java/org/nuiton/jrst/JRSTTest.java
trunk/jrst/src/test/java/org/nuiton/jrst/ThreadRedirection.java
trunk/jrst/src/test/java/org/nuiton/jrst/XMLCaseTest.java
trunk/jrst/src/test/resources/bugs/infiniteLoop.rst
trunk/jrst/src/test/resources/comparePython.xml
trunk/jrst/src/test/resources/definition.rst
trunk/jrst/src/test/resources/footnoteTest.rst
trunk/jrst/src/test/resources/footnoteTest2.rst
trunk/jrst/src/test/resources/frEntier.rst
trunk/jrst/src/test/resources/test.rst
trunk/jrst/src/test/resources/test2.rst
trunk/jrst/src/test/resources/test3.rst
trunk/jrst/src/test/resources/test4.rst
trunk/jrst/src/test/resources/testEmptyTableContents.rst
trunk/jrst/src/test/resources/testExternalLink.rst
trunk/jrst/src/test/resources/testHyperlinkTarget.rst
trunk/jrst/src/test/resources/testHyperlinkTarget.xml
trunk/jrst/src/test/resources/text.rst
trunk/jrst/src/test/resources/textEntier.rst
trunk/jrst/src/test/resources/textHeader.rst
trunk/jrst/src/test/resources/textLiteral.txt
trunk/maven-jrst-plugin/LICENSE.txt
trunk/maven-jrst-plugin/README.txt
trunk/maven-jrst-plugin/changelog.txt
trunk/maven-jrst-plugin/doc/index.rst
trunk/maven-jrst-plugin/pom.xml
trunk/maven-jrst-plugin/src/main/java/org/nuiton/jrst/plugin/GenerationJRstException.java
trunk/maven-jrst-plugin/src/main/java/org/nuiton/jrst/plugin/JRstPlugin.java
trunk/maven-jrst-plugin/src/main/resources/log4j.properties
trunk/maven-jrst-plugin/src/site/apt/index.apt
trunk/maven-jrst-plugin/src/site/en/apt/index.apt
trunk/maven-jrst-plugin/src/site/site_en.xml
trunk/maven-jrst-plugin/src/site/site_fr.xml
trunk/pom.xml
trunk/src/license/project.xml
trunk/src/site/apt/index.apt
trunk/src/site/en/apt/index.apt
trunk/src/site/site_en.xml
trunk/src/site/site_fr.xml
Property changes on: trunk/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/src/main/java/org/nuiton/jrst/JrstParser.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/src/main/java/org/nuiton/jrst/JrstSiteModule.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/src/site/apt/devel.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/src/site/en/apt/devel.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/src/site/en/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/src/site/site_en.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/src/test/java/org/nuiton/jrst/JrstParserTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/doxia-module-jrst/src/test/resources/test.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/Generation.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/Parser.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/en/index.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/DiagrammeClass.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/DiagrammeSequance.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/Todo.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/biohazard.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/docDeveloppeur.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/docExterne.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/fonctionnalites.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/librairies.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/presentationRST.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/presentationXSL.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/fr/presentationXSL.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/index.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/doc/new_implementation.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/assembly/deps.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/assembly/full.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/AdvancedReader.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/DocumentHandler.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/DocumentWalker.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/JRST.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/JRSTDirective.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/JRSTGenerator.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/JRSTInterface.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/JRSTLexer.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/JRSTReader.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/ReStructuredText.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/convertisor/DocUtils2RST.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/convertisor/DocUtilsVisitor.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/directive/ContentDirective.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/directive/DateDirective.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/directive/ImageDirective.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/java/org/nuiton/jrst/directive/SectnumDirective.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/i18n/jrst_en_GB.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/i18n/jrst_fr_FR.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/icone/cancel.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/icone/more.gif
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/icone/open.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/xsl/XSLT-xsl.dtd
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/xsl/dn2dbk.xsl
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/xsl/rngrest.xsl
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/xsl/rst2xdoc.xsl
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/xsl/rst2xhtml.xsl
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/main/resources/xsl/xml2rst.xsl
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/site/en/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/site/site_en.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/java/org/nuiton/jrst/AdvancedReaderTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/java/org/nuiton/jrst/Compare.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/java/org/nuiton/jrst/GutterColor.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/java/org/nuiton/jrst/JRSTGeneratorTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/java/org/nuiton/jrst/JRSTReaderTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/java/org/nuiton/jrst/JRSTTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/java/org/nuiton/jrst/ThreadRedirection.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/java/org/nuiton/jrst/XMLCaseTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/bugs/infiniteLoop.rst
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/comparePython.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/definition.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/footnoteTest.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/footnoteTest2.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/frEntier.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/test.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/test2.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/test3.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/test4.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/testEmptyTableContents.rst
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/testExternalLink.rst
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/testHyperlinkTarget.rst
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/testHyperlinkTarget.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/text.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/textEntier.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/textHeader.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst/src/test/resources/textLiteral.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/devel/Todo.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/devel/XSLpresentation.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/devel/developerDoc.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/devel/externalDoc.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/devel/images/DiagrammeClass.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/devel/images/DiagrammeSequance.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/devel/images/diagrammeGeneration.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/devel/images/presentationXSL.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/devel/library.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/index.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/user/RSTpresentation.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/user/functionality.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/user/images/biohazard.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/en/rst/user/index.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/resources/en-redirect.html
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/resources/fr-redirect.html
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/resources/schemas/diagrammeClass.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/resources/schemas/diagrammeGeneration.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/resources/schemas/diagrammeSequence.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/resources/schemas/presentationXSL.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/devel/Todo.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/devel/docDeveloppeur.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/devel/docExterne.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/devel/librairies.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/devel/presentationXSL.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/index.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/user/faq.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/user/fonctionnalites.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/user/images/biohazard.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/user/index.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/rst/user/presentationRST.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/site_en.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/jrst-doc/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/doc/index.rst
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/src/main/java/org/nuiton/jrst/plugin/GenerationJRstException.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/src/main/java/org/nuiton/jrst/plugin/JRstPlugin.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/src/main/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/src/site/en/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/src/site/site_en.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/maven-jrst-plugin/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/license/project.xml
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/en/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/site_en.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
1
0
r511 - in trunk: doxia-module-jrst/src/test/resources jrst/src/main/assembly jrst/src/main/resources jrst/src/main/resources/xsl jrst/src/test/resources jrst/src/test/resources/bugs jrst-doc/src/site/resources maven-jrst-plugin/src/main/resources
by tchemit@users.nuiton.org 22 Nov '10
by tchemit@users.nuiton.org 22 Nov '10
22 Nov '10
Author: tchemit
Date: 2010-11-22 15:46:40 +0100 (Mon, 22 Nov 2010)
New Revision: 511
Url: http://nuiton.org/repositories/revision/jrst/511
Log:
update file header
Modified:
trunk/doxia-module-jrst/src/test/resources/test.rst
trunk/jrst-doc/src/site/resources/en-redirect.html
trunk/jrst-doc/src/site/resources/fr-redirect.html
trunk/jrst/src/main/assembly/deps.xml
trunk/jrst/src/main/assembly/full.xml
trunk/jrst/src/main/resources/log4j.properties
trunk/jrst/src/main/resources/xsl/XSLT-xsl.dtd
trunk/jrst/src/main/resources/xsl/dn2dbk.xsl
trunk/jrst/src/main/resources/xsl/rngrest.xsl
trunk/jrst/src/main/resources/xsl/rst2xdoc.xsl
trunk/jrst/src/main/resources/xsl/rst2xhtml.xsl
trunk/jrst/src/main/resources/xsl/xml2rst.xsl
trunk/jrst/src/test/resources/bugs/infiniteLoop.rst
trunk/jrst/src/test/resources/comparePython.xml
trunk/jrst/src/test/resources/definition.rst
trunk/jrst/src/test/resources/footnoteTest.rst
trunk/jrst/src/test/resources/footnoteTest2.rst
trunk/jrst/src/test/resources/frEntier.rst
trunk/jrst/src/test/resources/test.rst
trunk/jrst/src/test/resources/test2.rst
trunk/jrst/src/test/resources/test3.rst
trunk/jrst/src/test/resources/test4.rst
trunk/jrst/src/test/resources/testEmptyTableContents.rst
trunk/jrst/src/test/resources/testExternalLink.rst
trunk/jrst/src/test/resources/testHyperlinkTarget.rst
trunk/jrst/src/test/resources/testHyperlinkTarget.xml
trunk/jrst/src/test/resources/text.rst
trunk/jrst/src/test/resources/textEntier.rst
trunk/jrst/src/test/resources/textHeader.rst
trunk/maven-jrst-plugin/src/main/resources/log4j.properties
Modified: trunk/doxia-module-jrst/src/test/resources/test.rst
===================================================================
--- trunk/doxia-module-jrst/src/test/resources/test.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/doxia-module-jrst/src/test/resources/test.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Doxia module
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
.. comment
Title
Modified: trunk/jrst/src/main/assembly/deps.xml
===================================================================
--- trunk/jrst/src/main/assembly/deps.xml 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/main/assembly/deps.xml 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ JRst :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<assembly>
<id>deps</id>
<formats>
Modified: trunk/jrst/src/main/assembly/full.xml
===================================================================
--- trunk/jrst/src/main/assembly/full.xml 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/main/assembly/full.xml 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ JRst :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<assembly>
<id>full</id>
<formats>
Modified: trunk/jrst/src/main/resources/log4j.properties
===================================================================
--- trunk/jrst/src/main/resources/log4j.properties 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/main/resources/log4j.properties 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+###
+# #%L
+# JRst :: Api
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2004 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Lesser Public License for more details.
+#
+# You should have received a copy of the GNU General Lesser Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/lgpl-3.0.html>.
+# #L%
+###
# Global logging configuration
log4j.rootLogger=WARN, stdout
Modified: trunk/jrst/src/main/resources/xsl/XSLT-xsl.dtd
===================================================================
--- trunk/jrst/src/main/resources/xsl/XSLT-xsl.dtd 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/main/resources/xsl/XSLT-xsl.dtd 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRst :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<!-- Taken from `http://www.w3.org/TR/1999/REC-xslt-19991116' and
modified to support stylesheets using `xsl' as namespace prefix for
the XSLT and allowing no result elements. -->
Modified: trunk/jrst/src/main/resources/xsl/dn2dbk.xsl
===================================================================
--- trunk/jrst/src/main/resources/xsl/dn2dbk.xsl 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/main/resources/xsl/dn2dbk.xsl 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,5 +1,30 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
+ #%L
+ JRst :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<!--
#=======
# Dn2dbk
#=======
Modified: trunk/jrst/src/main/resources/xsl/rngrest.xsl
===================================================================
--- trunk/jrst/src/main/resources/xsl/rngrest.xsl 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/main/resources/xsl/rngrest.xsl 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,5 +1,30 @@
<?xml version="1.0"?>
+<!--
+ #%L
+ JRst :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<!--
Program name: rngrest.xsl
Modified: trunk/jrst/src/main/resources/xsl/rst2xdoc.xsl
===================================================================
--- trunk/jrst/src/main/resources/xsl/rst2xdoc.xsl 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/main/resources/xsl/rst2xdoc.xsl 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRst :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<xsl:transform version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/TR/xhtml1/strict">
Modified: trunk/jrst/src/main/resources/xsl/rst2xhtml.xsl
===================================================================
--- trunk/jrst/src/main/resources/xsl/rst2xhtml.xsl 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/main/resources/xsl/rst2xhtml.xsl 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+ #%L
+ JRst :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/TR/xhtml1/strict">
Modified: trunk/jrst/src/main/resources/xsl/xml2rst.xsl
===================================================================
--- trunk/jrst/src/main/resources/xsl/xml2rst.xsl 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/main/resources/xsl/xml2rst.xsl 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ #%L
+ JRst :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<!DOCTYPE xsl:stylesheet [
<!ENTITY CR "
">
<!-- Used to create a blank line -->
Modified: trunk/jrst/src/test/resources/bugs/infiniteLoop.rst
===================================================================
--- trunk/jrst/src/test/resources/bugs/infiniteLoop.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/bugs/infiniteLoop.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Developer guide for working with Mifos internationalization, specifically as relates to making translation files work with the online translation tool.
Goals
Modified: trunk/jrst/src/test/resources/comparePython.xml
===================================================================
--- trunk/jrst/src/test/resources/comparePython.xml 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/comparePython.xml 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ #%L
+ JRst :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
<!-- Generated by Docutils 0.3.7 -->
<document id="parseur-restructuredtext-le-jrst" name="parseur restructuredtext : le jrst" source="/home/letellier/PROJET/jrst2/src/test/org/codelutin/jrst/frEntier.rst"><title>Parseur reStructuredText : le JRst</title><docinfo><author>Sylvain LETELLIER <<reference refuri="mailto:letellier@codelutin">letellier@codelutin</reference>></author><organization>Code Lutin</organization><date>$date: 01/06/2007$</date><copyright>© 2007. JRST - Code Lutin - GPL</copyright></docinfo><topic class="contents" id="sommaire" name="sommaire"><title>Sommaire</title><bullet_list class="auto-toc"><list_item><paragraph><reference id="id25" refid="documentation-utilisateur"><generated class="sectnum">1 </generated>Documentation utilisateur</reference></paragraph><bullet_list class="auto-toc"><list_item><paragraph><reference id="id26" refid="pr-sentation"><generated class="sectnum">1.1 </generated>Présentation</reference></paragraph></list_item><list_item><paragraph><reference id="id27" refid="usage"><generated class="sectnum">1.2 </generated>Usage</reference></paragraph></list_item><list_item><paragraph><reference id="id28" refid="plugin-maven"><generated class="sectnum">1.3 </generated>Plugin maven</reference></paragraph></list_item></bullet_list></list_item><list_item><paragraph><reference id="id29" refid="introduction-restructuredtext"><generated class="sectnum">2 </generated>Introduction à ReStructuredText</reference></paragraph><bullet_list class="auto-toc"><list_item><paragraph><reference id="id30" refid="structure"><generated class="sectnum">2.1 </generated>Structure</reference></paragraph></list_item><list_item><paragraph><reference id="id31" refid="styles-de-texte"><generated class="sectnum">2.2 </generated>Styles de texte</reference></paragraph></list_item><list_item><paragraph><reference id="id32" refid="listes"><generated class="sectnum">2.3 </generated>Listes</reference></paragraph></list_item><list_item><paragraph><reference id="id33" refid="pr-formatage"><generated class="sectnum">2.4 </generated>Préformatage</reference></paragraph></list_item><list_item><paragraph><reference id="id34" refid="sections"><generated class="sectnum">2.5 </generated>Sections</reference></paragraph></list_item><list_item><paragraph><reference id="id35" refid="images"><generated class="sectnum">2.6 </generated>Images</reference></paragraph></list_item><list_item><paragraph><reference id="id36" refid="et-ensuite"><generated class="sectnum">2.7 </generated>Et ensuite ?</reference></paragraph></list_item></bullet_list></list_item><list_item><paragraph><reference id="id37" refid="le-xsl-extensible-stylesheets-language"><generated class="sectnum">3 </generated>Le XSL (Extensible Stylesheets Language)</reference></paragraph><bullet_list class="auto-toc"><list_item><paragraph><reference id="id38" refid="id19"><generated class="sectnum">3.1 </generated>Présentation</reference></paragraph></list_item><list_item><paragraph><reference id="id39" refid="structure-d-un-document-xsl"><generated class="sectnum">3.2 </generated>Structure d'un document XSL</reference></paragraph></list_item><list_item><paragraph><reference id="id40" refid="association-d-une-feuille-xsl-un-document-xml"><generated class="sectnum">3.3 </generated>Association d'une feuille XSL à un document XML</reference></paragraph></list_item><list_item><paragraph><reference id="id41" refid="les-template-rules-r-gles-de-gabarit"><generated class="sectnum">3.4 </generated>Les template rules (règles de gabarit)</reference></paragraph></list_item><list_item><paragraph><reference id="id42" refid="r-f-rences"><generated class="sectnum">3.5 </generated>Références</reference></paragraph></list_item></bullet_list></list_item><list_item><paragraph><reference id="id43" refid="documentation-d-veloppeur"><generated class="sectnum">4 </generated>Documentation développeur</reference></paragraph><bullet_list class="auto-toc"><list_item><paragraph><reference id="id44" refid="le-diagramme-de-class"><generated class="sectnum">4.1 </generated>Le diagramme de Class</reference></paragraph></list_item><list_item><paragraph><reference id="id45" refid="la-g-n-ration"><generated class="sectnum">4.2 </generated>La génération</reference></paragraph></list_item><list_item><paragraph><reference id="id46" refid="exemple-d-utilisation"><generated class="sectnum">4.3 </generated>Exemple d'utilisation</reference></paragraph></list_item></bullet_list></list_item><list_item><paragraph><reference id="id47" refid="fonctionnalit-s-propos-es"><generated class="sectnum">5 </generated>Fonctionnalités proposées</reference></paragraph><bullet_list class="auto-toc"><list_item><paragraph><reference id="id48" refid="fonctionnalit-s-implant-es"><generated class="sectnum">5.1 </generated>Fonctionnalités implantées</reference></paragraph><bullet_list class="auto-toc"><list_item><paragraph><reference id="id49" refid="element-racine"><generated class="sectnum">5.1.1 </generated>Element racine</reference></paragraph></list_item><list_item><paragraph><reference id="id50" refid="elements-titre"><generated class="sectnum">5.1.2 </generated>Elements titre</reference></paragraph></list_item><list_item><paragraph><reference id="id51" refid="elements-bibliographiques"><generated class="sectnum">5.1.3 </generated>Elements bibliographiques</reference></paragraph></list_item><list_item><paragraph><reference id="id52" refid="elements-de-d-coration"><generated class="sectnum">5.1.4 </generated>Elements de décoration</reference></paragraph></list_item><list_item><paragraph><reference id="id53" refid="elements-structurels"><generated class="sectnum">5.1.5 </generated>Elements structurels</reference></paragraph></list_item><list_item><paragraph><reference id="id54" refid="elements-du-corps"><generated class="sectnum">5.1.6 </generated>Elements du corps</reference></paragraph></list_item><list_item><paragraph><reference id="id55" refid="elements-des-tableaux"><generated class="sectnum">5.1.7 </generated>Elements des tableaux</reference></paragraph></list_item><list_item><paragraph><reference id="id56" refid="elements-de-la-ligne"><generated class="sectnum">5.1.8 </generated>Elements de la ligne</reference></paragraph></list_item></bullet_list></list_item><list_item><paragraph><reference id="id57" refid="fonctionnalit-s-non-implant-es"><generated class="sectnum">5.2 </generated>Fonctionnalités non-implantées</reference></paragraph></list_item></bullet_list></list_item><list_item><paragraph><reference id="id58" refid="les-diff-rentes-librairies-utilis-es"><generated class="sectnum">6 </generated>Les différentes librairies utilisées</reference></paragraph><bullet_list class="auto-toc"><list_item><paragraph><reference id="id59" refid="dom4j"><generated class="sectnum">6.1 </generated>dom4j</reference></paragraph></list_item><list_item><paragraph><reference id="id60" refid="javax-xml-transform"><generated class="sectnum">6.2 </generated>javax.xml.transform</reference></paragraph></list_item><list_item><paragraph><reference id="id61" refid="sdoc"><generated class="sectnum">6.3 </generated>SDoc</reference></paragraph></list_item><list_item><paragraph><reference id="id62" refid="xmlunit"><generated class="sectnum">6.4 </generated>Xmlunit</reference></paragraph></list_item></bullet_list></list_item><list_item><paragraph><reference id="id63" refid="documentation-externe"><generated class="sectnum">7 </generated>Documentation externe</reference></paragraph></list_item></bullet_list></topic><section id="documentation-utilisateur" name="documentation utilisateur"><title auto="1" refid="id25"><generated class="sectnum">1 </generated>Documentation utilisateur</title><section dupname="présentation" id="pr-sentation"><title auto="1" refid="id26"><generated class="sectnum">1.1 </generated>Présentation</title><paragraph>Le format reStructuredText est un format de description de documents. A l'image
Modified: trunk/jrst/src/test/resources/definition.rst
===================================================================
--- trunk/jrst/src/test/resources/definition.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/definition.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
term 1
Definition 1.
Modified: trunk/jrst/src/test/resources/footnoteTest.rst
===================================================================
--- trunk/jrst/src/test/resources/footnoteTest.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/footnoteTest.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Autonumbered footnotes are
possible, like using [#]_ and [#]_.
Modified: trunk/jrst/src/test/resources/footnoteTest2.rst
===================================================================
--- trunk/jrst/src/test/resources/footnoteTest2.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/footnoteTest2.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Auto-symbol footnotes are also
possible, like this: [*]_ and [*]_ [*]_ [*]_ [*]_ [*]_ [*]_ [*]_ [*]_ [*]_ [*]_ [*]_ [1]_ aaaa_.
Modified: trunk/jrst/src/test/resources/frEntier.rst
===================================================================
--- trunk/jrst/src/test/resources/frEntier.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/frEntier.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
==================================
Parseur reStructuredText : le JRst
==================================
Modified: trunk/jrst/src/test/resources/test.rst
===================================================================
--- trunk/jrst/src/test/resources/test.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/test.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
=====================================
An Introduction to reStructuredText
=====================================
Modified: trunk/jrst/src/test/resources/test2.rst
===================================================================
--- trunk/jrst/src/test/resources/test2.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/test2.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
=====================================
An Introduction to reStructuredText
=====================================
Modified: trunk/jrst/src/test/resources/test3.rst
===================================================================
--- trunk/jrst/src/test/resources/test3.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/test3.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
======================
Introduction to Prest
======================
Modified: trunk/jrst/src/test/resources/test4.rst
===================================================================
--- trunk/jrst/src/test/resources/test4.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/test4.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
=====================================
Tutoriel pour la création d'un module
=====================================
Modified: trunk/jrst/src/test/resources/testEmptyTableContents.rst
===================================================================
--- trunk/jrst/src/test/resources/testEmptyTableContents.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/testEmptyTableContents.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
Test
----
Modified: trunk/jrst/src/test/resources/testExternalLink.rst
===================================================================
--- trunk/jrst/src/test/resources/testExternalLink.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/testExternalLink.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
External hyperlinks, like Python_.
.. _Python: http://www.python.org/
Modified: trunk/jrst/src/test/resources/testHyperlinkTarget.rst
===================================================================
--- trunk/jrst/src/test/resources/testHyperlinkTarget.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/testHyperlinkTarget.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
(External) hyperlinks, like Python_.
.. _Python: http://www.python.org/
Modified: trunk/jrst/src/test/resources/testHyperlinkTarget.xml
===================================================================
--- trunk/jrst/src/test/resources/testHyperlinkTarget.xml 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/testHyperlinkTarget.xml 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,2 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRst :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<document><paragraph>(External) hyperlinks, like <reference name="Python" refuri="http://www.python.org/">Python</reference></paragraph><target id="python" name="python" refuri="http://www.python.org/"/><paragraph>(External) hyperlinks, like <reference name="Pythoné" refuri="http://www.python.org/">Pythoné</reference></paragraph><target id="python%C3%A9" name="pythoné" refuri="http://www.python.org/"/><bullet_list bullet="-"><list_item><paragraph><reference name="Module de depouillement (votecounting)" refuri="http://www.votecounting.com">Module de depouillement (votecounting)</reference></paragraph></list_item></bullet_list><target id="module-de-depouillement-%28votecounting%29" name="module de depouillement (votecounting)" refuri="http://www.votecounting.com"/><bullet_list bullet="-"><list_item><paragraph><reference name="Module de depouillement (votecounting)!@#$%&*" refuri="http://www.votecounting.com">Module de depouillement (votecounting)!@#$%&*</reference></paragraph></list_item></bullet_list><target id="module-de-depouillement-%28votecounting%29%21%40%23%24%25%26*" name="module de depouillement (votecounting)!@#$%&*" refuri="http://www.votecounting.com"/><bullet_list bullet="-"><list_item><paragraph><reference name="Module de dépouillement (votecounting)" refuri="votecounting.html">Module de dépouillement (votecounting)</reference></paragraph></list_item></bullet_list><target id="module-de-d%C3%A9pouillement-%28votecounting%29" name="module de dépouillement (votecounting)" refuri="votecounting.html"/></document>
\ No newline at end of file
Modified: trunk/jrst/src/test/resources/text.rst
===================================================================
--- trunk/jrst/src/test/resources/text.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/text.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
==============
Le grand titre
==============
Modified: trunk/jrst/src/test/resources/textEntier.rst
===================================================================
--- trunk/jrst/src/test/resources/textEntier.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/textEntier.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
==============
Le grand titre
==============
Modified: trunk/jrst/src/test/resources/textHeader.rst
===================================================================
--- trunk/jrst/src/test/resources/textHeader.rst 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst/src/test/resources/textHeader.rst 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * JRst :: Api
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU Lesser General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Lesser Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Lesser Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+.. * #L%
+.. -
:authors: Benjamin POUSSIN <poussin@codelutin> ; Sylvain LETELLIER <letellier@codelutin>
:organization: Code Lutin
:address: 6 chemin des Orans
@@ -10,4 +34,4 @@
de null part
avec meme un para
-:copyright: � 2007. JRST - Code Lutin - GPL
+:copyright: � 2007. JRST - Code Lutin - GPL
Modified: trunk/jrst-doc/src/site/resources/en-redirect.html
===================================================================
--- trunk/jrst-doc/src/site/resources/en-redirect.html 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst-doc/src/site/resources/en-redirect.html 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ JRst :: Documentation
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<html>
<head>
<title>JRst</title>
Modified: trunk/jrst-doc/src/site/resources/fr-redirect.html
===================================================================
--- trunk/jrst-doc/src/site/resources/fr-redirect.html 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/jrst-doc/src/site/resources/fr-redirect.html 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ JRst :: Documentation
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<html>
<head>
<title>JRst</title>
Modified: trunk/maven-jrst-plugin/src/main/resources/log4j.properties
===================================================================
--- trunk/maven-jrst-plugin/src/main/resources/log4j.properties 2010-11-22 14:45:59 UTC (rev 510)
+++ trunk/maven-jrst-plugin/src/main/resources/log4j.properties 2010-11-22 14:46:40 UTC (rev 511)
@@ -1,3 +1,27 @@
+###
+# #%L
+# JRst :: Maven plugin
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2006 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Lesser Public License for more details.
+#
+# You should have received a copy of the GNU General Lesser Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/lgpl-3.0.html>.
+# #L%
+###
# Global logging configuration
log4j.rootLogger=ERROR, stdout
# Console output...
1
0
22 Nov '10
Author: tchemit
Date: 2010-11-22 15:45:59 +0100 (Mon, 22 Nov 2010)
New Revision: 510
Url: http://nuiton.org/repositories/revision/jrst/510
Log:
Evolution #1090: Optimize dependencies
Modified:
trunk/doxia-module-jrst/pom.xml
trunk/jrst/pom.xml
trunk/maven-jrst-plugin/pom.xml
trunk/pom.xml
Modified: trunk/doxia-module-jrst/pom.xml
===================================================================
--- trunk/doxia-module-jrst/pom.xml 2010-11-22 14:21:29 UTC (rev 509)
+++ trunk/doxia-module-jrst/pom.xml 2010-11-22 14:45:59 UTC (rev 510)
@@ -24,123 +24,136 @@
#L%
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
- <parent>
- <groupId>org.nuiton</groupId>
- <artifactId>jrst</artifactId>
- <version>1.2-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.nuiton</groupId>
+ <artifactId>jrst</artifactId>
+ <version>1.2-SNAPSHOT</version>
+ </parent>
- <groupId>org.nuiton.jrst</groupId>
- <artifactId>doxia-module-jrst</artifactId>
+ <groupId>org.nuiton.jrst</groupId>
+ <artifactId>doxia-module-jrst</artifactId>
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>jrst</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- <!-- There is a pb with xalan -->
- <exclusions>
- <exclusion>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>jrst</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ <!-- There is a pb with xalan -->
+ <exclusions>
+ <exclusion>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-module-xdoc</artifactId>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-module-xdoc</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-sink-api</artifactId>
+ </dependency>
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-core</artifactId>
- <scope>compile</scope>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-core</artifactId>
+ <scope>compile</scope>
+ </dependency>
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-core</artifactId>
- <type>test-jar</type>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-core</artifactId>
+ <type>test-jar</type>
+ </dependency>
- <dependency>
- <groupId>jaxen</groupId>
- <artifactId>jaxen</artifactId>
- <scope>runtime</scope>
- </dependency>
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <scope>runtime</scope>
+ </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ <scope>runtime</scope>
+ </dependency>
- </dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
+ </dependencies>
- <name>JRst :: Doxia module</name>
- <description>JRst module for doxia</description>
- <inceptionYear>2009</inceptionYear>
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
- <developers>
- <developer>
- <name>Eric Chatellier</name>
- <id>echatellier</id>
- <email>chatellier(a)codelutin.com
- </email>
- <organization>CodeLutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- </roles>
- </developer>
- <developer>
- <name>Tony Chemit</name>
- <id>tchemit</id>
- <email>chemit(a)codelutin.com
- </email>
- <organization>CodeLutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- </roles>
- </developer>
- </developers>
+ <name>JRst :: Doxia module</name>
+ <description>JRst module for doxia</description>
+ <inceptionYear>2009</inceptionYear>
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
- <packaging>jar</packaging>
+ <developers>
+ <developer>
+ <name>Eric Chatellier</name>
+ <id>echatellier</id>
+ <email>chatellier(a)codelutin.com
+ </email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Tony Chemit</name>
+ <id>tchemit</id>
+ <email>chemit(a)codelutin.com
+ </email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+ </developers>
- <build>
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+ <packaging>jar</packaging>
- <plugins>
- <plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3.8</version>
- <executions>
- <execution>
- <goals>
- <goal>descriptor</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
+ <build>
+
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <version>1.3.8</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>descriptor</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
\ No newline at end of file
Modified: trunk/jrst/pom.xml
===================================================================
--- trunk/jrst/pom.xml 2010-11-22 14:21:29 UTC (rev 509)
+++ trunk/jrst/pom.xml 2010-11-22 14:45:59 UTC (rev 510)
@@ -24,238 +24,266 @@
#L%
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
- <parent>
- <groupId>org.nuiton</groupId>
- <artifactId>jrst</artifactId>
- <version>1.2-SNAPSHOT</version>
- </parent>
-
- <groupId>org.nuiton.jrst</groupId>
+ <parent>
+ <groupId>org.nuiton</groupId>
<artifactId>jrst</artifactId>
+ <version>1.2-SNAPSHOT</version>
+ </parent>
- <dependencies>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </dependency>
- <dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>nuiton-utils</artifactId>
- </dependency>
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- </dependency>
- <dependency>
- <groupId>jaxen</groupId>
- <artifactId>jaxen</artifactId>
- <scope>compile</scope>
- </dependency>
- <!-- Apache FOP (Formatting Objects Processor) XSL-FO -->
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>fop</artifactId>
- </dependency>
+ <groupId>org.nuiton.jrst</groupId>
+ <artifactId>jrst</artifactId>
- <!-- Annoted interfaces to present command line arguments -->
- <dependency>
- <groupId>uk.co.flamingpenguin.jewelcli</groupId>
- <artifactId>jewelcli</artifactId>
- </dependency>
- <!-- XSLT processor -->
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </dependency>
- <!-- TC-20090929 force it, otherwise the dependency is not attached-->
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>serializer</artifactId>
- </dependency>
- <!-- Swing librairie -->
- <dependency>
- <groupId>org.nuiton.thirdparty</groupId>
- <artifactId>sdoc</artifactId>
- <!--scope>runtime</scope-->
- </dependency>
- <!-- XSL librairies -->
- <dependency>
- <groupId>net.sf.docbook</groupId>
- <artifactId>docbook-xsl</artifactId>
- <type>zip</type>
- <classifier>resources</classifier>
- </dependency>
- <!-- Test librairies -->
- <dependency>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
+ <dependencies>
+
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-primitives</groupId>
+ <artifactId>commons-primitives</artifactId>
+ </dependency>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
+
+ <dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>nuiton-utils</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>nuiton-i18n</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <!-- Apache FOP (Formatting Objects Processor) XSL-FO -->
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ </dependency>
- <name>JRst :: Api</name>
- <description>Parser RST en Java.</description>
- <inceptionYear>2004</inceptionYear>
+ <!-- Annoted interfaces to present command line arguments -->
+ <dependency>
+ <groupId>uk.co.flamingpenguin.jewelcli</groupId>
+ <artifactId>jewelcli</artifactId>
+ </dependency>
+ <!-- XSLT processor -->
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ </dependency>
+ <!-- TC-20090929 force it, otherwise the dependency is not attached-->
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>serializer</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <!-- Swing librairie -->
+ <dependency>
+ <groupId>org.nuiton.thirdparty</groupId>
+ <artifactId>sdoc</artifactId>
+ <!--scope>runtime</scope-->
+ </dependency>
+ <!-- XSL librairies -->
+ <dependency>
+ <groupId>net.sf.docbook</groupId>
+ <artifactId>docbook-xsl</artifactId>
+ <type>zip</type>
+ <classifier>resources</classifier>
+ <scope>runtime</scope>
+ </dependency>
+ <!-- Test librairies -->
+ <dependency>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
- <packaging>jar</packaging>
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
- <properties>
+ <name>JRst :: Api</name>
+ <description>Parser RST en Java.</description>
+ <inceptionYear>2004</inceptionYear>
- <maven.jar.main.class>org.nuiton.jrst.JRST</maven.jar.main.class>
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+ <packaging>jar</packaging>
- <!-- extra files to include in release -->
- <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles>
+ <properties>
- </properties>
+ <maven.jar.main.class>org.nuiton.jrst.JRST</maven.jar.main.class>
- <build>
+ <!-- extra files to include in release -->
+ <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles>
- <plugins>
+ </properties>
- <!-- plugin i18n -->
- <plugin>
- <groupId>org.nuiton.i18n</groupId>
- <artifactId>maven-i18n-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>parserJava</goal>
- <goal>gen</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+ <build>
- <!--plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
- <addClasspath>true</addClasspath>
- <classpathPrefix>lib/</classpathPrefix>
- </manifest>
- </archive>
- </configuration>
- </plugin-->
+ <plugins>
- <plugin>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-dependencies</id>
- <!--<phase>package</phase>-->
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- <configuration>
- <overWriteReleases>false</overWriteReleases>
- <overWriteSnapshots>false</overWriteSnapshots>
- <overWriteIfNewer>true</overWriteIfNewer>
- <outputDirectory>${project.build.directory}/lib</outputDirectory>
- <silent>true</silent>
- </configuration>
- </execution>
- </executions>
- </plugin>
+ <!-- plugin i18n -->
+ <plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ <goal>gen</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
- </plugins>
+ <!--plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ <classpathPrefix>lib/</classpathPrefix>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin-->
- <pluginManagement>
- <plugins>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <!--<phase>package</phase>-->
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <overWriteReleases>false</overWriteReleases>
+ <overWriteSnapshots>false</overWriteSnapshots>
+ <overWriteIfNewer>true</overWriteIfNewer>
+ <outputDirectory>${project.build.directory}/lib</outputDirectory>
+ <silent>true</silent>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <quiet>true</quiet>
- <links>
- <link>http://java.sun.com/javase/6/docs/api/</link>
- <link>http://maven-site.nuiton.org/nuiton-utils/apidocs/</link>
- </links>
- </configuration>
- </plugin>
-
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
- <addClasspath>true</addClasspath>
- <classpathPrefix>lib/</classpathPrefix>
- </manifest>
- </archive>
- </configuration>
- </plugin>
+ </plugins>
- </plugins>
- </pluginManagement>
+ <pluginManagement>
+ <plugins>
- </build>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <quiet>true</quiet>
+ <links>
+ <link>http://java.sun.com/javase/6/docs/api/</link>
+ <link>http://maven-site.nuiton.org/nuiton-utils/apidocs/</link>
+ </links>
+ </configuration>
+ </plugin>
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ <classpathPrefix>lib/</classpathPrefix>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
- <!-- Maven Environment : profiles -->
- <profiles>
+ </plugins>
+ </pluginManagement>
- <!-- create assmelbies only at release time -->
- <profile>
- <id>release-assembly-profile</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
- <build>
- <plugins>
+ </build>
- <!-- launch in a release the assembly automaticly -->
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>create-assemblies</id>
- <phase>verify</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <attach>false</attach>
- <descriptorRefs>
- <descriptorRef>deps</descriptorRef>
- <descriptorRef>full</descriptorRef>
- </descriptorRefs>
- </configuration>
- </plugin>
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
- </plugins>
+ <!-- Maven Environment : profiles -->
+ <profiles>
- </build>
- </profile>
- </profiles>
+ <!-- create assmelbies only at release time -->
+ <profile>
+ <id>release-assembly-profile</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <!-- launch in a release the assembly automaticly -->
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>create-assemblies</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <attach>false</attach>
+ <descriptorRefs>
+ <descriptorRef>deps</descriptorRef>
+ <descriptorRef>full</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ </build>
+ </profile>
+ </profiles>
+
</project>
Modified: trunk/maven-jrst-plugin/pom.xml
===================================================================
--- trunk/maven-jrst-plugin/pom.xml 2010-11-22 14:21:29 UTC (rev 509)
+++ trunk/maven-jrst-plugin/pom.xml 2010-11-22 14:45:59 UTC (rev 510)
@@ -24,63 +24,70 @@
#L%
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
- <parent>
- <groupId>org.nuiton</groupId>
- <artifactId>jrst</artifactId>
- <version>1.2-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.nuiton</groupId>
+ <artifactId>jrst</artifactId>
+ <version>1.2-SNAPSHOT</version>
+ </parent>
- <groupId>org.nuiton.jrst</groupId>
- <artifactId>maven-jrst-plugin</artifactId>
+ <groupId>org.nuiton.jrst</groupId>
+ <artifactId>maven-jrst-plugin</artifactId>
- <dependencies>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>jrst</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
+ <dependencies>
- <dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>jrst</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- </dependency>
+ <dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>maven-helper-plugin</artifactId>
+ </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
- </dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ </dependency>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
- <name>JRst :: Maven plugin</name>
- <description>
- Maven2 plugin to generate reStructuredText file into xDoc.
- </description>
- <inceptionYear>2006</inceptionYear>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
- <packaging>maven-plugin</packaging>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ </dependency>
+ </dependencies>
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+ <name>JRst :: Maven plugin</name>
+ <description>
+ Maven2 plugin to generate reStructuredText file into xDoc.
+ </description>
+ <inceptionYear>2006</inceptionYear>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+ <packaging>maven-plugin</packaging>
+
<profiles>
<!-- perform only on a release stage when using the maven-release-plugin -->
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-11-22 14:21:29 UTC (rev 509)
+++ trunk/pom.xml 2010-11-22 14:45:59 UTC (rev 510)
@@ -23,7 +23,9 @@
<http://www.gnu.org/licenses/lgpl-3.0.html>.
#L%
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -58,6 +60,12 @@
</dependency>
<dependency>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>nuiton-i18n</artifactId>
+ <version>${nuitonI18nVersion}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.nuiton</groupId>
<artifactId>maven-helper-plugin</artifactId>
<version>${helperPluginVersion}</version>
@@ -139,7 +147,14 @@
</exclusions>
</dependency>
+
<dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.5.15</version>
+ </dependency>
+
+ <dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.2</version>
@@ -167,6 +182,12 @@
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>1.0.b2</version>
+ </dependency>
+
<!-- TC-20090929 y'a serializer-2.7.1 offer par xalan 2-7-1
cela devrait faire l'affaire -->
@@ -203,6 +224,12 @@
<artifactId>jaxen</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xmlParserAPIs</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -243,18 +270,19 @@
<dependency>
<groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-sink-api</artifactId>
+ <version>${doxiaVersion}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-core</artifactId>
<type>test-jar</type>
<version>${doxiaVersion}</version>
<scope>test</scope>
</dependency>
- <!--dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency-->
-
</dependencies>
</dependencyManagement>
@@ -329,9 +357,7 @@
<nuitonUtilsVersion>1.4.1</nuitonUtilsVersion>
<nuitonI18nVersion>2.0</nuitonI18nVersion>
<xalanVersion>2.7.1</xalanVersion>
-
- <!-- FIXME tests are not working ! tchemit 2010-10-26 -->
- <!--<maven.test.failure.ignore>true</maven.test.failure.ignore>-->
+
</properties>
<build>
@@ -363,4 +389,15 @@
<url>http://www.nuiton.org/repositories/browse/jrst/trunk</url>
</scm>
+ <profiles>
+ <!-- to include in the build extra modules -->
+ <profile>
+ <id>extra-modules-profile</id>
+
+ <modules>
+ <module>maven-jrst-plugin</module>
+ </modules>
+ </profile>
+ </profiles>
+
</project>
1
0