r1684 - in trunk: . maven-i18n-plugin nuiton-i18n-api
Author: tchemit Date: 2009-11-02 10:32:30 +0100 (Mon, 02 Nov 2009) New Revision: 1684 Modified: trunk/maven-i18n-plugin/pom.xml trunk/nuiton-i18n-api/pom.xml trunk/pom.xml Log: add nice project names Modified: trunk/maven-i18n-plugin/pom.xml =================================================================== --- trunk/maven-i18n-plugin/pom.xml 2009-11-02 03:47:09 UTC (rev 1683) +++ trunk/maven-i18n-plugin/pom.xml 2009-11-02 09:32:30 UTC (rev 1684) @@ -83,7 +83,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>nuiton-i18n - maven plugin</name> + <name>I18n Maven Plugin</name> <description> Plugin pour maven 2 de génération des bundles pour l'internationnalisation (i18n) des applications java basé sur nuiton-i18n-api. Modified: trunk/nuiton-i18n-api/pom.xml =================================================================== --- trunk/nuiton-i18n-api/pom.xml 2009-11-02 03:47:09 UTC (rev 1683) +++ trunk/nuiton-i18n-api/pom.xml 2009-11-02 09:32:30 UTC (rev 1684) @@ -40,7 +40,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>nuiton-i18n - api</name> + <name>I18n Api</name> <description>Api of i18n system</description> <inceptionYear>2004</inceptionYear> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-02 03:47:09 UTC (rev 1683) +++ trunk/pom.xml 2009-11-02 09:32:30 UTC (rev 1684) @@ -188,7 +188,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>nuiton-i18n - pom</name> + <name>I18n project</name> <description>Nuiton i18n tools</description> <inceptionYear>2008</inceptionYear> <url>http://maven-site.nuiton.org/i18n</url>
participants (1)
-
tchemit@users.nuiton.org