Author: tchemit Date: 2011-02-09 09:00:50 +0100 (Wed, 09 Feb 2011) New Revision: 536 Url: http://nuiton.org/repositories/revision/jrst/536 Log: Evolution #1301: Updates to mavenpom 2.4.4 Anomalie #1299: jrst sh script does not work Anomalie #1300: poms are using hardcoded plugin version older than the ones in mavenpom Adds svn keywords + headers Modified: trunk/jrst/pom.xml trunk/jrst/src/main/assembly/jrst.bat trunk/jrst/src/main/assembly/jrst.sh trunk/jrst/src/test/resources/bugs/testNoSubtitle.rst trunk/jrst/src/test/resources/log4j.properties trunk/maven-jrst-plugin/src/license/THIRD-PARTY.properties trunk/pom.xml Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2011-02-08 17:16:27 UTC (rev 535) +++ trunk/jrst/pom.xml 2011-02-09 08:00:50 UTC (rev 536) @@ -252,7 +252,7 @@ <!-- create assemblies only at release time --> <profile> - <id>release-assembly-profile</id> + <id>assembly-profile</id> <activation> <property> <name>performRelease</name> @@ -265,7 +265,6 @@ <!-- launch in a release the assembly automatically --> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.2-beta-5</version> <executions> <execution> <id>create-assemblies</id> Property changes on: trunk/jrst/src/main/assembly/jrst.bat ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/jrst/src/main/assembly/jrst.sh =================================================================== --- trunk/jrst/src/main/assembly/jrst.sh 2011-02-08 17:16:27 UTC (rev 535) +++ trunk/jrst/src/main/assembly/jrst.sh 2011-02-09 08:00:50 UTC (rev 536) @@ -1,3 +1,4 @@ +#!/bin/sh ### # #%L # JRst :: Api @@ -22,7 +23,6 @@ # <http://www.gnu.org/licenses/lgpl-3.0.html>. # #L% ### -#!/bin/sh MX=512M cd `dirname $0` if [ -n "$JAVA_HOME" ]; then Property changes on: trunk/jrst/src/main/assembly/jrst.sh ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/jrst/src/test/resources/bugs/testNoSubtitle.rst =================================================================== --- trunk/jrst/src/test/resources/bugs/testNoSubtitle.rst 2011-02-08 17:16:27 UTC (rev 535) +++ trunk/jrst/src/test/resources/bugs/testNoSubtitle.rst 2011-02-09 08:00:50 UTC (rev 536) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * JRst :: Api +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2004 - 2011 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% +.. - ============== ECMAScriptEdit ============== @@ -3,6 +27,6 @@ :Author: Benjamin Poussin <poussin@codelutin.com> -:Revision: $Revision: 1545 $ -:Date: $Date: 2008-10-08 16:13:44 +0200 (mer 08 oct 2008) $ +:Revision: $Revision$ +:Date: $Date$ .. sectnum:: Property changes on: trunk/jrst/src/test/resources/bugs/testNoSubtitle.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/jrst/src/test/resources/log4j.properties =================================================================== --- trunk/jrst/src/test/resources/log4j.properties 2011-02-08 17:16:27 UTC (rev 535) +++ trunk/jrst/src/test/resources/log4j.properties 2011-02-09 08:00:50 UTC (rev 536) @@ -3,7 +3,7 @@ # I18n :: Api # # $Id$ -# $HeadURL: http://svn.nuiton.org/svn/i18n/trunk/nuiton-i18n/src/test/resources/log4j.pr... $ +# $HeadURL$ # %% # Copyright (C) 2004 - 2010 CodeLutin # %% Property changes on: trunk/jrst/src/test/resources/log4j.properties ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Property changes on: trunk/maven-jrst-plugin/src/license/THIRD-PARTY.properties ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-02-08 17:16:27 UTC (rev 535) +++ trunk/pom.xml 2011-02-09 08:00:50 UTC (rev 536) @@ -33,7 +33,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>2.4.3</version> + <version>2.4.4</version> </parent> <artifactId>jrst</artifactId> @@ -390,7 +390,7 @@ <profiles> <!-- to include in the build extra modules --> <profile> - <id>extra-modules-profile</id> + <id>extra-modules</id> <modules> <module>maven-jrst-plugin</module>