Author: fdesbois Date: 2009-12-08 16:58:19 +0100 (Tue, 08 Dec 2009) New Revision: 1685 Modified: branches/from2.2.2-eugene2-beta/pom.xml branches/from2.2.2-eugene2-beta/topia-persistence/pom.xml branches/from2.2.2-eugene2-beta/topia-service-history/pom.xml branches/from2.2.2-eugene2-beta/topia-service-index/pom.xml branches/from2.2.2-eugene2-beta/topia-service-migration/pom.xml branches/from2.2.2-eugene2-beta/topia-service-replication/pom.xml branches/from2.2.2-eugene2-beta/topia-service-security/pom.xml branches/from2.2.2-eugene2-beta/topia-soa/pom.xml branches/from2.2.2-eugene2-beta/topia-ui/pom.xml Log: Simplification of names : use a convention " :: " for a module Modified: branches/from2.2.2-eugene2-beta/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/pom.xml 2009-12-07 17:54:50 UTC (rev 1684) +++ branches/from2.2.2-eugene2-beta/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) @@ -178,8 +178,11 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>ToPIA - Tools for Portable and Independent Architecture</name> - <description>Framework de persistance et de distribution d'application.</description> + <name>ToPIA</name> + <description> + Tools for Portable and Independent Architecture : + Framework de persistance et de distribution d'application. + </description> <inceptionYear>2004</inceptionYear> <url>http://maven-site.nuiton.org/topia</url> Modified: branches/from2.2.2-eugene2-beta/topia-persistence/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/pom.xml 2009-12-07 17:54:50 UTC (rev 1684) +++ branches/from2.2.2-eugene2-beta/topia-persistence/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) @@ -68,7 +68,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>ToPIA - Persistence</name> + <name>ToPIA :: Persistence</name> <description>Hibernate based persistence module</description> <!-- ************************************************************* --> Modified: branches/from2.2.2-eugene2-beta/topia-service-history/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-history/pom.xml 2009-12-07 17:54:50 UTC (rev 1684) +++ branches/from2.2.2-eugene2-beta/topia-service-history/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) @@ -63,7 +63,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>ToPIA - History service</name> + <name>ToPIA :: Service History</name> <description>Hibernate based history service</description> <!-- ************************************************************* --> Modified: branches/from2.2.2-eugene2-beta/topia-service-index/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-index/pom.xml 2009-12-07 17:54:50 UTC (rev 1684) +++ branches/from2.2.2-eugene2-beta/topia-service-index/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) @@ -62,7 +62,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>ToPIA - Index service</name> + <name>ToPIA :: Service Index</name> <description>Hibernate based index service</description> <!-- ************************************************************* --> Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/pom.xml 2009-12-07 17:54:50 UTC (rev 1684) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) @@ -62,7 +62,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>ToPIA - Migration service</name> + <name>ToPIA :: Service Migration</name> <description>Hibernate based migration service</description> <!-- ************************************************************* --> Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/pom.xml 2009-12-07 17:54:50 UTC (rev 1684) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) @@ -63,7 +63,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>ToPIA - Replication service</name> + <name>ToPIA :: Service Replication</name> <description>Hibernate based replication service</description> <!-- ************************************************************* --> Modified: branches/from2.2.2-eugene2-beta/topia-service-security/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/pom.xml 2009-12-07 17:54:50 UTC (rev 1684) +++ branches/from2.2.2-eugene2-beta/topia-service-security/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) @@ -59,7 +59,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>ToPIA - Security service</name> + <name>ToPIA :: Service Security</name> <description>Hibernate based security service</description> <!-- ************************************************************* --> Modified: branches/from2.2.2-eugene2-beta/topia-soa/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/pom.xml 2009-12-07 17:54:50 UTC (rev 1684) +++ branches/from2.2.2-eugene2-beta/topia-soa/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) @@ -82,7 +82,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>ToPIA - SOA</name> + <name>ToPIA :: SOA</name> <description>Service Oriented Architecture module</description> <!-- ************************************************************* --> Modified: branches/from2.2.2-eugene2-beta/topia-ui/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-ui/pom.xml 2009-12-07 17:54:50 UTC (rev 1684) +++ branches/from2.2.2-eugene2-beta/topia-ui/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) @@ -56,7 +56,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>ToPIA - UI</name> + <name>ToPIA :: UI</name> <description>User interface module</description> <!-- ************************************************************* -->