[Lutinutil-commits] r1304 - in lutinutil/tags: . 1.0.2
Author: tchemit Date: 2009-01-07 09:32:32 +0000 (Wed, 07 Jan 2009) New Revision: 1304 Added: lutinutil/tags/1.0.2/ lutinutil/tags/1.0.2/changelog.txt lutinutil/tags/1.0.2/pom.xml Removed: lutinutil/tags/1.0.2/changelog.txt lutinutil/tags/1.0.2/pom.xml Log: [maven-release-plugin] copy for tag 1.0.2 Copied: lutinutil/tags/1.0.2 (from rev 1296, lutinutil/trunk) Deleted: lutinutil/tags/1.0.2/changelog.txt =================================================================== --- lutinutil/trunk/changelog.txt 2009-01-05 08:25:16 UTC (rev 1296) +++ lutinutil/tags/1.0.2/changelog.txt 2009-01-07 09:32:32 UTC (rev 1304) @@ -1,88 +0,0 @@ -ver 1.0.2 ??? 200901?? - * 20090105 [chemit] add getCurrentDirectory method in FileUtil - * 20090104 [chemit] modify I18n loading to not override sentences with empty value are found and there is already a - none empty value loaded - -ver 1.0.1 chatellier 20081210 - -ver 1.0 chemit 20081210 - * 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.2/changelog.txt (from rev 1302, lutinutil/trunk/changelog.txt) =================================================================== --- lutinutil/tags/1.0.2/changelog.txt (rev 0) +++ lutinutil/tags/1.0.2/changelog.txt 2009-01-07 09:32:32 UTC (rev 1304) @@ -0,0 +1,88 @@ +ver 1.0.2 chemit 20090107 + * 20090105 [chemit] add getCurrentDirectory method in FileUtil + * 20090104 [chemit] modify I18n loading to not override sentences with empty value are found and there is already a + none empty value loaded + +ver 1.0.1 chatellier 20081210 + +ver 1.0 chemit 20081210 + * 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.2/pom.xml =================================================================== --- lutinutil/trunk/pom.xml 2009-01-05 08:25:16 UTC (rev 1296) +++ lutinutil/tags/1.0.2/pom.xml 2009-01-07 09:32:32 UTC (rev 1304) @@ -1,128 +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.2-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> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>src/main/assembly/deps.xml</descriptor> - <descriptor>src/main/assembly/full.xml</descriptor> - </descriptors> - </configuration> - <executions> - <execution> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - </plugin> - - </plugins> - </build> - - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <!--Source control management--> - <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/trunk</connection> - <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/trunk/?root=lutinutil</url> - </scm> - -</project> Copied: lutinutil/tags/1.0.2/pom.xml (from rev 1303, lutinutil/trunk/pom.xml) =================================================================== --- lutinutil/tags/1.0.2/pom.xml (rev 0) +++ lutinutil/tags/1.0.2/pom.xml 2009-01-07 09:32:32 UTC (rev 1304) @@ -0,0 +1,142 @@ +<?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.3</version> + </parent> + + <artifactId>lutinutil</artifactId> + + <version>1.0.2</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> + + </plugins> + </build> + + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <!--Source control management--> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0.2</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0.2</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/tags/1.0.2?root=lutinutil</url> + </scm> + + <profiles> + <profile> + <id>release-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <build> + <plugins> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>src/main/assembly/deps.xml</descriptor> + <descriptor>src/main/assembly/full.xml</descriptor> + </descriptors> + </configuration> + <executions> + <execution> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> + +</project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org