Nuiton-utils-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
December 2008
- 2 participants
- 26 discussions
10 Dec '08
Author: tchemit
Date: 2008-12-10 10:48:51 +0000 (Wed, 10 Dec 2008)
New Revision: 1285
Modified:
lutinutil/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: lutinutil/trunk/pom.xml
===================================================================
--- lutinutil/trunk/pom.xml 2008-12-10 10:48:45 UTC (rev 1284)
+++ lutinutil/trunk/pom.xml 2008-12-10 10:48:51 UTC (rev 1285)
@@ -15,7 +15,7 @@
<artifactId>lutinutil</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
<dependencies>
@@ -107,9 +107,9 @@
<!--Source control management-->
<scm>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</connection>
- <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</developerConnection>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/tags/…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/trunk</connection>
+ <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/trunk</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/trunk…</url>
</scm>
</project>
1
0
[Lutinutil-commits] r1284 - in lutinutil/tags: . 1.0
by tchemit@users.labs.libre-entreprise.org 10 Dec '08
by tchemit@users.labs.libre-entreprise.org 10 Dec '08
10 Dec '08
Author: tchemit
Date: 2008-12-10 10:48:45 +0000 (Wed, 10 Dec 2008)
New Revision: 1284
Added:
lutinutil/tags/1.0/
lutinutil/tags/1.0/README.txt
lutinutil/tags/1.0/changelog.txt
lutinutil/tags/1.0/pom.xml
Removed:
lutinutil/tags/1.0/README
lutinutil/tags/1.0/changelog
lutinutil/tags/1.0/pom.xml
Log:
[maven-release-plugin] copy for tag 1.0
Copied: lutinutil/tags/1.0 (from rev 1275, lutinutil/trunk)
Deleted: lutinutil/tags/1.0/README
===================================================================
--- lutinutil/trunk/README 2008-12-05 13:37:42 UTC (rev 1275)
+++ lutinutil/tags/1.0/README 2008-12-10 10:48:45 UTC (rev 1284)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: lutinutil/tags/1.0/README.txt (from rev 1277, lutinutil/trunk/README.txt)
===================================================================
--- lutinutil/tags/1.0/README.txt (rev 0)
+++ lutinutil/tags/1.0/README.txt 2008-12-10 10:48:45 UTC (rev 1284)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Deleted: lutinutil/tags/1.0/changelog
===================================================================
--- lutinutil/trunk/changelog 2008-12-05 13:37:42 UTC (rev 1275)
+++ lutinutil/tags/1.0/changelog 2008-12-10 10:48:45 UTC (rev 1284)
@@ -1,81 +0,0 @@
-ver 1.0 ??? ???
- * 20081205 [chemit] use lutinproject 3.2
- * 20081120 [chatellier] Remove deprecated HashMapMultiKey
- * 20081120 [chatellier] Fix i18n lutinutil properties files
- * 20081118 [chemit] - use lutinproject 3.1
- - improve i18n loading : skip urls with no i18n directory
- - introduce ClassLoaderUtil class
- * 20081101 [chatellier] Remove deprecated I18n._ and replace by temporary code
-
-ver-0-31 chemit 2008????
- * always build javadoc
- * Change group id
- * utilisation de lutinproject 2.4 et nettoyage du pom
- * reorganisation du site
- * <poussin> ArgumentsParser.java marked deprecated
-
-ver-0-30 chemit 20080710
- * <chemit> passage en maven 2 layout directory
- * <chemit> utilisation de lutinproject 2.3
- * <chemit> suppression du code vcs du projet
- * <poussin> add ApplicationConfig class
- * <poussin> enhance ObjectUtil
- * <poussin> HashMapMultiKey marked deprecated
-
-ver-0-26 poussin 2007????
- * bug in concat(Object [] ...), better array type now work
- * add unaccent in StringUtil
-
-ver-0-25 poussin 20070425
- * add StringUtil.toArrayXXX(String ... s) methodes
- * use generic
-
-ver-0-24 poussin
- * ArgumentsParser have 1 as repetitionMax by default
- * ArgumentsParser use jdk 1.5 syntaxe (..., <>)
-
-ver-0-23 poussin 20061004
- * move i18n in lutinutil
- * add method Resource.getConfigProperties(String, Properties) to chains
- properties
-
-ver-0-22 poussin 20060913
- * use Generics in CategorisedListenerSet
- * add org.codelutin.log package (LutinLog, ...)
- * remove org.codelutin.util.Log
-
-ver-0-21 poussin 20060907
-
- * Add TransformedList
- * Add FileUtil.getTempFile(String):File
- * add FileUtil.getFile():File that prompt user
- * add FileUtil.getDirectory(): String that prompt user
- * add FileUtil.copyRecursively(File, File, String ... patternFilter)
- * add ZipUtil class to compress/uncompress zip file
- * Transparente*Reference accept null object
-
-ver-0-17 thimel 20050610
-
- * Ajout de BoundedList et BoundedListOutOfBoundsException
-
-ver-0-16 poussin 20050526
-
- * Ajout de la methode getConfigProperties dans Resource
-
-ver-0-9 poussin 20040728
-
- * Ajout de methode isJar, isZip, dans Resource
-
-ver-0-3 poussin 20040405
-
- * utilisation de maven pour la gestion du projet
- * Ajout de ExceptionUtil
-
-ver-0-2 poussin 20031021
-
- * ajout du parser d'argument, ArgumentsParser
- * ajout de StringUtil
-
-ver-0-1
-
- * premier version contient seulement Resource
Copied: lutinutil/tags/1.0/changelog.txt (from rev 1277, lutinutil/trunk/changelog.txt)
===================================================================
--- lutinutil/tags/1.0/changelog.txt (rev 0)
+++ lutinutil/tags/1.0/changelog.txt 2008-12-10 10:48:45 UTC (rev 1284)
@@ -0,0 +1,81 @@
+ver 1.0 ??? ???
+ * 20081205 [chemit] use lutinproject 3.2
+ * 20081120 [chatellier] Remove deprecated HashMapMultiKey
+ * 20081120 [chatellier] Fix i18n lutinutil properties files
+ * 20081118 [chemit] - use lutinproject 3.1
+ - improve i18n loading : skip urls with no i18n directory
+ - introduce ClassLoaderUtil class
+ * 20081101 [chatellier] Remove deprecated I18n._ and replace by temporary code
+
+ver-0-31 chemit 2008????
+ * always build javadoc
+ * Change group id
+ * utilisation de lutinproject 2.4 et nettoyage du pom
+ * reorganisation du site
+ * <poussin> ArgumentsParser.java marked deprecated
+
+ver-0-30 chemit 20080710
+ * <chemit> passage en maven 2 layout directory
+ * <chemit> utilisation de lutinproject 2.3
+ * <chemit> suppression du code vcs du projet
+ * <poussin> add ApplicationConfig class
+ * <poussin> enhance ObjectUtil
+ * <poussin> HashMapMultiKey marked deprecated
+
+ver-0-26 poussin 2007????
+ * bug in concat(Object [] ...), better array type now work
+ * add unaccent in StringUtil
+
+ver-0-25 poussin 20070425
+ * add StringUtil.toArrayXXX(String ... s) methodes
+ * use generic
+
+ver-0-24 poussin
+ * ArgumentsParser have 1 as repetitionMax by default
+ * ArgumentsParser use jdk 1.5 syntaxe (..., <>)
+
+ver-0-23 poussin 20061004
+ * move i18n in lutinutil
+ * add method Resource.getConfigProperties(String, Properties) to chains
+ properties
+
+ver-0-22 poussin 20060913
+ * use Generics in CategorisedListenerSet
+ * add org.codelutin.log package (LutinLog, ...)
+ * remove org.codelutin.util.Log
+
+ver-0-21 poussin 20060907
+
+ * Add TransformedList
+ * Add FileUtil.getTempFile(String):File
+ * add FileUtil.getFile():File that prompt user
+ * add FileUtil.getDirectory(): String that prompt user
+ * add FileUtil.copyRecursively(File, File, String ... patternFilter)
+ * add ZipUtil class to compress/uncompress zip file
+ * Transparente*Reference accept null object
+
+ver-0-17 thimel 20050610
+
+ * Ajout de BoundedList et BoundedListOutOfBoundsException
+
+ver-0-16 poussin 20050526
+
+ * Ajout de la methode getConfigProperties dans Resource
+
+ver-0-9 poussin 20040728
+
+ * Ajout de methode isJar, isZip, dans Resource
+
+ver-0-3 poussin 20040405
+
+ * utilisation de maven pour la gestion du projet
+ * Ajout de ExceptionUtil
+
+ver-0-2 poussin 20031021
+
+ * ajout du parser d'argument, ArgumentsParser
+ * ajout de StringUtil
+
+ver-0-1
+
+ * premier version contient seulement Resource
Deleted: lutinutil/tags/1.0/pom.xml
===================================================================
--- lutinutil/trunk/pom.xml 2008-12-05 13:37:42 UTC (rev 1275)
+++ lutinutil/tags/1.0/pom.xml 2008-12-10 10:48:45 UTC (rev 1284)
@@ -1,115 +0,0 @@
-<?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">
-
- <modelVersion>4.0.0</modelVersion>
-
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
-
- <parent>
- <groupId>org.codelutin</groupId>
- <artifactId>lutinproject</artifactId>
- <version>3.2</version>
- </parent>
-
- <artifactId>lutinutil</artifactId>
-
- <version>1.0-SNAPSHOT</version>
-
- <dependencies>
-
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-primitives</groupId>
- <artifactId>commons-primitives</artifactId>
- <version>1.0</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.8.0</version>
- <scope>compile</scope>
- </dependency>
-
- </dependencies>
-
-
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
-
- <name>Lutin utilities library</name>
- <description>Library of usefull class to be used in any project.</description>
- <inceptionYear>2004</inceptionYear>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
-
- <packaging>jar</packaging>
-
- <properties>
-
- <labs.id>12</labs.id>
-
- <labs.project>lutinutil</labs.project>
-
- <!-- TODO remove this as soon as tests are fixed on hudson... -->
- <maven.test.testFailureIgnore>true</maven.test.testFailureIgnore>
- </properties>
-
- <build>
-
- <plugins>
-
- <!-- i18n -->
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-i18n-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>parserJava</goal>
- <goal>gen</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <!-- javadoc -->
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
-
- </plugins>
- </build>
-
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
-
- <!--Source control management-->
- <scm>
- <connection>${maven.scm.connection}</connection>
- <developerConnection>${maven.scm.developerConnection}</developerConnection>
- <url>${maven.scm.url}</url>
- </scm>
-
-</project>
Copied: lutinutil/tags/1.0/pom.xml (from rev 1283, lutinutil/trunk/pom.xml)
===================================================================
--- lutinutil/tags/1.0/pom.xml (rev 0)
+++ lutinutil/tags/1.0/pom.xml 2008-12-10 10:48:45 UTC (rev 1284)
@@ -0,0 +1,115 @@
+<?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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+
+ <parent>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutinproject</artifactId>
+ <version>3.2</version>
+ </parent>
+
+ <artifactId>lutinutil</artifactId>
+
+ <version>1.0</version>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-primitives</groupId>
+ <artifactId>commons-primitives</artifactId>
+ <version>1.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.8.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+ </dependencies>
+
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+
+ <name>Lutin utilities library</name>
+ <description>Library of usefull class to be used in any project.</description>
+ <inceptionYear>2004</inceptionYear>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <packaging>jar</packaging>
+
+ <properties>
+
+ <labs.id>12</labs.id>
+
+ <labs.project>lutinutil</labs.project>
+
+ <!-- TODO remove this as soon as tests are fixed on hudson... -->
+ <maven.test.testFailureIgnore>true</maven.test.testFailureIgnore>
+ </properties>
+
+ <build>
+
+ <plugins>
+
+ <!-- i18n -->
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ <goal>gen</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- javadoc -->
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+
+ </plugins>
+ </build>
+
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <!--Source control management-->
+ <scm>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</connection>
+ <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/tags/…</url>
+ </scm>
+
+</project>
1
0
10 Dec '08
Author: tchemit
Date: 2008-12-10 10:48:34 +0000 (Wed, 10 Dec 2008)
New Revision: 1283
Modified:
lutinutil/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 1.0
Modified: lutinutil/trunk/pom.xml
===================================================================
--- lutinutil/trunk/pom.xml 2008-12-10 10:46:44 UTC (rev 1282)
+++ lutinutil/trunk/pom.xml 2008-12-10 10:48:34 UTC (rev 1283)
@@ -15,7 +15,7 @@
<artifactId>lutinutil</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<dependencies>
@@ -107,9 +107,9 @@
<!--Source control management-->
<scm>
- <connection>${maven.scm.connection}</connection>
- <developerConnection>${maven.scm.developerConnection}</developerConnection>
- <url>${maven.scm.url}</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</connection>
+ <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/tags/…</url>
</scm>
</project>
1
0
10 Dec '08
Author: tchemit
Date: 2008-12-10 10:46:44 +0000 (Wed, 10 Dec 2008)
New Revision: 1282
Removed:
lutinutil/tags/1.0/
Log:
erreur de release...
1
0
10 Dec '08
Author: tchemit
Date: 2008-12-10 10:46:13 +0000 (Wed, 10 Dec 2008)
New Revision: 1281
Modified:
lutinutil/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of 1.0
Modified: lutinutil/trunk/pom.xml
===================================================================
--- lutinutil/trunk/pom.xml 2008-12-10 10:26:18 UTC (rev 1280)
+++ lutinutil/trunk/pom.xml 2008-12-10 10:46:13 UTC (rev 1281)
@@ -15,7 +15,7 @@
<artifactId>lutinutil</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<dependencies>
@@ -107,9 +107,9 @@
<!--Source control management-->
<scm>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/trunk</connection>
- <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/trunk</developerConnection>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/trunk…</url>
+ <connection>${maven.scm.connection}</connection>
+ <developerConnection>${maven.scm.developerConnection}</developerConnection>
+ <url>${maven.scm.url}</url>
</scm>
</project>
1
0
10 Dec '08
Author: tchemit
Date: 2008-12-10 10:26:18 +0000 (Wed, 10 Dec 2008)
New Revision: 1280
Modified:
lutinutil/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: lutinutil/trunk/pom.xml
===================================================================
--- lutinutil/trunk/pom.xml 2008-12-10 10:26:14 UTC (rev 1279)
+++ lutinutil/trunk/pom.xml 2008-12-10 10:26:18 UTC (rev 1280)
@@ -15,7 +15,7 @@
<artifactId>lutinutil</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
<dependencies>
@@ -107,9 +107,9 @@
<!--Source control management-->
<scm>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</connection>
- <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</developerConnection>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/tags/…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/trunk</connection>
+ <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/trunk</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/trunk…</url>
</scm>
</project>
1
0
[Lutinutil-commits] r1279 - in lutinutil/tags: . 1.0
by tchemit@users.labs.libre-entreprise.org 10 Dec '08
by tchemit@users.labs.libre-entreprise.org 10 Dec '08
10 Dec '08
Author: tchemit
Date: 2008-12-10 10:26:14 +0000 (Wed, 10 Dec 2008)
New Revision: 1279
Added:
lutinutil/tags/1.0/
lutinutil/tags/1.0/README.txt
lutinutil/tags/1.0/changelog.txt
lutinutil/tags/1.0/pom.xml
Removed:
lutinutil/tags/1.0/README
lutinutil/tags/1.0/changelog
lutinutil/tags/1.0/pom.xml
Log:
[maven-release-plugin] copy for tag 1.0
Copied: lutinutil/tags/1.0 (from rev 1275, lutinutil/trunk)
Deleted: lutinutil/tags/1.0/README
===================================================================
--- lutinutil/trunk/README 2008-12-05 13:37:42 UTC (rev 1275)
+++ lutinutil/tags/1.0/README 2008-12-10 10:26:14 UTC (rev 1279)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: lutinutil/tags/1.0/README.txt (from rev 1277, lutinutil/trunk/README.txt)
===================================================================
--- lutinutil/tags/1.0/README.txt (rev 0)
+++ lutinutil/tags/1.0/README.txt 2008-12-10 10:26:14 UTC (rev 1279)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Deleted: lutinutil/tags/1.0/changelog
===================================================================
--- lutinutil/trunk/changelog 2008-12-05 13:37:42 UTC (rev 1275)
+++ lutinutil/tags/1.0/changelog 2008-12-10 10:26:14 UTC (rev 1279)
@@ -1,81 +0,0 @@
-ver 1.0 ??? ???
- * 20081205 [chemit] use lutinproject 3.2
- * 20081120 [chatellier] Remove deprecated HashMapMultiKey
- * 20081120 [chatellier] Fix i18n lutinutil properties files
- * 20081118 [chemit] - use lutinproject 3.1
- - improve i18n loading : skip urls with no i18n directory
- - introduce ClassLoaderUtil class
- * 20081101 [chatellier] Remove deprecated I18n._ and replace by temporary code
-
-ver-0-31 chemit 2008????
- * always build javadoc
- * Change group id
- * utilisation de lutinproject 2.4 et nettoyage du pom
- * reorganisation du site
- * <poussin> ArgumentsParser.java marked deprecated
-
-ver-0-30 chemit 20080710
- * <chemit> passage en maven 2 layout directory
- * <chemit> utilisation de lutinproject 2.3
- * <chemit> suppression du code vcs du projet
- * <poussin> add ApplicationConfig class
- * <poussin> enhance ObjectUtil
- * <poussin> HashMapMultiKey marked deprecated
-
-ver-0-26 poussin 2007????
- * bug in concat(Object [] ...), better array type now work
- * add unaccent in StringUtil
-
-ver-0-25 poussin 20070425
- * add StringUtil.toArrayXXX(String ... s) methodes
- * use generic
-
-ver-0-24 poussin
- * ArgumentsParser have 1 as repetitionMax by default
- * ArgumentsParser use jdk 1.5 syntaxe (..., <>)
-
-ver-0-23 poussin 20061004
- * move i18n in lutinutil
- * add method Resource.getConfigProperties(String, Properties) to chains
- properties
-
-ver-0-22 poussin 20060913
- * use Generics in CategorisedListenerSet
- * add org.codelutin.log package (LutinLog, ...)
- * remove org.codelutin.util.Log
-
-ver-0-21 poussin 20060907
-
- * Add TransformedList
- * Add FileUtil.getTempFile(String):File
- * add FileUtil.getFile():File that prompt user
- * add FileUtil.getDirectory(): String that prompt user
- * add FileUtil.copyRecursively(File, File, String ... patternFilter)
- * add ZipUtil class to compress/uncompress zip file
- * Transparente*Reference accept null object
-
-ver-0-17 thimel 20050610
-
- * Ajout de BoundedList et BoundedListOutOfBoundsException
-
-ver-0-16 poussin 20050526
-
- * Ajout de la methode getConfigProperties dans Resource
-
-ver-0-9 poussin 20040728
-
- * Ajout de methode isJar, isZip, dans Resource
-
-ver-0-3 poussin 20040405
-
- * utilisation de maven pour la gestion du projet
- * Ajout de ExceptionUtil
-
-ver-0-2 poussin 20031021
-
- * ajout du parser d'argument, ArgumentsParser
- * ajout de StringUtil
-
-ver-0-1
-
- * premier version contient seulement Resource
Copied: lutinutil/tags/1.0/changelog.txt (from rev 1277, lutinutil/trunk/changelog.txt)
===================================================================
--- lutinutil/tags/1.0/changelog.txt (rev 0)
+++ lutinutil/tags/1.0/changelog.txt 2008-12-10 10:26:14 UTC (rev 1279)
@@ -0,0 +1,81 @@
+ver 1.0 ??? ???
+ * 20081205 [chemit] use lutinproject 3.2
+ * 20081120 [chatellier] Remove deprecated HashMapMultiKey
+ * 20081120 [chatellier] Fix i18n lutinutil properties files
+ * 20081118 [chemit] - use lutinproject 3.1
+ - improve i18n loading : skip urls with no i18n directory
+ - introduce ClassLoaderUtil class
+ * 20081101 [chatellier] Remove deprecated I18n._ and replace by temporary code
+
+ver-0-31 chemit 2008????
+ * always build javadoc
+ * Change group id
+ * utilisation de lutinproject 2.4 et nettoyage du pom
+ * reorganisation du site
+ * <poussin> ArgumentsParser.java marked deprecated
+
+ver-0-30 chemit 20080710
+ * <chemit> passage en maven 2 layout directory
+ * <chemit> utilisation de lutinproject 2.3
+ * <chemit> suppression du code vcs du projet
+ * <poussin> add ApplicationConfig class
+ * <poussin> enhance ObjectUtil
+ * <poussin> HashMapMultiKey marked deprecated
+
+ver-0-26 poussin 2007????
+ * bug in concat(Object [] ...), better array type now work
+ * add unaccent in StringUtil
+
+ver-0-25 poussin 20070425
+ * add StringUtil.toArrayXXX(String ... s) methodes
+ * use generic
+
+ver-0-24 poussin
+ * ArgumentsParser have 1 as repetitionMax by default
+ * ArgumentsParser use jdk 1.5 syntaxe (..., <>)
+
+ver-0-23 poussin 20061004
+ * move i18n in lutinutil
+ * add method Resource.getConfigProperties(String, Properties) to chains
+ properties
+
+ver-0-22 poussin 20060913
+ * use Generics in CategorisedListenerSet
+ * add org.codelutin.log package (LutinLog, ...)
+ * remove org.codelutin.util.Log
+
+ver-0-21 poussin 20060907
+
+ * Add TransformedList
+ * Add FileUtil.getTempFile(String):File
+ * add FileUtil.getFile():File that prompt user
+ * add FileUtil.getDirectory(): String that prompt user
+ * add FileUtil.copyRecursively(File, File, String ... patternFilter)
+ * add ZipUtil class to compress/uncompress zip file
+ * Transparente*Reference accept null object
+
+ver-0-17 thimel 20050610
+
+ * Ajout de BoundedList et BoundedListOutOfBoundsException
+
+ver-0-16 poussin 20050526
+
+ * Ajout de la methode getConfigProperties dans Resource
+
+ver-0-9 poussin 20040728
+
+ * Ajout de methode isJar, isZip, dans Resource
+
+ver-0-3 poussin 20040405
+
+ * utilisation de maven pour la gestion du projet
+ * Ajout de ExceptionUtil
+
+ver-0-2 poussin 20031021
+
+ * ajout du parser d'argument, ArgumentsParser
+ * ajout de StringUtil
+
+ver-0-1
+
+ * premier version contient seulement Resource
Deleted: lutinutil/tags/1.0/pom.xml
===================================================================
--- lutinutil/trunk/pom.xml 2008-12-05 13:37:42 UTC (rev 1275)
+++ lutinutil/tags/1.0/pom.xml 2008-12-10 10:26:14 UTC (rev 1279)
@@ -1,115 +0,0 @@
-<?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">
-
- <modelVersion>4.0.0</modelVersion>
-
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
-
- <parent>
- <groupId>org.codelutin</groupId>
- <artifactId>lutinproject</artifactId>
- <version>3.2</version>
- </parent>
-
- <artifactId>lutinutil</artifactId>
-
- <version>1.0-SNAPSHOT</version>
-
- <dependencies>
-
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-primitives</groupId>
- <artifactId>commons-primitives</artifactId>
- <version>1.0</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.8.0</version>
- <scope>compile</scope>
- </dependency>
-
- </dependencies>
-
-
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
-
- <name>Lutin utilities library</name>
- <description>Library of usefull class to be used in any project.</description>
- <inceptionYear>2004</inceptionYear>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
-
- <packaging>jar</packaging>
-
- <properties>
-
- <labs.id>12</labs.id>
-
- <labs.project>lutinutil</labs.project>
-
- <!-- TODO remove this as soon as tests are fixed on hudson... -->
- <maven.test.testFailureIgnore>true</maven.test.testFailureIgnore>
- </properties>
-
- <build>
-
- <plugins>
-
- <!-- i18n -->
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-i18n-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>parserJava</goal>
- <goal>gen</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <!-- javadoc -->
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
-
- </plugins>
- </build>
-
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
-
- <!--Source control management-->
- <scm>
- <connection>${maven.scm.connection}</connection>
- <developerConnection>${maven.scm.developerConnection}</developerConnection>
- <url>${maven.scm.url}</url>
- </scm>
-
-</project>
Copied: lutinutil/tags/1.0/pom.xml (from rev 1278, lutinutil/trunk/pom.xml)
===================================================================
--- lutinutil/tags/1.0/pom.xml (rev 0)
+++ lutinutil/tags/1.0/pom.xml 2008-12-10 10:26:14 UTC (rev 1279)
@@ -0,0 +1,115 @@
+<?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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+
+ <parent>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutinproject</artifactId>
+ <version>3.2</version>
+ </parent>
+
+ <artifactId>lutinutil</artifactId>
+
+ <version>1.0</version>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-primitives</groupId>
+ <artifactId>commons-primitives</artifactId>
+ <version>1.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.8.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+ </dependencies>
+
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+
+ <name>Lutin utilities library</name>
+ <description>Library of usefull class to be used in any project.</description>
+ <inceptionYear>2004</inceptionYear>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <packaging>jar</packaging>
+
+ <properties>
+
+ <labs.id>12</labs.id>
+
+ <labs.project>lutinutil</labs.project>
+
+ <!-- TODO remove this as soon as tests are fixed on hudson... -->
+ <maven.test.testFailureIgnore>true</maven.test.testFailureIgnore>
+ </properties>
+
+ <build>
+
+ <plugins>
+
+ <!-- i18n -->
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ <goal>gen</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- javadoc -->
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+
+ </plugins>
+ </build>
+
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <!--Source control management-->
+ <scm>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</connection>
+ <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/tags/…</url>
+ </scm>
+
+</project>
1
0
10 Dec '08
Author: tchemit
Date: 2008-12-10 10:26:07 +0000 (Wed, 10 Dec 2008)
New Revision: 1278
Modified:
lutinutil/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 1.0
Modified: lutinutil/trunk/pom.xml
===================================================================
--- lutinutil/trunk/pom.xml 2008-12-06 13:15:13 UTC (rev 1277)
+++ lutinutil/trunk/pom.xml 2008-12-10 10:26:07 UTC (rev 1278)
@@ -15,7 +15,7 @@
<artifactId>lutinutil</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<dependencies>
@@ -107,9 +107,9 @@
<!--Source control management-->
<scm>
- <connection>${maven.scm.connection}</connection>
- <developerConnection>${maven.scm.developerConnection}</developerConnection>
- <url>${maven.scm.url}</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</connection>
+ <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/tags/…</url>
</scm>
</project>
1
0
[Lutinutil-commits] r1277 - commandline/trunk commandline/trunk/commandline-core commandline/trunk/commandline-demo commandline/trunk/commandline-ui commandline/trunk/commandline-ui-action commandline/trunk/maven-commandline-plugin lutini18neditor/trunk lutinpluginutil/trunk lutinutil/trunk lutinutilextra/trunk maven-i18n-plugin/trunk maven-license-switcher-plugin/trunk
by tchemit@users.labs.libre-entreprise.org 06 Dec '08
by tchemit@users.labs.libre-entreprise.org 06 Dec '08
06 Dec '08
Author: tchemit
Date: 2008-12-06 13:15:13 +0000 (Sat, 06 Dec 2008)
New Revision: 1277
Added:
commandline/trunk/README.txt
commandline/trunk/changelog.txt
commandline/trunk/commandline-core/README.txt
commandline/trunk/commandline-core/changelog.txt
commandline/trunk/commandline-demo/README.txt
commandline/trunk/commandline-demo/changelog.txt
commandline/trunk/commandline-ui-action/README.txt
commandline/trunk/commandline-ui-action/changelog.txt
commandline/trunk/commandline-ui/README.txt
commandline/trunk/commandline-ui/changelog.txt
commandline/trunk/maven-commandline-plugin/README.txt
commandline/trunk/maven-commandline-plugin/changelog.txt
lutini18neditor/trunk/README.txt
lutini18neditor/trunk/changelog.txt
lutinpluginutil/trunk/README.txt
lutinpluginutil/trunk/changelog.txt
lutinutil/trunk/README.txt
lutinutil/trunk/changelog.txt
lutinutilextra/trunk/README.txt
lutinutilextra/trunk/changelog.txt
maven-i18n-plugin/trunk/README.txt
maven-i18n-plugin/trunk/changelog.txt
maven-license-switcher-plugin/trunk/README.txt
maven-license-switcher-plugin/trunk/changelog.txt
Removed:
commandline/trunk/README
commandline/trunk/changelog
commandline/trunk/commandline-core/README
commandline/trunk/commandline-core/changelog
commandline/trunk/commandline-demo/README
commandline/trunk/commandline-demo/changelog
commandline/trunk/commandline-ui-action/README
commandline/trunk/commandline-ui-action/changelog
commandline/trunk/commandline-ui/README
commandline/trunk/commandline-ui/changelog
commandline/trunk/maven-commandline-plugin/README
commandline/trunk/maven-commandline-plugin/changelog
lutini18neditor/trunk/README
lutini18neditor/trunk/changelog
lutinpluginutil/trunk/README
lutinpluginutil/trunk/changelog
lutinutil/trunk/README
lutinutil/trunk/changelog
lutinutilextra/trunk/README
lutinutilextra/trunk/changelog
maven-i18n-plugin/trunk/README
maven-i18n-plugin/trunk/changelog
maven-license-switcher-plugin/trunk/README
maven-license-switcher-plugin/trunk/changelog
Log:
normalisation des noms de fichiers requis
Deleted: commandline/trunk/README
===================================================================
--- commandline/trunk/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: commandline/trunk/README.txt (from rev 1275, commandline/trunk/README)
===================================================================
--- commandline/trunk/README.txt (rev 0)
+++ commandline/trunk/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Deleted: commandline/trunk/changelog
===================================================================
--- commandline/trunk/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-1.0 chemit 200812??
- * 20081205 [chemit] use lutinproject 3.2
Copied: commandline/trunk/changelog.txt (from rev 1275, commandline/trunk/changelog)
===================================================================
--- commandline/trunk/changelog.txt (rev 0)
+++ commandline/trunk/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+1.0 chemit 200812??
+ * 20081205 [chemit] use lutinproject 3.2
Property changes on: commandline/trunk/changelog.txt
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:mergeinfo
+
Name: svn:eol-style
+ native
Deleted: commandline/trunk/commandline-core/README
===================================================================
--- commandline/trunk/commandline-core/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/commandline-core/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: commandline/trunk/commandline-core/README.txt (from rev 1275, commandline/trunk/commandline-core/README)
===================================================================
--- commandline/trunk/commandline-core/README.txt (rev 0)
+++ commandline/trunk/commandline-core/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Deleted: commandline/trunk/commandline-core/changelog
===================================================================
--- commandline/trunk/commandline-core/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/commandline-core/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-1.0 chemit 200812??
- * 20081205 [chemit] use lutinproject 3.2
Copied: commandline/trunk/commandline-core/changelog.txt (from rev 1275, commandline/trunk/commandline-core/changelog)
===================================================================
--- commandline/trunk/commandline-core/changelog.txt (rev 0)
+++ commandline/trunk/commandline-core/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+1.0 chemit 200812??
+ * 20081205 [chemit] use lutinproject 3.2
Deleted: commandline/trunk/commandline-demo/README
===================================================================
--- commandline/trunk/commandline-demo/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/commandline-demo/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: commandline/trunk/commandline-demo/README.txt (from rev 1275, commandline/trunk/commandline-demo/README)
===================================================================
--- commandline/trunk/commandline-demo/README.txt (rev 0)
+++ commandline/trunk/commandline-demo/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Deleted: commandline/trunk/commandline-demo/changelog
===================================================================
--- commandline/trunk/commandline-demo/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/commandline-demo/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-1.0 chemit 200812??
- * 20081205 [chemit] use lutinproject 3.2
Copied: commandline/trunk/commandline-demo/changelog.txt (from rev 1275, commandline/trunk/commandline-demo/changelog)
===================================================================
--- commandline/trunk/commandline-demo/changelog.txt (rev 0)
+++ commandline/trunk/commandline-demo/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+1.0 chemit 200812??
+ * 20081205 [chemit] use lutinproject 3.2
Deleted: commandline/trunk/commandline-ui/README
===================================================================
--- commandline/trunk/commandline-ui/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/commandline-ui/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: commandline/trunk/commandline-ui/README.txt (from rev 1275, commandline/trunk/commandline-ui/README)
===================================================================
--- commandline/trunk/commandline-ui/README.txt (rev 0)
+++ commandline/trunk/commandline-ui/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Deleted: commandline/trunk/commandline-ui/changelog
===================================================================
--- commandline/trunk/commandline-ui/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/commandline-ui/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,8 +0,0 @@
-1.0 chemit 200812??
- * 20081205 [chemit] use lutinproject 3.2
-
-ver-0-5 chemit 07-2008
- * use a maven multi module layout
-
-ver-0-2 chemit 03-2008
- * initial version (split from library lutincommandline)
\ No newline at end of file
Copied: commandline/trunk/commandline-ui/changelog.txt (from rev 1275, commandline/trunk/commandline-ui/changelog)
===================================================================
--- commandline/trunk/commandline-ui/changelog.txt (rev 0)
+++ commandline/trunk/commandline-ui/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,8 @@
+1.0 chemit 200812??
+ * 20081205 [chemit] use lutinproject 3.2
+
+ver-0-5 chemit 07-2008
+ * use a maven multi module layout
+
+ver-0-2 chemit 03-2008
+ * initial version (split from library lutincommandline)
\ No newline at end of file
Property changes on: commandline/trunk/commandline-ui/changelog.txt
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Deleted: commandline/trunk/commandline-ui-action/README
===================================================================
--- commandline/trunk/commandline-ui-action/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/commandline-ui-action/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: commandline/trunk/commandline-ui-action/README.txt (from rev 1275, commandline/trunk/commandline-ui-action/README)
===================================================================
--- commandline/trunk/commandline-ui-action/README.txt (rev 0)
+++ commandline/trunk/commandline-ui-action/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Deleted: commandline/trunk/commandline-ui-action/changelog
===================================================================
--- commandline/trunk/commandline-ui-action/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/commandline-ui-action/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-1.0 chemit 200812??
- * 20081205 [chemit] use lutinproject 3.2
Copied: commandline/trunk/commandline-ui-action/changelog.txt (from rev 1275, commandline/trunk/commandline-ui-action/changelog)
===================================================================
--- commandline/trunk/commandline-ui-action/changelog.txt (rev 0)
+++ commandline/trunk/commandline-ui-action/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+1.0 chemit 200812??
+ * 20081205 [chemit] use lutinproject 3.2
Deleted: commandline/trunk/maven-commandline-plugin/README
===================================================================
--- commandline/trunk/maven-commandline-plugin/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/maven-commandline-plugin/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: commandline/trunk/maven-commandline-plugin/README.txt (from rev 1275, commandline/trunk/maven-commandline-plugin/README)
===================================================================
--- commandline/trunk/maven-commandline-plugin/README.txt (rev 0)
+++ commandline/trunk/maven-commandline-plugin/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Deleted: commandline/trunk/maven-commandline-plugin/changelog
===================================================================
--- commandline/trunk/maven-commandline-plugin/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ commandline/trunk/maven-commandline-plugin/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-1.0 chemit 200812??
- * 20081205 [chemit] use lutinproject 3.2
Copied: commandline/trunk/maven-commandline-plugin/changelog.txt (from rev 1275, commandline/trunk/maven-commandline-plugin/changelog)
===================================================================
--- commandline/trunk/maven-commandline-plugin/changelog.txt (rev 0)
+++ commandline/trunk/maven-commandline-plugin/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+1.0 chemit 200812??
+ * 20081205 [chemit] use lutinproject 3.2
Deleted: lutini18neditor/trunk/README
===================================================================
--- lutini18neditor/trunk/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ lutini18neditor/trunk/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: lutini18neditor/trunk/README.txt (from rev 1276, lutini18neditor/trunk/README)
===================================================================
--- lutini18neditor/trunk/README.txt (rev 0)
+++ lutini18neditor/trunk/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Deleted: lutini18neditor/trunk/changelog
===================================================================
--- lutini18neditor/trunk/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ lutini18neditor/trunk/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,7 +0,0 @@
-0.3 ?? 2008????
- * 20081205 [chemit] use lutinproject 3.2, make minimal site
- * 20081118 [chemit] use lutinproject 3.1, produce javadoc
- * 20081117 [chemit] bump jaxx to 0.6
- * use src/main/java to store jaxx, no more use of uimodel directory
- * Update groupId to org.codelutin
- * Use org.codelutin:lutinproject:3.0 super-pom
\ No newline at end of file
Copied: lutini18neditor/trunk/changelog.txt (from rev 1276, lutini18neditor/trunk/changelog)
===================================================================
--- lutini18neditor/trunk/changelog.txt (rev 0)
+++ lutini18neditor/trunk/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,7 @@
+0.3 ?? 2008????
+ * 20081205 [chemit] use lutinproject 3.2, make minimal site
+ * 20081118 [chemit] use lutinproject 3.1, produce javadoc
+ * 20081117 [chemit] bump jaxx to 0.6
+ * use src/main/java to store jaxx, no more use of uimodel directory
+ * Update groupId to org.codelutin
+ * Use org.codelutin:lutinproject:3.0 super-pom
\ No newline at end of file
Property changes on: lutini18neditor/trunk/changelog.txt
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: lutinpluginutil/trunk/README
===================================================================
--- lutinpluginutil/trunk/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ lutinpluginutil/trunk/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: lutinpluginutil/trunk/README.txt (from rev 1275, lutinpluginutil/trunk/README)
===================================================================
--- lutinpluginutil/trunk/README.txt (rev 0)
+++ lutinpluginutil/trunk/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Property changes on: lutinpluginutil/trunk/README.txt
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: lutinpluginutil/trunk/changelog
===================================================================
--- lutinpluginutil/trunk/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ lutinpluginutil/trunk/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,11 +0,0 @@
-0.3 chemit 200812??
- * 20081205 [chemit] use lutinpluginproject 3.2
-
-0.2
- * 20081118 [chemit] use lutinpluginproject 3.1, , produce javadoc
- * Update groupId to org.codelutin
-
-ver-0-1 chemit 2008????
- * apply license lgpl v3 on java source files
- * add a FileUtil class coming from maven-i18n-plugin
- * initial version with only FileUpdater
\ No newline at end of file
Copied: lutinpluginutil/trunk/changelog.txt (from rev 1275, lutinpluginutil/trunk/changelog)
===================================================================
--- lutinpluginutil/trunk/changelog.txt (rev 0)
+++ lutinpluginutil/trunk/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,11 @@
+0.3 chemit 200812??
+ * 20081205 [chemit] use lutinpluginproject 3.2
+
+0.2
+ * 20081118 [chemit] use lutinpluginproject 3.1, , produce javadoc
+ * Update groupId to org.codelutin
+
+ver-0-1 chemit 2008????
+ * apply license lgpl v3 on java source files
+ * add a FileUtil class coming from maven-i18n-plugin
+ * initial version with only FileUpdater
\ No newline at end of file
Deleted: lutinutil/trunk/README
===================================================================
--- lutinutil/trunk/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ lutinutil/trunk/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: lutinutil/trunk/README.txt (from rev 1275, lutinutil/trunk/README)
===================================================================
--- lutinutil/trunk/README.txt (rev 0)
+++ lutinutil/trunk/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Deleted: lutinutil/trunk/changelog
===================================================================
--- lutinutil/trunk/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ lutinutil/trunk/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,81 +0,0 @@
-ver 1.0 ??? ???
- * 20081205 [chemit] use lutinproject 3.2
- * 20081120 [chatellier] Remove deprecated HashMapMultiKey
- * 20081120 [chatellier] Fix i18n lutinutil properties files
- * 20081118 [chemit] - use lutinproject 3.1
- - improve i18n loading : skip urls with no i18n directory
- - introduce ClassLoaderUtil class
- * 20081101 [chatellier] Remove deprecated I18n._ and replace by temporary code
-
-ver-0-31 chemit 2008????
- * always build javadoc
- * Change group id
- * utilisation de lutinproject 2.4 et nettoyage du pom
- * reorganisation du site
- * <poussin> ArgumentsParser.java marked deprecated
-
-ver-0-30 chemit 20080710
- * <chemit> passage en maven 2 layout directory
- * <chemit> utilisation de lutinproject 2.3
- * <chemit> suppression du code vcs du projet
- * <poussin> add ApplicationConfig class
- * <poussin> enhance ObjectUtil
- * <poussin> HashMapMultiKey marked deprecated
-
-ver-0-26 poussin 2007????
- * bug in concat(Object [] ...), better array type now work
- * add unaccent in StringUtil
-
-ver-0-25 poussin 20070425
- * add StringUtil.toArrayXXX(String ... s) methodes
- * use generic
-
-ver-0-24 poussin
- * ArgumentsParser have 1 as repetitionMax by default
- * ArgumentsParser use jdk 1.5 syntaxe (..., <>)
-
-ver-0-23 poussin 20061004
- * move i18n in lutinutil
- * add method Resource.getConfigProperties(String, Properties) to chains
- properties
-
-ver-0-22 poussin 20060913
- * use Generics in CategorisedListenerSet
- * add org.codelutin.log package (LutinLog, ...)
- * remove org.codelutin.util.Log
-
-ver-0-21 poussin 20060907
-
- * Add TransformedList
- * Add FileUtil.getTempFile(String):File
- * add FileUtil.getFile():File that prompt user
- * add FileUtil.getDirectory(): String that prompt user
- * add FileUtil.copyRecursively(File, File, String ... patternFilter)
- * add ZipUtil class to compress/uncompress zip file
- * Transparente*Reference accept null object
-
-ver-0-17 thimel 20050610
-
- * Ajout de BoundedList et BoundedListOutOfBoundsException
-
-ver-0-16 poussin 20050526
-
- * Ajout de la methode getConfigProperties dans Resource
-
-ver-0-9 poussin 20040728
-
- * Ajout de methode isJar, isZip, dans Resource
-
-ver-0-3 poussin 20040405
-
- * utilisation de maven pour la gestion du projet
- * Ajout de ExceptionUtil
-
-ver-0-2 poussin 20031021
-
- * ajout du parser d'argument, ArgumentsParser
- * ajout de StringUtil
-
-ver-0-1
-
- * premier version contient seulement Resource
Copied: lutinutil/trunk/changelog.txt (from rev 1275, lutinutil/trunk/changelog)
===================================================================
--- lutinutil/trunk/changelog.txt (rev 0)
+++ lutinutil/trunk/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,81 @@
+ver 1.0 ??? ???
+ * 20081205 [chemit] use lutinproject 3.2
+ * 20081120 [chatellier] Remove deprecated HashMapMultiKey
+ * 20081120 [chatellier] Fix i18n lutinutil properties files
+ * 20081118 [chemit] - use lutinproject 3.1
+ - improve i18n loading : skip urls with no i18n directory
+ - introduce ClassLoaderUtil class
+ * 20081101 [chatellier] Remove deprecated I18n._ and replace by temporary code
+
+ver-0-31 chemit 2008????
+ * always build javadoc
+ * Change group id
+ * utilisation de lutinproject 2.4 et nettoyage du pom
+ * reorganisation du site
+ * <poussin> ArgumentsParser.java marked deprecated
+
+ver-0-30 chemit 20080710
+ * <chemit> passage en maven 2 layout directory
+ * <chemit> utilisation de lutinproject 2.3
+ * <chemit> suppression du code vcs du projet
+ * <poussin> add ApplicationConfig class
+ * <poussin> enhance ObjectUtil
+ * <poussin> HashMapMultiKey marked deprecated
+
+ver-0-26 poussin 2007????
+ * bug in concat(Object [] ...), better array type now work
+ * add unaccent in StringUtil
+
+ver-0-25 poussin 20070425
+ * add StringUtil.toArrayXXX(String ... s) methodes
+ * use generic
+
+ver-0-24 poussin
+ * ArgumentsParser have 1 as repetitionMax by default
+ * ArgumentsParser use jdk 1.5 syntaxe (..., <>)
+
+ver-0-23 poussin 20061004
+ * move i18n in lutinutil
+ * add method Resource.getConfigProperties(String, Properties) to chains
+ properties
+
+ver-0-22 poussin 20060913
+ * use Generics in CategorisedListenerSet
+ * add org.codelutin.log package (LutinLog, ...)
+ * remove org.codelutin.util.Log
+
+ver-0-21 poussin 20060907
+
+ * Add TransformedList
+ * Add FileUtil.getTempFile(String):File
+ * add FileUtil.getFile():File that prompt user
+ * add FileUtil.getDirectory(): String that prompt user
+ * add FileUtil.copyRecursively(File, File, String ... patternFilter)
+ * add ZipUtil class to compress/uncompress zip file
+ * Transparente*Reference accept null object
+
+ver-0-17 thimel 20050610
+
+ * Ajout de BoundedList et BoundedListOutOfBoundsException
+
+ver-0-16 poussin 20050526
+
+ * Ajout de la methode getConfigProperties dans Resource
+
+ver-0-9 poussin 20040728
+
+ * Ajout de methode isJar, isZip, dans Resource
+
+ver-0-3 poussin 20040405
+
+ * utilisation de maven pour la gestion du projet
+ * Ajout de ExceptionUtil
+
+ver-0-2 poussin 20031021
+
+ * ajout du parser d'argument, ArgumentsParser
+ * ajout de StringUtil
+
+ver-0-1
+
+ * premier version contient seulement Resource
Property changes on: lutinutil/trunk/changelog.txt
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Deleted: lutinutilextra/trunk/README
===================================================================
--- lutinutilextra/trunk/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ lutinutilextra/trunk/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: lutinutilextra/trunk/README.txt (from rev 1275, lutinutilextra/trunk/README)
===================================================================
--- lutinutilextra/trunk/README.txt (rev 0)
+++ lutinutilextra/trunk/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Property changes on: lutinutilextra/trunk/README.txt
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: lutinutilextra/trunk/changelog
===================================================================
--- lutinutilextra/trunk/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ lutinutilextra/trunk/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,9 +0,0 @@
-ver-0-2
- * 20081118 [chemit] use lutinproject 3.1 + clean pom + produce javadoc
- * LGPLv3
- * UTF-8
- * Move SVN structure
- * maven 2 layout
-
-ver-0-1
- * premier version contient seulement LutinTrace
Copied: lutinutilextra/trunk/changelog.txt (from rev 1275, lutinutilextra/trunk/changelog)
===================================================================
--- lutinutilextra/trunk/changelog.txt (rev 0)
+++ lutinutilextra/trunk/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,9 @@
+ver-0-2
+ * 20081118 [chemit] use lutinproject 3.1 + clean pom + produce javadoc
+ * LGPLv3
+ * UTF-8
+ * Move SVN structure
+ * maven 2 layout
+
+ver-0-1
+ * premier version contient seulement LutinTrace
Property changes on: lutinutilextra/trunk/changelog.txt
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Deleted: maven-i18n-plugin/trunk/README
===================================================================
--- maven-i18n-plugin/trunk/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ maven-i18n-plugin/trunk/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: maven-i18n-plugin/trunk/README.txt (from rev 1275, maven-i18n-plugin/trunk/README)
===================================================================
--- maven-i18n-plugin/trunk/README.txt (rev 0)
+++ maven-i18n-plugin/trunk/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Property changes on: maven-i18n-plugin/trunk/README.txt
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: maven-i18n-plugin/trunk/changelog
===================================================================
--- maven-i18n-plugin/trunk/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ maven-i18n-plugin/trunk/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,19 +0,0 @@
-0.7 chemit 200812??
- * 20081205 [chemit] use lutinpluginproject 3.2
-ver-0-7 chemit 20081117
- * 20081118 [chemit] use lutinpluginproject 3.1
- * 20081026 [chemit] add xworks validator parse
- * 20081026 [chemit] improve parser mojo logging
-
-ver-0-6 thimel 20080922
- * 20080925 [chemit] Using lutinpluginutil 0.2 and license-switcher in pom (no more in superpom)
- * 20080922 [thimel] Using lutinpluginproject 3.0
-
-ver-0-5 chemit 20080824
- * 20080824 [chemit] refactoring code + unificiation des reader et writer pour que cela fonctionne en utf8
- * 20080824 [chemit] suppresion dependance lutinutil
- * 20080824 [chemit] passage du projet en utf8
- * 20080824 [chemit] passage en maven 2 layout directory
-
-ver-0-4
- * [chemit] pas maintenu avant !
Copied: maven-i18n-plugin/trunk/changelog.txt (from rev 1275, maven-i18n-plugin/trunk/changelog)
===================================================================
--- maven-i18n-plugin/trunk/changelog.txt (rev 0)
+++ maven-i18n-plugin/trunk/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,19 @@
+0.7 chemit 200812??
+ * 20081205 [chemit] use lutinpluginproject 3.2
+ver-0-7 chemit 20081117
+ * 20081118 [chemit] use lutinpluginproject 3.1
+ * 20081026 [chemit] add xworks validator parse
+ * 20081026 [chemit] improve parser mojo logging
+
+ver-0-6 thimel 20080922
+ * 20080925 [chemit] Using lutinpluginutil 0.2 and license-switcher in pom (no more in superpom)
+ * 20080922 [thimel] Using lutinpluginproject 3.0
+
+ver-0-5 chemit 20080824
+ * 20080824 [chemit] refactoring code + unificiation des reader et writer pour que cela fonctionne en utf8
+ * 20080824 [chemit] suppresion dependance lutinutil
+ * 20080824 [chemit] passage du projet en utf8
+ * 20080824 [chemit] passage en maven 2 layout directory
+
+ver-0-4
+ * [chemit] pas maintenu avant !
Deleted: maven-license-switcher-plugin/trunk/README
===================================================================
--- maven-license-switcher-plugin/trunk/README 2008-12-05 14:24:37 UTC (rev 1276)
+++ maven-license-switcher-plugin/trunk/README 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Copied: maven-license-switcher-plugin/trunk/README.txt (from rev 1275, maven-license-switcher-plugin/trunk/README)
===================================================================
--- maven-license-switcher-plugin/trunk/README.txt (rev 0)
+++ maven-license-switcher-plugin/trunk/README.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Property changes on: maven-license-switcher-plugin/trunk/README.txt
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: maven-license-switcher-plugin/trunk/changelog
===================================================================
--- maven-license-switcher-plugin/trunk/changelog 2008-12-05 14:24:37 UTC (rev 1276)
+++ maven-license-switcher-plugin/trunk/changelog 2008-12-06 13:15:13 UTC (rev 1277)
@@ -1,14 +0,0 @@
-0.6 chemit 200812??
- * 20081205 [chemit] use lutinpluginproject 3.2
-
-ver-0-5 chemit 20081108
- * 20081121 [chemit] fix bug when no name is defined in license
- * 20081118 [chemit] use lutinpluginproject 3.1
-
-ver-0-4 chemit 20081013
- * 20081013 [chemit] Improve third-party goal : onyl keep included dependencies
-
-ver-0-3 chemit 20081013
- * 20081013 [chemit] Improve licence resolving
- * 20080922 [thimel] Modified version of jrst and plugin's groupId
- * 20080922 [chemit] Using lutinpluginproject 3.0
Copied: maven-license-switcher-plugin/trunk/changelog.txt (from rev 1275, maven-license-switcher-plugin/trunk/changelog)
===================================================================
--- maven-license-switcher-plugin/trunk/changelog.txt (rev 0)
+++ maven-license-switcher-plugin/trunk/changelog.txt 2008-12-06 13:15:13 UTC (rev 1277)
@@ -0,0 +1,14 @@
+0.6 chemit 200812??
+ * 20081205 [chemit] use lutinpluginproject 3.2
+
+ver-0-5 chemit 20081108
+ * 20081121 [chemit] fix bug when no name is defined in license
+ * 20081118 [chemit] use lutinpluginproject 3.1
+
+ver-0-4 chemit 20081013
+ * 20081013 [chemit] Improve third-party goal : onyl keep included dependencies
+
+ver-0-3 chemit 20081013
+ * 20081013 [chemit] Improve licence resolving
+ * 20080922 [thimel] Modified version of jrst and plugin's groupId
+ * 20080922 [chemit] Using lutinpluginproject 3.0
1
0
[Lutinutil-commits] r1276 - in lutini18neditor/trunk: . src src/main src/main/assembly src/main/jnlp src/site src/site/fr src/site/fr/rst src/site/fr/rst/images
by tchemit@users.labs.libre-entreprise.org 05 Dec '08
by tchemit@users.labs.libre-entreprise.org 05 Dec '08
05 Dec '08
Author: tchemit
Date: 2008-12-05 14:24:37 +0000 (Fri, 05 Dec 2008)
New Revision: 1276
Added:
lutini18neditor/trunk/README
lutini18neditor/trunk/src/main/assembly/
lutini18neditor/trunk/src/main/assembly/bin.xml
lutini18neditor/trunk/src/main/assembly/go.bat
lutini18neditor/trunk/src/main/assembly/go.sh
lutini18neditor/trunk/src/main/jnlp/
lutini18neditor/trunk/src/main/jnlp/jxlayer.jnlp
lutini18neditor/trunk/src/main/jnlp/sun.jnlp
lutini18neditor/trunk/src/site/
lutini18neditor/trunk/src/site/fr/
lutini18neditor/trunk/src/site/fr/rst/
lutini18neditor/trunk/src/site/fr/rst/Todo.rst
lutini18neditor/trunk/src/site/fr/rst/images/
lutini18neditor/trunk/src/site/fr/rst/images/webstart.gif
lutini18neditor/trunk/src/site/fr/rst/index.rst
lutini18neditor/trunk/src/site/site.xml
Modified:
lutini18neditor/trunk/
lutini18neditor/trunk/changelog
lutini18neditor/trunk/pom.xml
Log:
passage en lutinproject 3.2 + site minimal + bundles (zip and webstart) de release
Property changes on: lutini18neditor/trunk
___________________________________________________________________
Name: svn:ignore
- target
.project
.classpath
+ target
.project
.classpath
*.log
Added: lutini18neditor/trunk/README
===================================================================
--- lutini18neditor/trunk/README (rev 0)
+++ lutini18neditor/trunk/README 2008-12-05 14:24:37 UTC (rev 1276)
@@ -0,0 +1,2 @@
+To deploy new version of pom: mvn deploy
+To install localy: mvn install
Modified: lutini18neditor/trunk/changelog
===================================================================
--- lutini18neditor/trunk/changelog 2008-12-05 13:37:42 UTC (rev 1275)
+++ lutini18neditor/trunk/changelog 2008-12-05 14:24:37 UTC (rev 1276)
@@ -1,7 +1,7 @@
-0.4 2008???? [???]
+0.3 ?? 2008????
+ * 20081205 [chemit] use lutinproject 3.2, make minimal site
* 20081118 [chemit] use lutinproject 3.1, produce javadoc
* 20081117 [chemit] bump jaxx to 0.6
-0.3
* use src/main/java to store jaxx, no more use of uimodel directory
* Update groupId to org.codelutin
* Use org.codelutin:lutinproject:3.0 super-pom
\ No newline at end of file
Modified: lutini18neditor/trunk/pom.xml
===================================================================
--- lutini18neditor/trunk/pom.xml 2008-12-05 13:37:42 UTC (rev 1275)
+++ lutini18neditor/trunk/pom.xml 2008-12-05 14:24:37 UTC (rev 1276)
@@ -11,7 +11,7 @@
<parent>
<groupId>org.codelutin</groupId>
<artifactId>lutinproject</artifactId>
- <version>3.1</version>
+ <version>3.2</version>
</parent>
<artifactId>lutini18neditor</artifactId>
@@ -68,6 +68,12 @@
<!-- main class in jar -->
<maven.jar.main.class>org.codelutin.i18n.editor.I18nEditor</maven.jar.main.class>
+
+ <!-- jnlp -->
+ <keystorepath>${codelutin.keystorepath}</keystorepath>
+ <keystorealias>CodeLutin</keystorealias>
+ <keystorepass>codelutin</keystorepass>
+ <jnlp.build.directory>${project.build.directory}/jnlp</jnlp.build.directory>
</properties>
@@ -111,20 +117,17 @@
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<outputDirectory>${project.build.directory}/lib</outputDirectory>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
+ <plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
@@ -136,6 +139,25 @@
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-2</version>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/bin.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
</plugins>
</build>
@@ -150,4 +172,145 @@
<url>${maven.scm.url}</url>
</scm>
+ <profiles>
+ <profile>
+ <id>jnlp</id>
+ <activation>
+ <!-- by default jnlp is created, use -DdoJnlp=false to disable this build (for dev...)-->
+ <property>
+ <name>doJnlp</name>
+ <value>!false</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <!-- Ajout des libs signe par Sun dans un fichier jnlp separe -->
+ <execution>
+ <id>JnlpSun</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${jnlp.build.directory}"/>
+ <copy file="${project.basedir}/src/main/jnlp/sun.jnlp"
+ verbose="${maven.verbose}"
+ todir="${jnlp.build.directory}" failonerror="false">
+ <filterset>
+ <filter token="lib" value="javahelp-2.0.02.jar"/>
+ <filter token="url" value="${project.url}"/>
+ </filterset>
+ </copy>
+ <copy file="${project.basedir}/src/main/jnlp/jxlayer.jnlp"
+ verbose="${maven.verbose}"
+ todir="${jnlp.build.directory}" failonerror="false">
+ <filterset>
+ <filter token="lib" value="jxlayer-3.0.1.jar"/>
+ <filter token="url" value="${project.url}"/>
+ </filterset>
+ </copy>
+ <copy file="${project.build.directory}/lib/javahelp-2.0.02.jar"
+ verbose="${maven.verbose}" todir="${jnlp.build.directory}/lib"
+ failonerror="false"/>
+ <copy file="${project.build.directory}/lib/jxlayer-3.0.1.jar"
+ verbose="${maven.verbose}"
+ todir="${jnlp.build.directory}/lib" failonerror="false"/>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>JnlpToSite</id>
+ <phase>pre-site</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${maven.site.gen.dir}/resources"/>
+ <!--copy todir="${maven.site.gen.dir}/resources" verbose="${maven.verbose}"-->
+ <copy todir="${maven.site.gen.dir}/resources" verbose="true"
+ failonerror="false" overwrite="false">
+ <fileset dir="${jnlp.build.directory}">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="target">
+ <include name="${project.build.finalName}-bin.zip"/>
+ </fileset>
+
+ </copy>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo.webstart</groupId>
+ <artifactId>webstart-maven-plugin</artifactId>
+ <version>1.0-alpha-2-cl_20081018</version>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>jnlp-inline</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <force>false</force>
+ <dependencies>
+ <excludes>
+ <exclude>javax.help:javahelp</exclude>
+ <exclude>org.swinglabs:jxlayer</exclude>
+ </excludes>
+ </dependencies>
+ <libPath>lib</libPath>
+ <extensions>
+ <sun>sun.jnlp</sun>
+ <jxlayer>jxlayer.jnlp</jxlayer>
+ </extensions>
+ <jnlp>
+ <outputFile>launch-${project.artifactId}.jnlp</outputFile>
+ <mainClass>${maven.jar.main.class}</mainClass>
+ <allPermissions>true</allPermissions>
+ <offlineAllowed>true</offlineAllowed>
+ </jnlp>
+
+ <sign>
+ <keystore>${keystorepath}</keystore>
+ <keypass/>
+ <storepass>${keystorepass}</storepass>
+ <storetype/>
+ <alias>${keystorealias}</alias>
+ <validity/>
+ <dnameCn/>
+ <dnameOu/>
+ <dnameO/>
+ <dnameL/>
+ <dnameSt/>
+ <dnameC/>
+ <verify>true</verify>
+ <keystoreConfig>
+ <delete>false</delete>
+ <gen>false</gen>
+ </keystoreConfig>
+ </sign>
+
+
+ <pack200>false</pack200>
+ <gzip>true</gzip>
+ <verbose>false</verbose>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
</project>
Added: lutini18neditor/trunk/src/main/assembly/bin.xml
===================================================================
--- lutini18neditor/trunk/src/main/assembly/bin.xml (rev 0)
+++ lutini18neditor/trunk/src/main/assembly/bin.xml 2008-12-05 14:24:37 UTC (rev 1276)
@@ -0,0 +1,53 @@
+<assembly>
+ <id>bin</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+
+ <fileSets>
+
+ <fileSet>
+ <directory>target/lib</directory>
+ <outputDirectory>lutini18nEditor/lib</outputDirectory>
+ <includes>
+ <include>*.jar</include>
+ </includes>
+ <excludes>
+ <exclude>junit-4.5.jar</exclude>
+ </excludes>
+ </fileSet>
+
+ <fileSet>
+ <directory>target</directory>
+ <outputDirectory>lutini18nEditor</outputDirectory>
+ <includes>
+ <include>*.jar</include>
+ </includes>
+ <excludes>
+ <exclude>*-sources.jar</exclude>
+ <exclude>*-javadoc.jar</exclude>
+ </excludes>
+ </fileSet>
+ <fileSet>
+ <outputDirectory>lutini18nEditor</outputDirectory>
+
+ <includes>
+ <include>README*</include>
+ <include>LICENSE*</include>
+ </includes>
+ </fileSet>
+
+ <fileSet>
+ <directory>src/main/assembly</directory>
+ <filtered>true</filtered>
+ <outputDirectory>lutini18nEditor</outputDirectory>
+ <fileMode>0755</fileMode>
+ <includes>
+ <include>go.sh</include>
+ <include>go.bat</include>
+ </includes>
+ </fileSet>
+
+ </fileSets>
+</assembly>
\ No newline at end of file
Added: lutini18neditor/trunk/src/main/assembly/go.bat
===================================================================
--- lutini18neditor/trunk/src/main/assembly/go.bat (rev 0)
+++ lutini18neditor/trunk/src/main/assembly/go.bat 2008-12-05 14:24:37 UTC (rev 1276)
@@ -0,0 +1 @@
+java -Xmx512M -Xms512M -jar ${project.build.finalName}.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file
Added: lutini18neditor/trunk/src/main/assembly/go.sh
===================================================================
--- lutini18neditor/trunk/src/main/assembly/go.sh (rev 0)
+++ lutini18neditor/trunk/src/main/assembly/go.sh 2008-12-05 14:24:37 UTC (rev 1276)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+MX=512M
+java -Xmx$MX -Xms$MX -jar ${project.build.finalName}.jar "$@"
\ No newline at end of file
Added: lutini18neditor/trunk/src/main/jnlp/jxlayer.jnlp
===================================================================
--- lutini18neditor/trunk/src/main/jnlp/jxlayer.jnlp (rev 0)
+++ lutini18neditor/trunk/src/main/jnlp/jxlayer.jnlp 2008-12-05 14:24:37 UTC (rev 1276)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0+" codebase="@url@" href="jxlayer.jnlp">
+ <information>
+ <title>Swing X</title>
+ <vendor>Swing X</vendor>
+ <offline-allowed/>
+ </information>
+ <resources>
+ <jar href="lib/@lib@"/>
+ </resources>
+ <component-desc/>
+</jnlp>
\ No newline at end of file
Added: lutini18neditor/trunk/src/main/jnlp/sun.jnlp
===================================================================
--- lutini18neditor/trunk/src/main/jnlp/sun.jnlp (rev 0)
+++ lutini18neditor/trunk/src/main/jnlp/sun.jnlp 2008-12-05 14:24:37 UTC (rev 1276)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0+" codebase="@url@" href="sun.jnlp">
+ <information>
+ <title>Sun MicroSystems</title>
+ <vendor>Sun MicroSystems, Inc.</vendor>
+ <offline-allowed/>
+ </information>
+ <resources>
+ <jar href="lib/@lib@"/>
+ </resources>
+ <component-desc/>
+</jnlp>
\ No newline at end of file
Added: lutini18neditor/trunk/src/site/fr/rst/Todo.rst
===================================================================
--- lutini18neditor/trunk/src/site/fr/rst/Todo.rst (rev 0)
+++ lutini18neditor/trunk/src/site/fr/rst/Todo.rst 2008-12-05 14:24:37 UTC (rev 1276)
@@ -0,0 +1,2 @@
+TODO
+====
Added: lutini18neditor/trunk/src/site/fr/rst/images/webstart.gif
===================================================================
(Binary files differ)
Property changes on: lutini18neditor/trunk/src/site/fr/rst/images/webstart.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: lutini18neditor/trunk/src/site/fr/rst/index.rst
===================================================================
--- lutini18neditor/trunk/src/site/fr/rst/index.rst (rev 0)
+++ lutini18neditor/trunk/src/site/fr/rst/index.rst 2008-12-05 14:24:37 UTC (rev 1276)
@@ -0,0 +1,33 @@
+LutinI18nEditor
+===============
+
+.. contents::
+
+
+Présentation
+------------
+
+Application swing pour éditer des bundles i18n.
+
+Set it in action from Web
+-------------------------
+
+|webstart|
+
+To run this application in `Java Web Start`_, click the `following link`_.
+
+Actually does not work very well, prefer use the zip version...
+
+
+Set it in action from Zip
+-------------------------
+
+You can download at the section download the zip file, extract it and then launch *go.sh* or *go.bat*.
+
+
+.. _Java Web Start: http://java.sun.com/products/javawebstart/
+
+.. |webstart| image:: images/webstart.gif
+
+.. _following link: ./launch-lutini18neditor.jnlp
+
Added: lutini18neditor/trunk/src/site/site.xml
===================================================================
--- lutini18neditor/trunk/src/site/site.xml (rev 0)
+++ lutini18neditor/trunk/src/site/site.xml 2008-12-05 14:24:37 UTC (rev 1276)
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="${project.name}">
+
+ <skin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-lutin-skin</artifactId>
+ <version>0.2.1</version>
+ </skin>
+
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
+
+ <bannerRight>
+ <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src>
+ <href>${project.organization.url}</href>
+ </bannerRight>
+
+ <poweredBy>
+ <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/>
+ <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/>
+ <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText"
+ img="images/restructuredtext-logo.png"/>
+ </poweredBy>
+
+ <body>
+ <links>
+ <item name="Labs" href="http://labs.libre-entreprise.org/"/>
+ <item name="${project.organization.name}" href="${project.organization.url}"/>
+ </links>
+
+ <menu name="Utilisateur">
+ <item name="Accueil" href="index.html"/>
+ <item href="launch-${project.artifactId}.jnlp"
+ src="images/webstart.gif"
+ name="Démarrer la dernière version"/>
+ <item href="${project.build.finalName}-bin.zip"
+ name="Télécharger la dernière version"/>
+ </menu>
+
+ <menu name="Développeur">
+ <item name="A faire" href="Todo.html"/>
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
+</project>
1
0