[Lutinutil-commits] r1232 - in maven-i18n-plugin/tags: . 0.7
Author: tchemit Date: 2008-11-17 11:38:58 +0000 (Mon, 17 Nov 2008) New Revision: 1232 Added: maven-i18n-plugin/tags/0.7/ maven-i18n-plugin/tags/0.7/changelog maven-i18n-plugin/tags/0.7/pom.xml Removed: maven-i18n-plugin/tags/0.7/changelog maven-i18n-plugin/tags/0.7/pom.xml Log: [maven-release-plugin] copy for tag 0.7 Copied: maven-i18n-plugin/tags/0.7 (from rev 1229, maven-i18n-plugin/trunk) Deleted: maven-i18n-plugin/tags/0.7/changelog =================================================================== --- maven-i18n-plugin/trunk/changelog 2008-10-29 10:14:54 UTC (rev 1229) +++ maven-i18n-plugin/tags/0.7/changelog 2008-11-17 11:38:58 UTC (rev 1232) @@ -1,16 +0,0 @@ -ver-0-7 chemit 200810?? - * 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/tags/0.7/changelog (from rev 1230, maven-i18n-plugin/trunk/changelog) =================================================================== --- maven-i18n-plugin/tags/0.7/changelog (rev 0) +++ maven-i18n-plugin/tags/0.7/changelog 2008-11-17 11:38:58 UTC (rev 1232) @@ -0,0 +1,16 @@ +ver-0-7 chemit 20081117 + * 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-i18n-plugin/tags/0.7/pom.xml =================================================================== --- maven-i18n-plugin/trunk/pom.xml 2008-10-29 10:14:54 UTC (rev 1229) +++ maven-i18n-plugin/tags/0.7/pom.xml 2008-11-17 11:38:58 UTC (rev 1232) @@ -1,96 +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>lutinpluginproject</artifactId> - <version>3.0</version> - </parent> - - <!--groupId>org.codelutin</groupId--> - <artifactId>maven-i18n-plugin</artifactId> - - <dependencies> - - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinprocessor</artifactId> - <version>0.15</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>2.7.0</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinpluginutil</artifactId> - <version>0.2</version> - <scope>compile</scope> - </dependency> - - </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>Plugin maven pour lutini18n</name> - <version>0.7-SNAPSHOT</version> - <description> - Plugin pour maven 2 pour la génération des bundles pour l'internationnalisation des applications java fait par - lutinutil-i18n - </description> - <inceptionYear>2007</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>maven-plugin</packaging> - - <build> - <plugins> - - </plugins> - </build> - - <properties> - - <!-- id du projet du labs --> - <labs.id>12</labs.id> - - <!-- nom du projet sur le labs --> - <labs.project>lutinutil</labs.project> - - </properties> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <!--Source control management--> - <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> - </scm> - -</project> - Copied: maven-i18n-plugin/tags/0.7/pom.xml (from rev 1231, maven-i18n-plugin/trunk/pom.xml) =================================================================== --- maven-i18n-plugin/tags/0.7/pom.xml (rev 0) +++ maven-i18n-plugin/tags/0.7/pom.xml 2008-11-17 11:38:58 UTC (rev 1232) @@ -0,0 +1,95 @@ +<?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>lutinpluginproject</artifactId> + <version>3.0</version> + </parent> + + <!--groupId>org.codelutin</groupId--> + <artifactId>maven-i18n-plugin</artifactId> + + <dependencies> + + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinprocessor</artifactId> + <version>0.15</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + <version>2.7.0</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinpluginutil</artifactId> + <version>0.2</version> + <scope>compile</scope> + </dependency> + + </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Plugin maven pour lutini18n</name> + <version>0.7</version> + <description> + Plugin pour maven 2 pour la génération des bundles pour l'internationnalisation des applications java fait par + lutinutil-i18n + </description> + <inceptionYear>2007</inceptionYear> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>maven-plugin</packaging> + + <build> + <plugins> + + </plugins> + </build> + + <properties> + + <!-- id du projet du labs --> + <labs.id>12</labs.id> + + <!-- nom du projet sur le labs --> + <labs.project>lutinutil</labs.project> + + </properties> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <!--Source control management--> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/maven-i18n-plugin/tags/0.7</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/maven-i18n-plugin/tags/0.7</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-i18n-plugin/tags/0.7?root=lutinutil</url> + </scm> + +</project> +
participants (1)
-
tchemit@users.labs.libre-entreprise.org