[Lutinutil-commits] r1237 - lutini18neditor/trunk lutinpluginutil/trunk lutinutil/trunk lutinutilextra/trunk maven-i18n-plugin/trunk maven-license-switcher-plugin/trunk
Author: chemit Date: 2008-11-18 10:22:19 +0000 (Tue, 18 Nov 2008) New Revision: 1237 Modified: lutini18neditor/trunk/changelog lutini18neditor/trunk/pom.xml lutinpluginutil/trunk/changelog lutinpluginutil/trunk/pom.xml lutinutil/trunk/changelog lutinutil/trunk/pom.xml lutinutilextra/trunk/changelog lutinutilextra/trunk/pom.xml maven-i18n-plugin/trunk/changelog maven-i18n-plugin/trunk/pom.xml maven-license-switcher-plugin/trunk/changelog maven-license-switcher-plugin/trunk/pom.xml Log: use lutinproject and lutinpluginproject 3.1 Modified: lutini18neditor/trunk/changelog =================================================================== --- lutini18neditor/trunk/changelog 2008-11-17 23:29:40 UTC (rev 1236) +++ lutini18neditor/trunk/changelog 2008-11-18 10:22:19 UTC (rev 1237) @@ -1,4 +1,5 @@ 0.4 2008???? [???] + * 20081118 [chemit] use lutinproject 3.1 * 20081117 [chemit] bump jaxx to 0.6 0.3 * use src/main/java to store jaxx, no more use of uimodel directory Modified: lutini18neditor/trunk/pom.xml =================================================================== --- lutini18neditor/trunk/pom.xml 2008-11-17 23:29:40 UTC (rev 1236) +++ lutini18neditor/trunk/pom.xml 2008-11-18 10:22:19 UTC (rev 1237) @@ -11,11 +11,13 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.0</version> + <version>3.1</version> </parent> <artifactId>lutini18neditor</artifactId> + <version>0.3-SNAPSHOT</version> + <dependencies> <!--Librairies CodeLutin--> @@ -41,7 +43,7 @@ <!-- ************************************************************* --> <name>Lutin I18n Editor</name> - <version>0.3-SNAPSHOT</version> + <description>Editeur de fichier i18n</description> <inceptionYear>2008</inceptionYear> Modified: lutinpluginutil/trunk/changelog =================================================================== --- lutinpluginutil/trunk/changelog 2008-11-17 23:29:40 UTC (rev 1236) +++ lutinpluginutil/trunk/changelog 2008-11-18 10:22:19 UTC (rev 1237) @@ -1,4 +1,5 @@ 0.2 + * 20081118 [chemit] use lutinpluginproject 3.1 * Update groupId to org.codelutin ver-0-1 chemit 2008???? Modified: lutinpluginutil/trunk/pom.xml =================================================================== --- lutinpluginutil/trunk/pom.xml 2008-11-17 23:29:40 UTC (rev 1236) +++ lutinpluginutil/trunk/pom.xml 2008-11-18 10:22:19 UTC (rev 1237) @@ -10,11 +10,13 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinpluginproject</artifactId> - <version>3.0</version> + <version>3.1</version> </parent> <artifactId>lutinpluginutil</artifactId> + <version>0.3-SNAPSHOT</version> + <dependencies> </dependencies> @@ -25,7 +27,7 @@ <!-- ************************************************************* --> <name>Lutin plugin utilities library</name> - <version>0.3-SNAPSHOT</version> + <description>Library of usefull class to be used in any maven plugin.</description> <inceptionYear>2008</inceptionYear> @@ -45,14 +47,6 @@ </properties> - <build> - - <plugins> - - </plugins> - </build> - - <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> Modified: lutinutil/trunk/changelog =================================================================== --- lutinutil/trunk/changelog 2008-11-17 23:29:40 UTC (rev 1236) +++ lutinutil/trunk/changelog 2008-11-18 10:22:19 UTC (rev 1237) @@ -1,5 +1,6 @@ ver 1.0 ??? ??? - * 20081118 [chemit] - improve i18n loading : skip urls with no i18n directory + * 20081118 [chemit] - use lutinproject 3.1 + - improve i18n loading : skip urls with no i18n directory - introduce ClassLoaderUtil class * 2008???? [chatellier] Remove deprecated I18n._ and replace by temporary code Modified: lutinutil/trunk/pom.xml =================================================================== --- lutinutil/trunk/pom.xml 2008-11-17 23:29:40 UTC (rev 1236) +++ lutinutil/trunk/pom.xml 2008-11-18 10:22:19 UTC (rev 1237) @@ -10,11 +10,13 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.0</version> + <version>3.1</version> </parent> <artifactId>lutinutil</artifactId> - + + <version>1.0-SNAPSHOT</version> + <dependencies> <dependency> @@ -53,7 +55,6 @@ <!-- ************************************************************* --> <name>Lutin utilities library</name> - <version>1.0-SNAPSHOT</version> <description>Library of usefull class to be used in any project.</description> <inceptionYear>2004</inceptionYear> Modified: lutinutilextra/trunk/changelog =================================================================== --- lutinutilextra/trunk/changelog 2008-11-17 23:29:40 UTC (rev 1236) +++ lutinutilextra/trunk/changelog 2008-11-18 10:22:19 UTC (rev 1237) @@ -1,4 +1,5 @@ ver-0-2 + * 20081118 [chemit] use lutinproject 3.1 + clean pom * LGPLv3 * UTF-8 * Move SVN structure Modified: lutinutilextra/trunk/pom.xml =================================================================== --- lutinutilextra/trunk/pom.xml 2008-11-17 23:29:40 UTC (rev 1236) +++ lutinutilextra/trunk/pom.xml 2008-11-18 10:22:19 UTC (rev 1237) @@ -2,56 +2,22 @@ <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/maven-v4_0_0.xsd"> - <!--The version of maven's project object model--> <modelVersion>4.0.0</modelVersion> - <!--lutinproject.xml--> + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.0</version> + <version>3.1</version> </parent> - <!--A unique name for this project--> <artifactId>lutinutilextra</artifactId> - <name>Lutin utilities extra library</name> - <!--ejb, jar, war...--> - <packaging>jar</packaging> - - <!--Version--> <version>0.2-SNAPSHOT</version> - <!--Description--> - <description> - Librairie de classe Java utile à tout projet. - </description> - <inceptionYear>2006</inceptionYear> - - <!-- properties --> - <properties> - <!-- id du projet du labs --> - <labs.id>12</labs.id> - <!-- nom du projet sur le labs --> - <labs.project>lutinutil</labs.project> - </properties> - - <!--Source control management--> - <scm> - <url>${maven.scm.url}</url> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - </scm> - - <!--Librairies--> <dependencies> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - <scope>compile</scope> - </dependency> <dependency> <groupId>commons-lang</groupId> @@ -82,4 +48,39 @@ </dependency> </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>Lutin utilities extra library</name> + + <description>Librairie de classe Java utile à tout projet.</description> + <inceptionYear>2006</inceptionYear> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>jar</packaging> + + <properties> + <!-- id du projet du labs --> + <labs.id>12</labs.id> + <!-- nom du projet sur le labs --> + <labs.project>lutinutil</labs.project> + </properties> + + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <!--Source control management--> + <scm> + <url>${maven.scm.url}</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + </scm> + </project> Modified: maven-i18n-plugin/trunk/changelog =================================================================== --- maven-i18n-plugin/trunk/changelog 2008-11-17 23:29:40 UTC (rev 1236) +++ maven-i18n-plugin/trunk/changelog 2008-11-18 10:22:19 UTC (rev 1237) @@ -1,4 +1,5 @@ ver-0-7 chemit 20081117 + * 20081118 [chemit] use lutinpluginproject 3.1 * 20081026 [chemit] add xworks validator parse * 20081026 [chemit] improve parser mojo logging Modified: maven-i18n-plugin/trunk/pom.xml =================================================================== --- maven-i18n-plugin/trunk/pom.xml 2008-11-17 23:29:40 UTC (rev 1236) +++ maven-i18n-plugin/trunk/pom.xml 2008-11-18 10:22:19 UTC (rev 1237) @@ -9,12 +9,13 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinpluginproject</artifactId> - <version>3.0</version> + <version>3.1</version> </parent> - <!--groupId>org.codelutin</groupId--> <artifactId>maven-i18n-plugin</artifactId> + <version>0.8-SNAPSHOT</version> + <dependencies> <dependency> @@ -51,7 +52,6 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Plugin maven pour lutini18n</name> - <version>0.8-SNAPSHOT</version> <description> Plugin pour maven 2 pour la génération des bundles pour l'internationnalisation des applications java fait par lutinutil-i18n Modified: maven-license-switcher-plugin/trunk/changelog =================================================================== --- maven-license-switcher-plugin/trunk/changelog 2008-11-17 23:29:40 UTC (rev 1236) +++ maven-license-switcher-plugin/trunk/changelog 2008-11-18 10:22:19 UTC (rev 1237) @@ -1,3 +1,6 @@ +ver-0-5 chemit 200811?? + * 20081118 [chemit] use lutinpluginproject 3.1 + ver-0-4 chemit 20081013 * 20081013 [chemit] Improve third-party goal : onyl keep included dependencies Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2008-11-17 23:29:40 UTC (rev 1236) +++ maven-license-switcher-plugin/trunk/pom.xml 2008-11-18 10:22:19 UTC (rev 1237) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -9,11 +10,13 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinpluginproject</artifactId> - <version>3.0</version> + <version>3.1</version> </parent> <artifactId>maven-license-switcher-plugin</artifactId> - + + <version>0.5-SNAPSHOT</version> + <dependencies> <dependency> @@ -42,7 +45,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Plugin maven pour switcher les licenses</name> - <version>0.5-SNAPSHOT</version> + <description>Plugin pour switcher de license dans un module maven 2</description> <inceptionYear>2008</inceptionYear> @@ -54,7 +57,7 @@ <build> <plugins> - <plugin> + <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <!--Copy licenses files for site--> @@ -63,10 +66,11 @@ <phase>pre-site</phase> <configuration> <tasks> - <mkdir dir="${maven.site.gen.dir}/resources" /> - <copy todir="${maven.site.gen.dir}/resources" verbose="${maven.verbose}" overwrite="false"> - <fileset dir="${maven.src.dir}/main/resources/META-INF"> - <include name="licenses/**" /> + <mkdir dir="${maven.site.gen.dir}/resources"/> + <copy todir="${maven.site.gen.dir}/resources" verbose="${maven.verbose}" + overwrite="false"> + <fileset dir="${maven.src.dir}/main/resources/META-INF"> + <include name="licenses/**"/> </fileset> </copy> </tasks> @@ -100,5 +104,5 @@ <developerConnection>${maven.scm.developerConnection}</developerConnection> <url>${maven.scm.url}</url> </scm> - + </project>
participants (1)
-
chemit@users.labs.libre-entreprise.org