r90 - in trunk: mapstoragemanagerarch msm-bighashmap msm-bighashmapV2 msm-hbase
Author: dlanglais Date: 2010-02-17 18:17:47 +0100 (Wed, 17 Feb 2010) New Revision: 90 Modified: trunk/mapstoragemanagerarch/ trunk/mapstoragemanagerarch/pom.xml trunk/msm-bighashmap/ trunk/msm-bighashmap/pom.xml trunk/msm-bighashmapV2/ trunk/msm-bighashmapV2/pom.xml trunk/msm-hbase/ trunk/msm-hbase/pom.xml Log: Apres concertation, renommage du module mapstoragemanagerarch en MSM en suivant la logique du nommage des modules plugins Property changes on: trunk/mapstoragemanagerarch ___________________________________________________________________ Added: svn:ignore + target Modified: trunk/mapstoragemanagerarch/pom.xml =================================================================== --- trunk/mapstoragemanagerarch/pom.xml 2010-02-17 12:23:45 UTC (rev 89) +++ trunk/mapstoragemanagerarch/pom.xml 2010-02-17 17:17:47 UTC (rev 90) @@ -23,7 +23,7 @@ </parent> <version>0.1-SNAPSHOT</version> - <artifactId>mapstoragemanagerarch</artifactId> + <artifactId>msm</artifactId> <dependencies> @@ -63,7 +63,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>MapStorageManagerArch</name> + <name>MSM</name> <description>Creation of a graphic user interface for Hbase </description> <inceptionYear>2010</inceptionYear> @@ -274,3 +274,4 @@ </project> + Property changes on: trunk/msm-bighashmap ___________________________________________________________________ Added: svn:ignore + target Modified: trunk/msm-bighashmap/pom.xml =================================================================== --- trunk/msm-bighashmap/pom.xml 2010-02-17 12:23:45 UTC (rev 89) +++ trunk/msm-bighashmap/pom.xml 2010-02-17 17:17:47 UTC (rev 90) @@ -26,11 +26,12 @@ <artifactId>msn-bighashmap</artifactId> <dependencies> - + <dependency> <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanagerarch</artifactId> + <artifactId>msn</artifactId> <version>0.1-SNAPSHOT</version> + <type>jar</type> </dependency> <dependency> Property changes on: trunk/msm-bighashmapV2 ___________________________________________________________________ Added: svn:ignore + target Modified: trunk/msm-bighashmapV2/pom.xml =================================================================== --- trunk/msm-bighashmapV2/pom.xml 2010-02-17 12:23:45 UTC (rev 89) +++ trunk/msm-bighashmapV2/pom.xml 2010-02-17 17:17:47 UTC (rev 90) @@ -26,11 +26,12 @@ <artifactId>msn-bighashmapv2</artifactId> <dependencies> - + <dependency> <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanagerarch</artifactId> + <artifactId>msn</artifactId> <version>0.1-SNAPSHOT</version> + <type>jar</type> </dependency> <dependency> Property changes on: trunk/msm-hbase ___________________________________________________________________ Added: svn:ignore + target Modified: trunk/msm-hbase/pom.xml =================================================================== --- trunk/msm-hbase/pom.xml 2010-02-17 12:23:45 UTC (rev 89) +++ trunk/msm-hbase/pom.xml 2010-02-17 17:17:47 UTC (rev 90) @@ -26,11 +26,12 @@ <artifactId>msn-hbase</artifactId> <dependencies> - + <dependency> <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanagerarch</artifactId> + <artifactId>msn</artifactId> <version>0.1-SNAPSHOT</version> + <type>jar</type> </dependency> <dependency>
participants (1)
-
dlanglais@users.nuiton.org