Author: chatellier Date: 2009-01-14 10:39:34 +0000 (Wed, 14 Jan 2009) New Revision: 244 Added: jrst/trunk/README.txt jrst/trunk/changelog.txt Removed: jrst/trunk/changelog Modified: jrst/trunk/pom.xml Log: Update lutinproject and dependencies Added: jrst/trunk/README.txt =================================================================== --- jrst/trunk/README.txt (rev 0) +++ jrst/trunk/README.txt 2009-01-14 10:39:34 UTC (rev 244) @@ -0,0 +1,3 @@ +jRST +==== + Deleted: jrst/trunk/changelog =================================================================== --- jrst/trunk/changelog 2008-10-23 14:15:30 UTC (rev 243) +++ jrst/trunk/changelog 2009-01-14 10:39:34 UTC (rev 244) @@ -1,15 +0,0 @@ -ver-0.8 xxx xxx - - * Add title property in xdoc xslt - * Switch license to lgpl - * maven 2 layout - -ver-0.7 poussin 20061110 - - * complete rewrite where dom4j tree is use as memory model - * parser is in 3 classes, reader, lexer, composer - * generation is based on XSL (support, xhtml, xdoc, docbook, other xsl) - -ver-0.6 poussin 20060327 - - * first version with only regexp and own memory model \ No newline at end of file Copied: jrst/trunk/changelog.txt (from rev 243, jrst/trunk/changelog) =================================================================== --- jrst/trunk/changelog.txt (rev 0) +++ jrst/trunk/changelog.txt 2009-01-14 10:39:34 UTC (rev 244) @@ -0,0 +1,15 @@ +ver-0.8 xxx xxx + + * Add title property in xdoc xslt + * Switch license to lgpl + * maven 2 layout + +ver-0.7 poussin 20061110 + + * complete rewrite where dom4j tree is use as memory model + * parser is in 3 classes, reader, lexer, composer + * generation is based on XSL (support, xhtml, xdoc, docbook, other xsl) + +ver-0.6 poussin 20060327 + + * first version with only regexp and own memory model \ No newline at end of file Property changes on: jrst/trunk/changelog.txt ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:mergeinfo + Name: svn:eol-style + native Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2008-10-23 14:15:30 UTC (rev 243) +++ jrst/trunk/pom.xml 2009-01-14 10:39:34 UTC (rev 244) @@ -8,7 +8,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.0</version> + <version>3.3</version> </parent> <!--A unique name for this project--> @@ -31,10 +31,10 @@ <!-- nom du projet sur le labs --> <labs.project>jrst</labs.project> + + <!-- Test --> + <maven.test.skip>true</maven.test.skip> - <!-- Test --> - <maven.test.skip>true</maven.test.skip> - <!-- Site en et fr --> <maven.site.locales>fr,en</maven.site.locales> </properties> @@ -51,6 +51,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> + <version>2.2</version> <configuration> <archive> <manifest> @@ -64,11 +65,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.0</version> + <version>2.1</version> <executions> <execution> - <id>copy-dependencies</id> - <phase>package</phase> <goals> <goal>copy-dependencies</goal> </goals> @@ -81,6 +80,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <version>2.5</version> <configuration> <link>http://java.sun.com/javase/6/docs/api/index.html</link> <link>http://topia.labs.libre-entreprise.org/apidocs/</link> @@ -101,7 +101,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinutil</artifactId> - <version>0.31</version> + <version>1.0.2</version> <scope>compile</scope> </dependency> <dependency> @@ -148,8 +148,10 @@ </dependency> <dependency> <groupId>net.sf.docbook</groupId> - <artifactId>docbook</artifactId> + <artifactId>docbook-xsl</artifactId> <version>1.74.0</version> + <type>zip</type> + <classifier>resources</classifier> <scope>runtime</scope> </dependency> </dependencies>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org