Author: tchemit Date: 2010-04-07 14:59:04 +0200 (Wed, 07 Apr 2010) New Revision: 305 Log: Clean big mess on pom (it seems developers really do NOT know how works a multi-module project...) Added: trunk/msm-pluginmanager/src/main/resources/i18n/msm-pluginmanager-en_GB.properties Modified: trunk/msm-bighashmap/ trunk/msm-bighashmap/pom.xml trunk/msm-bighashmapV2/ trunk/msm-bighashmapV2/pom.xml trunk/msm-fromtoXML/ trunk/msm-fromtoXML/pom.xml trunk/msm-fromtoXPP3/ trunk/msm-fromtoXPP3/pom.xml trunk/msm-hbase/ trunk/msm-hbase/pom.xml trunk/msm-monitoring-plugins/ trunk/msm-monitoring-plugins/pom.xml trunk/msm-pluginmanager/ trunk/msm-pluginmanager/pom.xml trunk/msm-pluginmanager/src/main/resources/i18n/msm-pluginmanager-fr_FR.properties trunk/msm/ trunk/msm/pom.xml trunk/msm/src/main/resources/i18n/msm-en_GB.properties trunk/msm/src/main/resources/i18n/msm-fr_FR.properties trunk/pom.xml Property changes on: trunk/msm ___________________________________________________________________ Modified: svn:ignore - target + target *.iml *.ipr *.iws Modified: trunk/msm/pom.xml =================================================================== --- trunk/msm/pom.xml 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm/pom.xml 2010-04-07 12:59:04 UTC (rev 305) @@ -3,285 +3,184 @@ 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> + <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanager</artifactId> - <version>0.1-SNAPSHOT</version> - </parent> - + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> <groupId>org.nuiton</groupId> - <artifactId>msm</artifactId> + <artifactId>mapstoragemanager</artifactId> <version>0.1-SNAPSHOT</version> + </parent> - <dependencies> + <groupId>org.nuiton.mapstoragemanager</groupId> + <artifactId>msm</artifactId> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - </dependency> + <dependencies> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + </dependency> - <!--Jaxx--> - <dependency> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-runtime</artifactId> - </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <dependency> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-widgets</artifactId> - </dependency> + <!--Jaxx--> + <dependency> + <groupId>org.nuiton.jaxx</groupId> + <artifactId>jaxx-runtime</artifactId> + </dependency> - <!-- JUnit for tests --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - </dependencies> + <dependency> + <groupId>org.nuiton.jaxx</groupId> + <artifactId>jaxx-widgets</artifactId> + </dependency> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <!-- JUnit for tests --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> - <name>MSM</name> + </dependencies> - <description>Creation of a graphic user interface for Hbase </description> - <inceptionYear>2010</inceptionYear> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> - <developers> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fdesbois</id> - <name>Florian Desbois</name> - <email>fdesbois@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fgilet</id> - <name>Florent Gilet</name> - <email>florent.gilet@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>gcrieloue</id> - <name>Gilles Crieloue</name> - <email>gilles.crieloue@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>afages</id> - <name>Amaury Fages</name> - <email>amaury.fages@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>dlanglais</id> - <name>Dorian langlais</name> - <email>dorain.langlais@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> + <name>MapStorageManager :: Swing client</name> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <properties> - <maven.test.skip>false</maven.test.skip> + <description>Creation of a graphic user interface for Hbase</description> - <!--MSM Main Class in JAR --> - <maven.jar.main.class>org.nuiton.mapstoragemanager.Main</maven.jar.main.class> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <properties> + <maven.test.skip>false</maven.test.skip> - <!-- jaxx configuration --> - <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> - <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> - <jaxx.useUIManagerForIcon>true</jaxx.useUIManagerForIcon> + <!--MSM Main Class in JAR --> + <maven.jar.main.class>org.nuiton.mapstoragemanager.Main</maven.jar.main.class> - <jaxx.extraImportList> - static org.nuiton.i18n.I18n.n_ - </jaxx.extraImportList> + <!-- jaxx configuration --> + <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> + <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> + <jaxx.useUIManagerForIcon>true</jaxx.useUIManagerForIcon> - <!-- jaxx help configuration --> - <!--jaxx.helpSetName>vradi</jaxx.helpSetName> - <jaxx.locale>fr</jaxx.locale> - <jaxx.helpTarget>src/main/help</jaxx.helpTarget--> + <jaxx.extraImportList> + static org.nuiton.i18n.I18n.n_ + </jaxx.extraImportList> - </properties> + <!-- jaxx help configuration --> + <!--jaxx.helpSetName>vradi</jaxx.helpSetName> + <jaxx.locale>fr</jaxx.locale> + <jaxx.helpTarget>src/main/help</jaxx.helpTarget--> - <packaging>jar</packaging> + </properties> - <!--<properties> + <packaging>jar</packaging> - main class in jar - <maven.jar.main.class>org.nuiton.mapstoragemanager.Main</maven.jar.main.class> + <build> - <jaxx.version>2.0.0-beta-3</jaxx.version> - <lutinutil.version>1.1.2</lutinutil.version> - <i18n.version>1.0.1</i18n.version> + <resources> + <resource> + <directory>src/main/resources</directory> + <filtering>true</filtering> + <includes> + <include>msm.properties</include> + </includes> + </resource> + <resource> + <directory>src/main/resources</directory> + <includes> + <include>**/*</include> + </includes> + </resource> + </resources> - jaxx - <jaxx.useUIManagerForIcon>true</jaxx.useUIManagerForIcon> - <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> - <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> + <plugins> - <maven.gen.dir>${project.basedir}/target/generated-sources</maven.gen.dir> - </properties>--> + <plugin> + <groupId>org.nuiton.jaxx</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>generate</goal> + </goals> + </execution> + </executions> + </plugin> - <build> + <plugin> + <groupId>org.nuiton.i18n</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <configuration> + <silent>true</silent> + <entries> + <entry> + <basedir>${maven.gen.dir}/java/</basedir> + </entry> + </entries> + </configuration> + <executions> + <execution> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + <goal>bundle</goal> + </goals> + </execution> + </executions> + </plugin> - <resources> - <resource> - <directory>src/main/resources</directory> - <filtering>true</filtering> - <includes> - <include>msm.properties</include> - </includes> - </resource> - <resource> - <directory>src/main/resources</directory> - <includes> - <include>**/*</include> - </includes> - </resource> - </resources> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-deps</id> + <goals> + <goal>copy-dependencies</goal> + </goals> + </execution> + </executions> - <plugins> + </plugin> - <plugin> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>maven-jaxx-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>generate</goal> - </goals> - </execution> - </executions> - </plugin> + </plugins> - <plugin> - <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <version>${i18n.version}</version> - <configuration> - <silent>true</silent> - <entries> - <entry> - <basedir>${maven.gen.dir}/java/</basedir> - </entry> - </entries> - </configuration> - <executions> - <execution> - <goals> - <goal>parserJava</goal> - <goal>bundle</goal> - </goals> - </execution> - </executions> - </plugin> + <pluginManagement> + <plugins> - <!--<plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-deps</id> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <silent>true</silent> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>false</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - <outputDirectory>${project.build.directory}/lib</outputDirectory> - </configuration> - </execution> - </executions> + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>maven-license-plugin</artifactId> + <configuration> + <copyToMETA_INF>true</copyToMETA_INF> + </configuration> + </plugin> - </plugin>--> - </plugins> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifest> + <addClasspath>true</addClasspath> + <classpathPrefix>./lib/</classpathPrefix> + </manifest> + </archive> + </configuration> + </plugin> - <pluginManagement> - <plugins> + </plugins> + </pluginManagement> + </build> - <!--<plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <copyToMETA_INF>true</copyToMETA_INF> - </configuration> - </plugin>--> - - <!--<plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin>--> - - <!-- plugin site --> - <!--<plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> - </dependency> - </dependencies> - </plugin>--> - - </plugins> - </pluginManagement> - </build> - </project> Modified: trunk/msm/src/main/resources/i18n/msm-en_GB.properties =================================================================== --- trunk/msm/src/main/resources/i18n/msm-en_GB.properties 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm/src/main/resources/i18n/msm-en_GB.properties 2010-04-07 12:59:04 UTC (rev 305) @@ -1,92 +1,98 @@ -add.table=Add a table -del.table=Remove the table -add.column=Add a column -del.column=Remove the column -add.row=Add a row -Empty=Empty -Export\ Database= -Exporter\ \:= -Import\ Database= -Importer\ \:= -Map\ Storage\ Manager=Map Storage Manager -connectionError=The connection attempt to failed, please retry \! -connectionValid=The connection is established -jaxxdemo.message.goto.site=Visit site -login\ \:=Login -mapstoragemanager.action.aboutUs=About us -mapstoragemanager.action.aboutUs.tip=About Code Lutin -mapstoragemanager.action.connect=Connect -mapstoragemanager.action.connect.tip=Start a new connection -mapstoragemanager.action.disconnect=Disconnect -mapstoragemanager.action.disconnect.tip=Disconnect the current session -mapstoragemanager.action.edit=Edit -mapstoragemanager.action.edit.tip= -mapstoragemanager.action.exit=Exit -mapstoragemanager.action.exit.tip= -mapstoragemanager.action.export=Export -mapstoragemanager.action.export.tip=Export the base -mapstoragemanager.action.file=File -mapstoragemanager.action.file.tip= -mapstoragemanager.action.fr=French -mapstoragemanager.action.fr.tip=Change to french language -mapstoragemanager.action.help=Help -mapstoragemanager.action.help.tip= -mapstoragemanager.action.import=Import -mapstoragemanager.action.import.tip=Import the base -mapstoragemanager.action.language=Choose language -mapstoragemanager.action.language.tip= -mapstoragemanager.action.menuHelp=Help -mapstoragemanager.action.menuHelp.tip= -mapstoragemanager.action.plugin=Plugins -mapstoragemanager.action.plugin.tip= -mapstoragemanager.action.pluginload=Load -mapstoragemanager.action.pluginload.tip=Load plugins -mapstoragemanager.action.pluginsave=Handle plugin save -mapstoragemanager.action.pluginsave.tip=Handle plugin save -mapstoragemanager.action.pluginbootloadermanager=Manage plugins jar loaded at startup -mapstoragemanager.action.pluginbootloadermanager.tip=Manage plugins jar loaded at startup -bootLoaderManager.refreshJarList=Refresh plugin list -mapstoragemanager.action.preferences=Preferences -mapstoragemanager.action.preferences.tip= -mapstoragemanager.action.uk=English -mapstoragemanager.action.uk.tip=Change to english language -mapstoragemanager.action.visitSite=Visit our site -mapstoragemanager.action.visitSite.tip= -messageEntry=Welcome to MapStorageManager -name\ base\ \:=Name base -no.help=No help today, sorry \! -ok=Validate -password\ \:=Password -table.keys=Keys -table.values=Values -welcome.MapStorageManager=Welcome to MapStorageManager -unconnectedError.JOptionPaneTitle=No bigtable connected ! -unconnectedError.JOptionPaneMessage=No bigtable connected ! -notFoundPlugin.JOptionPaneTitle=Plugin not found ! -notFoundPlugin.JOptionPaneMessage=Plugin not found ! -importSuccessfull.JOptionPaneTitle=Import successfully proceded. -importSuccessfull.JOptionPaneMessage=Import successfully proceded. -exportSuccessfull.JOptionPaneTitle=Export successfully proceded. -exportSuccessfull.JOptionPaneMessage=Export successfully proceded. -importUnsuccessfull.JOptionPaneTitle=Exception while import. -importUnsuccessfull.JOptionPaneMessage=An exception occured while import database. -exportUnsuccessfull.JOptionPaneTitle=Exception while export. -exportUnsuccessfull.JOptionPaneMessage=An exception occured while export database. -jFileChooser.exportBase.dialogTitle=Export the base to ... -jFileChooser.importBase.dialogTitle=Import the base from ... -jFileChooser.loadAPlugin.dialogTitle=Load a plugin ... -bootLoaderManager.quit=Quit -bootLoaderManager.title=BootLoaderManager -addTableListener.JOptionPaneMessage=Please enter the name of the table to create. -addTableListener.JOptionPaneTitle=Create a new table -addTableListener.JOptionPaneDefault=Table's name -addColumnListener.JOptionPaneMessage=Please enter the name of the column to create. -addColumnListener.JOptionPaneTitle=Create a new column -addColumnListener.JOptionPaneDefault=Column's name -deleteTableListener.JOptionPaneMessage=Please confirme the suppression of the table : -deleteTableListener.JOptionPaneTitle=Delete a table -deleteColumnListener.JOptionPaneMessage=Please confirme the suppression of the column : -deleteColumnListener.JOptionPaneTitle=Delete a column -addRowListener.JOptionPaneMessage=Please Enter the keys of the row to create. -addRowListener.JOptionPaneTitle=Create a new row -addRowListener.JOptionPaneDefault=row's key \ No newline at end of file +Empty=Empty +Export\ Database= +Exporter\ \:= +Import\ Database= +Importer\ \:= +Map\ Storage\ Manager=Map Storage Manager +add.column=Add a column +add.row=Add a row +add.table=Add a table +addColumnListener.JOptionPaneDefault=Column's name +addColumnListener.JOptionPaneMessage=Please enter the name of the column to create. +addColumnListener.JOptionPaneTitle=Create a new column +addRowListener.JOptionPaneDefault=row's key +addRowListener.JOptionPaneMessage=Please Enter the keys of the row to create. +addRowListener.JOptionPaneTitle=Create a new row +addTableListener.JOptionPaneDefault=Table's name +addTableListener.JOptionPaneMessage=Please enter the name of the table to create. +addTableListener.JOptionPaneTitle=Create a new table +alreadyConnected.JOptionPaneMessage= +alreadyConnected.JOptionPaneTitle= +bootLoaderManager.quit=Quit +bootLoaderManager.refreshJarList=Refresh plugin list +bootLoaderManager.title=BootLoaderManager +connectionError=The connection attempt to failed, please retry \! +connectionValid=The connection is established +del.column=Remove the column +del.row= +del.table=Remove the table +delRowListener.JOptionPaneDefault= +delRowListener.JOptionPaneMessage= +delRowListener.JOptionPaneTitle= +deleteColumnListener.JOptionPaneMessage=Please confirme the suppression of the column \: +deleteColumnListener.JOptionPaneTitle=Delete a column +deleteTableListener.JOptionPaneMessage=Please confirme the suppression of the table \: +deleteTableListener.JOptionPaneTitle=Delete a table +exportSuccessfull.JOptionPaneMessage=Export successfully proceded. +exportSuccessfull.JOptionPaneTitle=Export successfully proceded. +exportUnsuccessfull.JOptionPaneMessage=An exception occured while export database. +exportUnsuccessfull.JOptionPaneTitle=Exception while export. +importSuccessfull.JOptionPaneMessage=Import successfully proceded. +importSuccessfull.JOptionPaneTitle=Import successfully proceded. +importUnsuccessfull.JOptionPaneMessage=An exception occured while import database. +importUnsuccessfull.JOptionPaneTitle=Exception while import. +jFileChooser.exportBase.dialogTitle=Export the base to ... +jFileChooser.importBase.dialogTitle=Import the base from ... +jFileChooser.loadAPlugin.dialogTitle=Load a plugin ... +jaxxdemo.message.goto.site=Visit site +login\ \:=Login +mapstoragemanager.action.aboutUs=About us +mapstoragemanager.action.aboutUs.tip=About Code Lutin +mapstoragemanager.action.connect=Connect +mapstoragemanager.action.connect.tip=Start a new connection +mapstoragemanager.action.disconnect=Disconnect +mapstoragemanager.action.disconnect.tip=Disconnect the current session +mapstoragemanager.action.edit=Edit +mapstoragemanager.action.edit.tip= +mapstoragemanager.action.exit=Exit +mapstoragemanager.action.exit.tip= +mapstoragemanager.action.export=Export +mapstoragemanager.action.export.tip=Export the base +mapstoragemanager.action.file=File +mapstoragemanager.action.file.tip= +mapstoragemanager.action.fr=French +mapstoragemanager.action.fr.tip=Change to french language +mapstoragemanager.action.help=Help +mapstoragemanager.action.help.tip= +mapstoragemanager.action.import=Import +mapstoragemanager.action.import.tip=Import the base +mapstoragemanager.action.language=Choose language +mapstoragemanager.action.language.tip= +mapstoragemanager.action.menuHelp=Help +mapstoragemanager.action.menuHelp.tip= +mapstoragemanager.action.plugin=Plugins +mapstoragemanager.action.plugin.tip= +mapstoragemanager.action.pluginbootloadermanager=Manage plugins jar loaded at startup +mapstoragemanager.action.pluginbootloadermanager.tip=Manage plugins jar loaded at startup +mapstoragemanager.action.pluginload=Load +mapstoragemanager.action.pluginload.tip=Load plugins +mapstoragemanager.action.pluginsave=Handle plugin save +mapstoragemanager.action.pluginsave.tip=Handle plugin save +mapstoragemanager.action.preferences=Preferences +mapstoragemanager.action.preferences.tip= +mapstoragemanager.action.uk=English +mapstoragemanager.action.uk.tip=Change to english language +mapstoragemanager.action.visitSite=Visit our site +mapstoragemanager.action.visitSite.tip= +messageEntry=Welcome to MapStorageManager +name\ base\ \:=Name base +no.help=No help today, sorry \! +notFoundPlugin.JOptionPaneMessage=Plugin not found \! +notFoundPlugin.JOptionPaneTitle=Plugin not found \! +ok=Validate +password\ \:=Password +table.keys=Keys +table.values=Values +unconnectedError.JOptionPaneMessage=No bigtable connected \! +unconnectedError.JOptionPaneTitle=No bigtable connected \! +welcome.MapStorageManager=Welcome to MapStorageManager Modified: trunk/msm/src/main/resources/i18n/msm-fr_FR.properties =================================================================== --- trunk/msm/src/main/resources/i18n/msm-fr_FR.properties 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm/src/main/resources/i18n/msm-fr_FR.properties 2010-04-07 12:59:04 UTC (rev 305) @@ -1,92 +1,98 @@ -add.table=Ajouter une table -del.table=Supprimer la table -add.column=Ajouter une colonne -del.table=Supprimer la colonne -add.row=Ajouter une ligne -Empty=Vide -Export\ Database= -Exporter\ \:= -Import\ Database= -Importer\ \:= -Map\ Storage\ Manager=Map Storage Manager -connectionError=La connexion \u00E0 \u00E9chou\u00E9e, r\u00E9essayez s'il vous pla\u00EEt \! -connectionValid=La connexion est \u00E9tablie -jaxxdemo.message.goto.site=Visitez le site -login\ \:=Identifiant -mapstoragemanager.action.aboutUs=A propos -mapstoragemanager.action.aboutUs.tip=A propos de Code Lutin -mapstoragemanager.action.connect=Connexion -mapstoragemanager.action.connect.tip=Etablir une nouvelle connexion -mapstoragemanager.action.disconnect=D\u00E9connexion -mapstoragemanager.action.disconnect.tip=D\u00E9connecte la session courante -mapstoragemanager.action.edit=Edition -mapstoragemanager.action.edit.tip= -mapstoragemanager.action.exit=Quitter -mapstoragemanager.action.exit.tip=Quitte l'application -mapstoragemanager.action.export=Exporter -mapstoragemanager.action.export.tip=Exporter la base -mapstoragemanager.action.file=Fichier -mapstoragemanager.action.file.tip= -mapstoragemanager.action.fr=Fran\u00E7ais -mapstoragemanager.action.fr.tip=Changer la langue en fran\u00E7ais -mapstoragemanager.action.help=Aide -mapstoragemanager.action.help.tip= -mapstoragemanager.action.import=Importer -mapstoragemanager.action.import.tip=Import la base -mapstoragemanager.action.language=Choisir la langue -mapstoragemanager.action.language.tip= -mapstoragemanager.action.menuHelp=Aide -mapstoragemanager.action.menuHelp.tip=Aide contextuelle -mapstoragemanager.action.plugin=Plugins -mapstoragemanager.action.plugin.tip= -mapstoragemanager.action.pluginload=R\u00E9cup\u00E9rer -mapstoragemanager.action.pluginload.tip=R\u00E9cup\u00E9ration des plugins \u00E0 partir d'un dossier -mapstoragemanager.action.pluginsave=G\u00E9rer sauvegarde -mapstoragemanager.action.pluginsave.tip=G\u00E8re la sauvegarde des plugins au relancement de l'application -mapstoragemanager.action.pluginbootloadermanager=G\u00E9rer les plugins lanc\u00E9s au d\u00E9marrage -mapstoragemanager.action.pluginbootloadermanager.tip=G\u00E9rer les plugins lanc\u00E9s au d\u00E9marrage -bootLoaderManager.refreshJarList=Rafraichir la liste des plugins -mapstoragemanager.action.preferences=Pr\u00E9f\u00E9rences -mapstoragemanager.action.preferences.tip=Configurer l'application -mapstoragemanager.action.uk=Anglais -mapstoragemanager.action.uk.tip=Changer la langue en anglais -mapstoragemanager.action.visitSite=Visiter notre site -mapstoragemanager.action.visitSite.tip= -messageEntry=Bienvenue dans MapStorageManager -name\ base\ \:=Nom de la base -no.help=Pas d'aide pour l'instant, d\u00E9sol\u00E9 \! -ok=Valider -password\ \:=Mot de passe -table.keys=Cl\u00E9s -table.values=Valeurs -welcome.MapStorageManager=Bienvenue dans MapStorageManager -unconnectedError.JOptionPaneTitle=Connect\u00E9 \u00E0 aucune base ! -unconnectedError.JOptionPaneMessage=Connect\u00E9 \u00E0 aucune base ! -notFoundPlugin.JOptionPaneTitle=Plugin non trouv\u00E9 ! -notFoundPlugin.JOptionPaneMessage=Plugin non trouv\u00E9 ! -importSuccessfull.JOptionPaneTitle=Import r\u00E9alis\u00E9 avec succ\u00E8s. -importSuccessfull.JOptionPaneMessage=Import r\u00E9alis\u00E9 avec succ\u00E8s. -exportSuccessfull.JOptionPaneTitle=Export r\u00E9alis\u00E9 avec succ\u00E8s. -exportSuccessfull.JOptionPaneMessage=Export r\u00E9alis\u00E9 avec succ\u00E8s. -importUnsuccessfull.JOptionPaneTitle=Exception durant l'import. -importUnsuccessfull.JOptionPaneMessage=Une exception s'est produite lors de l'import de la base. -exportUnsuccessfull.JOptionPaneTitle=Exception durant l'export. -exportUnsuccessfull.JOptionPaneMessage=Une exception s'est produite lors de l'export de la base. -jFileChooser.exportBase.dialogTitle=Exporter la base dans ... -jFileChooser.importBase.dialogTitle=Importer la base de ... -jFileChooser.loadAPlugin.dialogTitle=Charger un plugin ... -bootLoaderManager.quit=Quitter -bootLoaderManager.title=Gestionnaire de d\u00E9marrage -addTableListener.JOptionPaneMessage=Veuillez saisir le nom de la table \u00E0 cr\u00E9er. -addTableListener.JOptionPaneTitle=Cr\u00E9er une nouvelle table -addTableListener.JOptionPaneDefault=nom de la table -addColumnListener.JOptionPaneMessage=Veuillez saisir le nom de la colonne \u00E0 cr\u00E9er. -addColumnListener.JOptionPaneTitle=Cr\u00E9er une nouvelle colonne -addColumnListener.JOptionPaneDefault=nom de la colonne -deleteTableListener.JOptionPaneMessage=Veuillez confirmer la suppression de la table : -deleteTableListener.JOptionPaneTitle=Supprimer une table -deleteColumnListener.JOptionPaneMessage=Veuillez confirmer la suppression de la colonne : -deleteColumnListener.JOptionPaneTitle=Supprimer une colonne -addRowListener.JOptionPaneMessage=Veuillez saisir la cl\u00E9 de la ligne. -addRowListener.JOptionPaneTitle=Cr\u00E9er une nouvelle ligne -addRowListener.JOptionPaneDefault=Cl\u00E9 de la ligne \ No newline at end of file +Empty=Vide +Export\ Database= +Exporter\ \:= +Import\ Database= +Importer\ \:= +Map\ Storage\ Manager=Map Storage Manager +add.column=Ajouter une colonne +add.row=Ajouter une ligne +add.table=Ajouter une table +addColumnListener.JOptionPaneDefault=nom de la colonne +addColumnListener.JOptionPaneMessage=Veuillez saisir le nom de la colonne \u00E0 cr\u00E9er. +addColumnListener.JOptionPaneTitle=Cr\u00E9er une nouvelle colonne +addRowListener.JOptionPaneDefault=Cl\u00E9 de la ligne +addRowListener.JOptionPaneMessage=Veuillez saisir la cl\u00E9 de la ligne. +addRowListener.JOptionPaneTitle=Cr\u00E9er une nouvelle ligne +addTableListener.JOptionPaneDefault=nom de la table +addTableListener.JOptionPaneMessage=Veuillez saisir le nom de la table \u00E0 cr\u00E9er. +addTableListener.JOptionPaneTitle=Cr\u00E9er une nouvelle table +alreadyConnected.JOptionPaneMessage= +alreadyConnected.JOptionPaneTitle= +bootLoaderManager.quit=Quitter +bootLoaderManager.refreshJarList=Rafraichir la liste des plugins +bootLoaderManager.title=Gestionnaire de d\u00E9marrage +connectionError=La connexion \u00E0 \u00E9chou\u00E9e, r\u00E9essayez s'il vous pla\u00EEt \! +connectionValid=La connexion est \u00E9tablie +del.column= +del.row= +del.table=Supprimer la colonne +delRowListener.JOptionPaneDefault= +delRowListener.JOptionPaneMessage= +delRowListener.JOptionPaneTitle= +deleteColumnListener.JOptionPaneMessage=Veuillez confirmer la suppression de la colonne \: +deleteColumnListener.JOptionPaneTitle=Supprimer une colonne +deleteTableListener.JOptionPaneMessage=Veuillez confirmer la suppression de la table \: +deleteTableListener.JOptionPaneTitle=Supprimer une table +exportSuccessfull.JOptionPaneMessage=Export r\u00E9alis\u00E9 avec succ\u00E8s. +exportSuccessfull.JOptionPaneTitle=Export r\u00E9alis\u00E9 avec succ\u00E8s. +exportUnsuccessfull.JOptionPaneMessage=Une exception s'est produite lors de l'export de la base. +exportUnsuccessfull.JOptionPaneTitle=Exception durant l'export. +importSuccessfull.JOptionPaneMessage=Import r\u00E9alis\u00E9 avec succ\u00E8s. +importSuccessfull.JOptionPaneTitle=Import r\u00E9alis\u00E9 avec succ\u00E8s. +importUnsuccessfull.JOptionPaneMessage=Une exception s'est produite lors de l'import de la base. +importUnsuccessfull.JOptionPaneTitle=Exception durant l'import. +jFileChooser.exportBase.dialogTitle=Exporter la base dans ... +jFileChooser.importBase.dialogTitle=Importer la base de ... +jFileChooser.loadAPlugin.dialogTitle=Charger un plugin ... +jaxxdemo.message.goto.site=Visitez le site +login\ \:=Identifiant +mapstoragemanager.action.aboutUs=A propos +mapstoragemanager.action.aboutUs.tip=A propos de Code Lutin +mapstoragemanager.action.connect=Connexion +mapstoragemanager.action.connect.tip=Etablir une nouvelle connexion +mapstoragemanager.action.disconnect=D\u00E9connexion +mapstoragemanager.action.disconnect.tip=D\u00E9connecte la session courante +mapstoragemanager.action.edit=Edition +mapstoragemanager.action.edit.tip= +mapstoragemanager.action.exit=Quitter +mapstoragemanager.action.exit.tip=Quitte l'application +mapstoragemanager.action.export=Exporter +mapstoragemanager.action.export.tip=Exporter la base +mapstoragemanager.action.file=Fichier +mapstoragemanager.action.file.tip= +mapstoragemanager.action.fr=Fran\u00E7ais +mapstoragemanager.action.fr.tip=Changer la langue en fran\u00E7ais +mapstoragemanager.action.help=Aide +mapstoragemanager.action.help.tip= +mapstoragemanager.action.import=Importer +mapstoragemanager.action.import.tip=Import la base +mapstoragemanager.action.language=Choisir la langue +mapstoragemanager.action.language.tip= +mapstoragemanager.action.menuHelp=Aide +mapstoragemanager.action.menuHelp.tip=Aide contextuelle +mapstoragemanager.action.plugin=Plugins +mapstoragemanager.action.plugin.tip= +mapstoragemanager.action.pluginbootloadermanager=G\u00E9rer les plugins lanc\u00E9s au d\u00E9marrage +mapstoragemanager.action.pluginbootloadermanager.tip=G\u00E9rer les plugins lanc\u00E9s au d\u00E9marrage +mapstoragemanager.action.pluginload=R\u00E9cup\u00E9rer +mapstoragemanager.action.pluginload.tip=R\u00E9cup\u00E9ration des plugins \u00E0 partir d'un dossier +mapstoragemanager.action.pluginsave=G\u00E9rer sauvegarde +mapstoragemanager.action.pluginsave.tip=G\u00E8re la sauvegarde des plugins au relancement de l'application +mapstoragemanager.action.preferences=Pr\u00E9f\u00E9rences +mapstoragemanager.action.preferences.tip=Configurer l'application +mapstoragemanager.action.uk=Anglais +mapstoragemanager.action.uk.tip=Changer la langue en anglais +mapstoragemanager.action.visitSite=Visiter notre site +mapstoragemanager.action.visitSite.tip= +messageEntry=Bienvenue dans MapStorageManager +name\ base\ \:=Nom de la base +no.help=Pas d'aide pour l'instant, d\u00E9sol\u00E9 \! +notFoundPlugin.JOptionPaneMessage=Plugin non trouv\u00E9 \! +notFoundPlugin.JOptionPaneTitle=Plugin non trouv\u00E9 \! +ok=Valider +password\ \:=Mot de passe +table.keys=Cl\u00E9s +table.values=Valeurs +unconnectedError.JOptionPaneMessage=Connect\u00E9 \u00E0 aucune base \! +unconnectedError.JOptionPaneTitle=Connect\u00E9 \u00E0 aucune base \! +welcome.MapStorageManager=Bienvenue dans MapStorageManager Property changes on: trunk/msm-bighashmap ___________________________________________________________________ Modified: svn:ignore - target + target *.iml *.ipr *.iws Modified: trunk/msm-bighashmap/pom.xml =================================================================== --- trunk/msm-bighashmap/pom.xml 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm-bighashmap/pom.xml 2010-04-07 12:59:04 UTC (rev 305) @@ -3,224 +3,54 @@ 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"> - <!-- repository containing the parent pom. --> - <repositories> - <repository> - <id>org.nuiton</id> - <url>http://maven.nuiton.org/release</url> - </repository> - </repositories> - - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanager</artifactId> - <version>0.1-SNAPSHOT</version> - </parent> - + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> <groupId>org.nuiton</groupId> - <artifactId>msm-bighashmap</artifactId> + <artifactId>mapstoragemanager</artifactId> <version>0.1-SNAPSHOT</version> + </parent> - <dependencies> - - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>msm</artifactId> - <version>0.1-SNAPSHOT</version> - </dependency> + <groupId>org.nuiton.mapstoragemanager</groupId> + <artifactId>msm-bighashmap</artifactId> - <!--<dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - <version>${lutinutil.version}</version> - </dependency>--> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> + <dependencies> - <!-- JUnit for tests --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - </dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>msm</artifactId> + <version>${project.version}</version> + </dependency> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <name>MSM-BigHashMap</name> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + </dependencies> - <description>Plugin for MapStorageManager to test with an implementation of - the BigTable Specification using HashMap.</description> - <inceptionYear>2010</inceptionYear> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> - <developers> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fdesbois</id> - <name>Florian Desbois</name> - <email>fdesbois@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fgilet</id> - <name>Florent Gilet</name> - <email>florent.gilet@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>gcrieloue</id> - <name>Gilles Crieloue</name> - <email>gilles.crieloue@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>afages</id> - <name>Amaury Fages</name> - <email>amaury.fages@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>dlanglais</id> - <name>Dorian langlais</name> - <email>dorain.langlais@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> + <name>MapStorageManager :: BigHashMap</name> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> + <description>Plugin for MapStorageManager to test with an implementation of + the BigTable Specification using HashMap. + </description> - <build> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>jar</packaging> - <!--<plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-deps</id> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <silent>true</silent> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>false</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - <outputDirectory>${project.build.directory}/lib</outputDirectory> - </configuration> - </execution> - </executions> - - </plugin> - - </plugins>--> - - <pluginManagement> - <plugins> - - <!--<plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <copyToMETA_INF>true</copyToMETA_INF> - </configuration> - </plugin>--> - - <!--<plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin>--> - - <!-- plugin site --> - <!--<plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> - </dependency> - </dependencies> - </plugin>--> - - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.2</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - </plugins> - </build> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> </project> Property changes on: trunk/msm-bighashmapV2 ___________________________________________________________________ Modified: svn:ignore - target + target *.iml *.ipr *.iws Modified: trunk/msm-bighashmapV2/pom.xml =================================================================== --- trunk/msm-bighashmapV2/pom.xml 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm-bighashmapV2/pom.xml 2010-04-07 12:59:04 UTC (rev 305) @@ -3,202 +3,60 @@ 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"> - <!-- repository containing the parent pom. --> - <repositories> - <repository> - <id>org.nuiton</id> - <url>http://maven.nuiton.org/release</url> - </repository> - </repositories> - - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanager</artifactId> - <version>0.1-SNAPSHOT</version> - </parent> - + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> <groupId>org.nuiton</groupId> - <artifactId>msm-bighashmapV2</artifactId> + <artifactId>mapstoragemanager</artifactId> <version>0.1-SNAPSHOT</version> + </parent> - <dependencies> - - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>msm</artifactId> - <version>0.1-SNAPSHOT</version> - </dependency> + <groupId>org.nuiton.mapstoragemanager</groupId> + <artifactId>msm-bighashmapV2</artifactId> - <!--<dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - <version>${lutinutil.version}</version> - </dependency>--> + <dependencies> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> - - <!-- JUnit for tests --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - </dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>msm</artifactId> + <version>${project.version}</version> + </dependency> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <name>MSM-BigHashMapV2</name> + <!-- JUnit for tests --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + + </dependencies> - <description>Plugin for MapStorageManager to test with an implementation of + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>MapStorageManager :: BigHashMapV2</name> + + <description> + Plugin for MapStorageManager to test with an implementation of the BigTable Specification using HashMap. This new version fixes some point of MSM-BigHashMap. For example, previously it was possible to store objects in tables, it is - not useful for MSM ... Now, we store only strings.</description> - <inceptionYear>2010</inceptionYear> + not useful for MSM ... Now, we store only strings. + </description> - <developers> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fdesbois</id> - <name>Florian Desbois</name> - <email>fdesbois@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fgilet</id> - <name>Florent Gilet</name> - <email>florent.gilet@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>gcrieloue</id> - <name>Gilles Crieloue</name> - <email>gilles.crieloue@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>afages</id> - <name>Amaury Fages</name> - <email>amaury.fages@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>dlanglais</id> - <name>Dorian langlais</name> - <email>dorain.langlais@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>jar</packaging> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> - - <build> - - <pluginManagement> - <plugins> - - <!--<plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <copyToMETA_INF>true</copyToMETA_INF> - </configuration> - </plugin>--> - - <!--<plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin>--> - - <!-- plugin site --> - <!--<plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> - </dependency> - </dependencies> - </plugin>--> - - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.2</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - </plugins> - </build> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> </project> Property changes on: trunk/msm-fromtoXML ___________________________________________________________________ Modified: svn:ignore - target + target *.iml *.ipr *.iws Modified: trunk/msm-fromtoXML/pom.xml =================================================================== --- trunk/msm-fromtoXML/pom.xml 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm-fromtoXML/pom.xml 2010-04-07 12:59:04 UTC (rev 305) @@ -3,263 +3,74 @@ 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"> - <!-- repository containing the parent pom. --> - <repositories> - <repository> - <id>org.nuiton</id> - <url>http://maven.nuiton.org/release</url> - </repository> - </repositories> - - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanager</artifactId> - <version>0.1-SNAPSHOT</version> - </parent> - + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> <groupId>org.nuiton</groupId> - <artifactId>msm-fromtoxml</artifactId> + <artifactId>mapstoragemanager</artifactId> <version>0.1-SNAPSHOT</version> + </parent> - <dependencies> + <groupId>org.nuiton.mapstoragemanager</groupId> + <artifactId>msm-fromtoxml</artifactId> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>msm</artifactId> - <version>0.1-SNAPSHOT</version> - </dependency> + <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>msm-bighashmapV2</artifactId> - <version>0.1-SNAPSHOT</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>msm</artifactId> + <version>${project.version}</version> + </dependency> - <!--<dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - <version>${lutinutil.version}</version> - </dependency>--> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>msm-bighashmapV2</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> - <!-- JUnit for tests --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jdom</groupId> - <artifactId>jdom</artifactId> - <version>1.1</version> - </dependency> - <dependency> - <groupId>xpp3</groupId> - <artifactId>xpp3</artifactId> - <version>1.1.4c</version> - </dependency> - </dependencies> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <!-- JUnit for tests --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> - <name>MSM-FromToXML</name> + <dependency> + <groupId>org.jdom</groupId> + <artifactId>jdom</artifactId> + </dependency> - <description>Plugin to import/export database content from/to xml files - using JDom.</description> - <inceptionYear>2010</inceptionYear> + <dependency> + <groupId>xpp3</groupId> + <artifactId>xpp3</artifactId> + </dependency> - <developers> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fdesbois</id> - <name>Florian Desbois</name> - <email>fdesbois@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fgilet</id> - <name>Florent Gilet</name> - <email>florent.gilet@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>gcrieloue</id> - <name>Gilles Crieloue</name> - <email>gilles.crieloue@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>afages</id> - <name>Amaury Fages</name> - <email>amaury.fages@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>dlanglais</id> - <name>Dorian langlais</name> - <email>dorain.langlais@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> + </dependencies> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> - <build> + <name>MapStorageManager :: FromToXML</name> - <!--<plugins> + <description> + Plugin to import/export database content from/to xml files + using JDom. + </description> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-deps</id> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <silent>true</silent> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>false</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - <outputDirectory>${project.build.directory}/lib</outputDirectory> - </configuration> - </execution> - </executions> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>jar</packaging> - </plugin> - - </plugins>--> - - <pluginManagement> - <plugins> - - <!--<plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <copyToMETA_INF>true</copyToMETA_INF> - </configuration> - </plugin>--> - - <!--<plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin>--> - - <!-- plugin site --> - <!--<plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> - </dependency> - </dependencies> - </plugin>--> - - </plugins> - </pluginManagement> - <plugins> - - <!--<plugin> - <artifactId>maven-assembly-plugin</artifactId> - <version></version> - <configuration> - <descriptorRefs> - <descriptorRef>jar-with-dependencies</descriptorRef> - </descriptorRefs> - </configuration> - <executions> - <execution> - <id>make-assembly</id> this is used for inheritance merges - <phase>package</phase> append to the packaging phase. - <goals> - <goal>attached</goal> goals == mojos - </goals> - </execution> - </executions> - </plugin>--> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.2</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - - </plugins> - </build> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> </project> Property changes on: trunk/msm-fromtoXPP3 ___________________________________________________________________ Modified: svn:ignore - target + target *.ipr *.iml *.iws Modified: trunk/msm-fromtoXPP3/pom.xml =================================================================== --- trunk/msm-fromtoXPP3/pom.xml 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm-fromtoXPP3/pom.xml 2010-04-07 12:59:04 UTC (rev 305) @@ -3,268 +3,78 @@ 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"> - <!-- repository containing the parent pom. --> - <repositories> - <repository> - <id>org.nuiton</id> - <url>http://maven.nuiton.org/release</url> - </repository> - </repositories> - - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanager</artifactId> - <version>0.1-SNAPSHOT</version> - </parent> - + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> <groupId>org.nuiton</groupId> - <artifactId>msm-fromtoxpp3</artifactId> + <artifactId>mapstoragemanager</artifactId> <version>0.1-SNAPSHOT</version> + </parent> - <dependencies> + <groupId>org.nuiton.mapstoragemanager</groupId> + <artifactId>msm-fromtoxpp3</artifactId> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>msm</artifactId> - <version>0.1-SNAPSHOT</version> - </dependency> + <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>msm-bighashmapV2</artifactId> - <version>0.1-SNAPSHOT</version> - <type>jar</type> - </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>msm</artifactId> + <version>${project.version}</version> + </dependency> - <!--<dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - <version>${lutinutil.version}</version> - </dependency>--> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>msm-bighashmapV2</artifactId> + <version>${project.version}</version> + <type>jar</type> + </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <!-- JUnit for tests --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jdom</groupId> - <artifactId>jdom</artifactId> - <version>1.1</version> - </dependency> - <dependency> - <groupId>xpp3</groupId> - <artifactId>xpp3</artifactId> - <version>1.1.4c</version> - </dependency> - <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <version>1.6.1</version> - </dependency> - </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <dependency> + <groupId>org.jdom</groupId> + <artifactId>jdom</artifactId> + </dependency> - <name>MSM-FromToXPP3</name> + <dependency> + <groupId>xpp3</groupId> + <artifactId>xpp3</artifactId> + </dependency> - <description>Plugin to import/export database content from/to xml files - using XPP3.</description> - <inceptionYear>2010</inceptionYear> + <dependency> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </dependency> - <developers> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fdesbois</id> - <name>Florian Desbois</name> - <email>fdesbois@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fgilet</id> - <name>Florent Gilet</name> - <email>florent.gilet@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>gcrieloue</id> - <name>Gilles Crieloue</name> - <email>gilles.crieloue@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>afages</id> - <name>Amaury Fages</name> - <email>amaury.fages@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>dlanglais</id> - <name>Dorian langlais</name> - <email>dorain.langlais@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + </dependencies> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> - <build> + <name>MapStorageManager :: FromToXPP3</name> - <!--<plugins> + <description> + Plugin to import/export database content from/to xml files + using XPP3. + </description> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-deps</id> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <silent>true</silent> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>false</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - <outputDirectory>${project.build.directory}/lib</outputDirectory> - </configuration> - </execution> - </executions> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>jar</packaging> - </plugin> - - </plugins>--> - - <pluginManagement> - <plugins> - - <!--<plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <copyToMETA_INF>true</copyToMETA_INF> - </configuration> - </plugin>--> - - <!--<plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin>--> - - <!-- plugin site --> - <!--<plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> - </dependency> - </dependencies> - </plugin>--> - - </plugins> - </pluginManagement> - <plugins> - - <!--<plugin> - <artifactId>maven-assembly-plugin</artifactId> - <version></version> - <configuration> - <descriptorRefs> - <descriptorRef>jar-with-dependencies</descriptorRef> - </descriptorRefs> - </configuration> - <executions> - <execution> - <id>make-assembly</id> this is used for inheritance merges - <phase>package</phase> append to the packaging phase. - <goals> - <goal>attached</goal> goals == mojos - </goals> - </execution> - </executions> - </plugin>--> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.2</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - - </plugins> - </build> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> </project> Property changes on: trunk/msm-hbase ___________________________________________________________________ Modified: svn:ignore - target + target *.ipr *.iml *.iws Modified: trunk/msm-hbase/pom.xml =================================================================== --- trunk/msm-hbase/pom.xml 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm-hbase/pom.xml 2010-04-07 12:59:04 UTC (rev 305) @@ -3,276 +3,128 @@ 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"> - <!-- repository containing the parent pom. --> - <repositories> - <repository> - <id>org.nuiton</id> - <url>http://maven.nuiton.org/release</url> - </repository> - <repository> - <id>sharengo-maven2-repository</id> - <name>Sharengo's repository</name> - <url>http://maven2.sharengo.org</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> - - <modelVersion>4.0.0</modelVersion> + <!-- repository containing the parent pom. --> + <repositories> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanager</artifactId> - <version>0.1-SNAPSHOT</version> - </parent> + <repository> + <id>sharengo-maven2-repository</id> + <name>Sharengo's repository</name> + <url>http://maven2.sharengo.org</url> + <snapshots> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </releases> + </repository> + </repositories> + <modelVersion>4.0.0</modelVersion> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> <groupId>org.nuiton</groupId> - <artifactId>msm-hbase</artifactId> + <artifactId>mapstoragemanager</artifactId> <version>0.1-SNAPSHOT</version> + </parent> - <dependencies> - - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>msm</artifactId> - <version>0.1-SNAPSHOT</version> - </dependency> + <groupId>org.nuiton.mapstoragemanager</groupId> + <artifactId>msm-hbase</artifactId> - <!--<dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - <version>${lutinutil.version}</version> - </dependency>--> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> + <dependencies> - <!-- JUnit for tests --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>msm</artifactId> + <version>${project.version}</version> + </dependency> - <!-- HBase --> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.4</version> - </dependency> - <dependency> - <groupId>org.apache.hadoop.zookeeper</groupId> - <artifactId>zookeeper</artifactId> - <version>r785019-hbase-1329</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.hadoop</groupId> - <artifactId>hadoop</artifactId> - <version>0.20.0-plus4681-core</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.hadoop</groupId> - <artifactId>hbase</artifactId> - <version>0.20.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.hadoop</groupId> - <artifactId>hbase-test</artifactId> - <version>0.20.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hadoop</groupId> - <artifactId>hadoop-test</artifactId> - <version>0.20.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> - <version>1.1</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty</artifactId> - <version>6.1.8</version> - </dependency> - </dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <!-- HBase --> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <name>MSM-HBase</name> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> - <description>Plugin for MapStorageManager to work with actuals HBase</description> - <inceptionYear>2010</inceptionYear> + <dependency> + <groupId>org.apache.hadoop.zookeeper</groupId> + <artifactId>zookeeper</artifactId> + </dependency> + <dependency> + <groupId>org.hadoop</groupId> + <artifactId>hadoop</artifactId> + </dependency> + <dependency> + <groupId>org.hadoop</groupId> + <artifactId>hbase</artifactId> + </dependency> + <dependency> + <groupId>org.hadoop</groupId> + <artifactId>hbase-test</artifactId> + </dependency> + <dependency> + <groupId>org.hadoop</groupId> + <artifactId>hadoop-test</artifactId> + </dependency> + <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <scope>test</scope> + </dependency> - <developers> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fdesbois</id> - <name>Florian Desbois</name> - <email>fdesbois@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fgilet</id> - <name>Florent Gilet</name> - <email>florent.gilet@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>gcrieloue</id> - <name>Gilles Crieloue</name> - <email>gilles.crieloue@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>afages</id> - <name>Amaury Fages</name> - <email>amaury.fages@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>dlanglais</id> - <name>Dorian langlais</name> - <email>dorain.langlais@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty</artifactId> + </dependency> + </dependencies> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> - <build> - - <resources> - <resource> - <directory>src/main/java/org/nuiton/mapstoragemanager/plugins/hbase</directory> - <excludes> - <exclude>OLDHBase.java</exclude> - </excludes> - </resource> - </resources> + <name>MapStorageManager :: HBase</name> - <!--<plugins> + <description> + Plugin for MapStorageManager to work with actuals HBase + </description> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-deps</id> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <silent>true</silent> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>false</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - <outputDirectory>${project.build.directory}/lib</outputDirectory> - </configuration> - </execution> - </executions> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>jar</packaging> - </plugin> + <build> - </plugins>--> + <resources> + <resource> + <directory>src/main/java/org/nuiton/mapstoragemanager/plugins/hbase</directory> + <excludes> + <exclude>OLDHBase.java</exclude> + </excludes> + </resource> + </resources> - <pluginManagement> - <plugins> + </build> - <!--<plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <copyToMETA_INF>true</copyToMETA_INF> - </configuration> - </plugin>--> - - <!--<plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin>--> - - <!-- plugin site --> - <!--<plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> - </dependency> - </dependencies> - </plugin>--> - - </plugins> - </pluginManagement> - </build> - </project> Property changes on: trunk/msm-monitoring-plugins ___________________________________________________________________ Modified: svn:ignore - target + target *.ipr *.iml *.iws Modified: trunk/msm-monitoring-plugins/pom.xml =================================================================== --- trunk/msm-monitoring-plugins/pom.xml 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm-monitoring-plugins/pom.xml 2010-04-07 12:59:04 UTC (rev 305) @@ -3,222 +3,54 @@ 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"> - <!-- repository containing the parent pom. --> - <repositories> - <repository> - <id>org.nuiton</id> - <url>http://maven.nuiton.org/release</url> - </repository> - </repositories> - - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanager</artifactId> - <version>0.1-SNAPSHOT</version> - </parent> - + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> <groupId>org.nuiton</groupId> - <artifactId>msm-monitoring-plugins</artifactId> + <artifactId>mapstoragemanager</artifactId> <version>0.1-SNAPSHOT</version> + </parent> - <dependencies> - - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>msm</artifactId> - <version>0.1-SNAPSHOT</version> - </dependency> + <groupId>org.nuiton.mapstoragemanager</groupId> + <artifactId>msm-monitoring-plugins</artifactId> - <!--<dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - <version>${lutinutil.version}</version> - </dependency>--> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> + <dependencies> - <!-- JUnit for tests --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - </dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>msm</artifactId> + <version>${project.version}</version> + </dependency> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <name>MSM-Monitoring-Plugins</name> + <!-- JUnit for tests --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + </dependencies> - <description>Plugin for MapStorageManager to test with an implementation of - the BigTable Specification using HashMap.</description> - <inceptionYear>2010</inceptionYear> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> - <developers> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fdesbois</id> - <name>Florian Desbois</name> - <email>fdesbois@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fgilet</id> - <name>Florent Gilet</name> - <email>florent.gilet@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>gcrieloue</id> - <name>Gilles Crieloue</name> - <email>gilles.crieloue@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>afages</id> - <name>Amaury Fages</name> - <email>amaury.fages@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>dlanglais</id> - <name>Dorian langlais</name> - <email>dorain.langlais@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> + <name>MapStorageManager :: Monitoring-Plugins</name> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> + <description> + Plugin for MapStorageManager to test with an implementation of + the BigTable Specification using HashMap. + </description> - <build> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>jar</packaging> - <!--<plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-deps</id> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <silent>true</silent> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>false</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - <outputDirectory>${project.build.directory}/lib</outputDirectory> - </configuration> - </execution> - </executions> - - </plugin> - - </plugins>--> - - <pluginManagement> - <plugins> - - <!--<plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <copyToMETA_INF>true</copyToMETA_INF> - </configuration> - </plugin>--> - - <!--<plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin>--> - - <!-- plugin site --> - <!--<plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> - </dependency> - </dependencies> - </plugin>--> - - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.2</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - </plugins> - </build> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> </project> \ No newline at end of file Property changes on: trunk/msm-pluginmanager ___________________________________________________________________ Modified: svn:ignore - target + target *.ipr *.iml *.iws Modified: trunk/msm-pluginmanager/pom.xml =================================================================== --- trunk/msm-pluginmanager/pom.xml 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm-pluginmanager/pom.xml 2010-04-07 12:59:04 UTC (rev 305) @@ -3,300 +3,159 @@ 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"> - <!-- repository containing the parent pom. --> - <repositories> - <repository> - <id>org.nuiton</id> - <url>http://maven.nuiton.org/release</url> - </repository> - </repositories> - - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mapstoragemanager</artifactId> - <version>0.1-SNAPSHOT</version> - </parent> - + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> <groupId>org.nuiton</groupId> - <artifactId>msm-pluginmanager</artifactId> + <artifactId>mapstoragemanager</artifactId> <version>0.1-SNAPSHOT</version> + </parent> - <dependencies> + <groupId>org.nuiton.mapstoragemanager</groupId> + <artifactId>msm-pluginmanager</artifactId> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>msm</artifactId> - <version>0.1-SNAPSHOT</version> - </dependency> + <dependencies> - <!--<dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - <version>${lutinutil.version}</version> - </dependency>--> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>msm</artifactId> + <version>${project.version}</version> + </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <!-- JUnit for tests --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - </dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> - <name>MSM-PluginManager</name> + <name>MapStorageManager :: PluginManager</name> - <description>Plugin to manage plugins in the MapStorageManager application. - </description> - <inceptionYear>2010</inceptionYear> + <description> + Plugin to manage plugins in the MapStorageManager application. + </description> - <developers> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fdesbois</id> - <name>Florian Desbois</name> - <email>fdesbois@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fgilet</id> - <name>Florent Gilet</name> - <email>florent.gilet@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>gcrieloue</id> - <name>Gilles Crieloue</name> - <email>gilles.crieloue@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>afages</id> - <name>Amaury Fages</name> - <email>amaury.fages@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>dlanglais</id> - <name>Dorian langlais</name> - <email>dorain.langlais@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <properties> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <properties> - <maven.test.skip>false</maven.test.skip> + <maven.test.skip>false</maven.test.skip> - <!--PluginManager Main Class in JAR --> - <maven.jar.main.class>org.nuiton.mapstoragemanager.plugins.pluginmanager.Main</maven.jar.main.class> + <!--PluginManager Main Class in JAR --> + <maven.jar.main.class> + org.nuiton.mapstoragemanager.plugins.pluginmanager.Main + </maven.jar.main.class> - <!-- jaxx configuration --> - <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> - <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> - <jaxx.useUIManagerForIcon>true</jaxx.useUIManagerForIcon> + <!-- jaxx configuration --> + <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> + <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> + <jaxx.useUIManagerForIcon>true</jaxx.useUIManagerForIcon> - <jaxx.extraImportList> - static org.nuiton.i18n.I18n.n_ - </jaxx.extraImportList> + <jaxx.extraImportList> + static org.nuiton.i18n.I18n.n_ + </jaxx.extraImportList> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <!-- jaxx help configuration --> - <!--jaxx.helpSetName>vradi</jaxx.helpSetName> - <jaxx.locale>fr</jaxx.locale> - <jaxx.helpTarget>src/main/help</jaxx.helpTarget--> + <!-- jaxx help configuration --> + <!--jaxx.helpSetName>vradi</jaxx.helpSetName> + <jaxx.locale>fr</jaxx.locale> + <jaxx.helpTarget>src/main/help</jaxx.helpTarget--> - </properties> + </properties> - <packaging>jar</packaging> + <packaging>jar</packaging> - <build> + <build> - <!--<plugins> + <pluginManagement> + <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-deps</id> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <silent>true</silent> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>false</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - <outputDirectory>${project.build.directory}/lib</outputDirectory> - </configuration> - </execution> - </executions> + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>maven-license-plugin</artifactId> + <configuration> + <copyToMETA_INF>true</copyToMETA_INF> + </configuration> + </plugin> - </plugin> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifest> + <addClasspath>true</addClasspath> + <classpathPrefix>./lib/</classpathPrefix> + </manifest> + </archive> + </configuration> + </plugin> - </plugins>--> + </plugins> + </pluginManagement> + <plugins> - <pluginManagement> - <plugins> + <plugin> + <groupId>org.nuiton.jaxx</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>generate</goal> + </goals> + </execution> + </executions> + </plugin> - <!--<plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <copyToMETA_INF>true</copyToMETA_INF> - </configuration> - </plugin>--> + <plugin> + <groupId>org.nuiton.i18n</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <configuration> + <silent>true</silent> + <entries> + <entry> + <basedir>${maven.gen.dir}/java/</basedir> + </entry> + </entries> + </configuration> + <executions> + <execution> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + <goal>bundle</goal> + </goals> + </execution> + </executions> + </plugin> - <!--<plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin>--> - <!-- plugin site --> - <!--<plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> - </dependency> - </dependencies> - </plugin>--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-deps</id> + <goals> + <goal>copy-dependencies</goal> + </goals> + </execution> + </executions> - </plugins> - </pluginManagement> - <plugins> + </plugin> - <!--<plugin> - <artifactId>maven-assembly-plugin</artifactId> - <version></version> - <configuration> - <descriptorRefs> - <descriptorRef>jar-with-dependencies</descriptorRef> - </descriptorRefs> - </configuration> - <executions> - <execution> - <id>make-assembly</id> this is used for inheritance merges - <phase>package</phase> append to the packaging phase. - <goals> - <goal>attached</goal> goals == mojos - </goals> - </execution> - </executions> - </plugin>--> - - <plugin> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>maven-jaxx-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>generate</goal> - </goals> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <version>${i18n.version}</version> - <configuration> - <silent>true</silent> - <entries> - <entry> - <basedir>${maven.gen.dir}/java/</basedir> - </entry> - </entries> - </configuration> - <executions> - <execution> - <goals> - <goal>parserJava</goal> - <goal>bundle</goal> - </goals> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.2</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - - </plugins> - </build> + </plugins> + </build> </project> Added: trunk/msm-pluginmanager/src/main/resources/i18n/msm-pluginmanager-en_GB.properties =================================================================== --- trunk/msm-pluginmanager/src/main/resources/i18n/msm-pluginmanager-en_GB.properties (rev 0) +++ trunk/msm-pluginmanager/src/main/resources/i18n/msm-pluginmanager-en_GB.properties 2010-04-07 12:59:04 UTC (rev 305) @@ -0,0 +1,9 @@ +Plugin\ Manager= +activate= +desactivate= +load= +mapstoragemanager.action.plugin= +mapstoragemanager.action.plugin.tip= +mapstoragemanager.action.pluginload= +mapstoragemanager.action.pluginload.tip= +unload= Modified: trunk/msm-pluginmanager/src/main/resources/i18n/msm-pluginmanager-fr_FR.properties =================================================================== --- trunk/msm-pluginmanager/src/main/resources/i18n/msm-pluginmanager-fr_FR.properties 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/msm-pluginmanager/src/main/resources/i18n/msm-pluginmanager-fr_FR.properties 2010-04-07 12:59:04 UTC (rev 305) @@ -0,0 +1,9 @@ +Plugin\ Manager= +activate= +desactivate= +load= +mapstoragemanager.action.plugin= +mapstoragemanager.action.plugin.tip= +mapstoragemanager.action.pluginload= +mapstoragemanager.action.pluginload.tip= +unload= Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-03 10:27:24 UTC (rev 304) +++ trunk/pom.xml 2010-04-07 12:59:04 UTC (rev 305) @@ -1,368 +1,372 @@ <?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> +<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"> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mavenpom4redmine</artifactId> - <version>2.0.7</version> - </parent> + <modelVersion>4.0.0</modelVersion> + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> <groupId>org.nuiton</groupId> - <version>0.1-SNAPSHOT</version> - <artifactId>mapstoragemanager</artifactId> - - <modules> - <module>msm</module> - <module>msm-bighashmap</module> - <module>msm-bighashmapV2</module> - <module>msm-hbase</module> - <module>msm-fromtoXML</module> - <module>msm-fromtoXPP3</module> - <module>msm-monitoring-plugins</module> - <module>msm-pluginmanager</module> - </modules> + <artifactId>mavenpom4redmine</artifactId> + <version>2.0.7</version> + </parent> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <groupId>org.nuiton</groupId> + <version>0.1-SNAPSHOT</version> + <artifactId>mapstoragemanager</artifactId> - <name>MapStorageManager</name> + <modules> + <module>msm</module> + <module>msm-bighashmap</module> + <module>msm-bighashmapV2</module> + <module>msm-hbase</module> + <module>msm-fromtoXML</module> + <module>msm-fromtoXPP3</module> + <module>msm-monitoring-plugins</module> + <module>msm-pluginmanager</module> + </modules> - <description>Creation of a graphic user interface for Hbase </description> - <inceptionYear>2010</inceptionYear> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> - <developers> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fdesbois</id> - <name>Florian Desbois</name> - <email>fdesbois@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>fgilet</id> - <name>Florent Gilet</name> - <email>florent.gilet@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>gcrieloue</id> - <name>Gilles Crieloue</name> - <email>gilles.crieloue@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>afages</id> - <name>Amaury Fages</name> - <email>amaury.fages@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>dlanglais</id> - <name>Dorian langlais</name> - <email>dorain.langlais@etu.univ-nantes.fr</email> - <organization>Université de nantes</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> + <name>MapStorageManager</name> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>pom</packaging> + <description>Creation of a graphic user interface for Hbase</description> + <inceptionYear>2010</inceptionYear> - <properties> - <projectId>mapstoragemanager</projectId> + <developers> + <developer> + <id>tchemit</id> + <name>Tony Chemit</name> + <email>chemit@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> + <id>fdesbois</id> + <name>Florian Desbois</name> + <email>fdesbois@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> + <id>fgilet</id> + <name>Florent Gilet</name> + <email>florent.gilet@etu.univ-nantes.fr</email> + <organization>Université de nantes</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> + <id>gcrieloue</id> + <name>Gilles Crieloue</name> + <email>gilles.crieloue@etu.univ-nantes.fr</email> + <organization>Université de nantes</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> + <id>afages</id> + <name>Amaury Fages</name> + <email>amaury.fages@etu.univ-nantes.fr</email> + <organization>Université de nantes</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> + <id>dlanglais</id> + <name>Dorian langlais</name> + <email>dorain.langlais@etu.univ-nantes.fr</email> + <organization>Université de nantes</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + </developers> - <jaxx.version>2.0</jaxx.version> - <nuitonutils.version>1.2</nuitonutils.version> - <i18n.version>1.2.1</i18n.version> - <junit.version>4.8.1</junit.version> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>pom</packaging> - <maven.jar.main.class>org.nuiton.mapstoragemanager.Main</maven.jar.main.class> + <properties> + <projectId>mapstoragemanager</projectId> - <!-- Must be in ui module --> - <!-- main class in jar --> - <!--maven.jar.main.class>org.nuiton.mapstoragemanager.Main</maven.jar.main.class--> + <jaxx.version>2.0.1</jaxx.version> + <nuitonutils.version>1.2</nuitonutils.version> + <i18n.version>1.2.1</i18n.version> - <!-- jaxx --> - <!--jaxx.useUIManagerForIcon>true</jaxx.useUIManagerForIcon> - <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> - <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath--> - </properties> + </properties> - <dependencyManagement> - <dependencies> + <dependencyManagement> + <dependencies> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1.1</version> + </dependency> - <!-- librairie des lutinutil--> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - <version>${nuitonutils.version}</version> - <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - + <!-- librairie des lutinutil--> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + <version>${nuitonutils.version}</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>org.apache.commons</groupId> + <artifactId>commons-compress</artifactId> + </exclusion> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> + </dependency> - <!-- librairie Jaxx --> - <dependency> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-runtime</artifactId> - <version>${jaxx.version}</version> - <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>javax.help</groupId> - <artifactId>javahelp</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-widgets</artifactId> - <version>${jaxx.version}</version> - <scope>compile</scope> - </dependency> + <!-- librairie Jaxx --> + <dependency> + <groupId>org.nuiton.jaxx</groupId> + <artifactId>jaxx-runtime</artifactId> + <version>${jaxx.version}</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>javax.help</groupId> + <artifactId>javahelp</artifactId> + </exclusion> + </exclusions> + </dependency> - <dependency> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-runtime</artifactId> - <version>${jaxx.version}</version> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> - - </dependencies> - </dependencyManagement> - - <build> - - <plugins> + <dependency> + <groupId>org.nuiton.jaxx</groupId> + <artifactId>jaxx-widgets</artifactId> + <version>${jaxx.version}</version> + <scope>compile</scope> + </dependency> - <!-- <plugin> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>maven-jaxx-plugin</artifactId> - <version>${jaxx.version}</version> - <executions> - <execution> - <goals> - <goal>generate</goal> - </goals> - </execution> - </executions> - </plugin> --> + <dependency> + <groupId>org.jdom</groupId> + <artifactId>jdom</artifactId> + <version>1.1</version> + </dependency> - - <!--<plugin> - <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <version>${i18n.version}</version> - <configuration> - <silent>true</silent> - <entries> - <entry> - <basedir>${maven.gen.dir}/java/</basedir> - </entry> - </entries> - </configuration> - <executions> - <execution> - <goals> - <goal>parserJava</goal> - <goal>bundle</goal> - </goals> - </execution> - </executions> - </plugin>--> + <dependency> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>1.6.1</version> + </dependency> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-deps</id> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <silent>true</silent> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>false</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - <outputDirectory>${project.build.directory}/lib</outputDirectory> - </configuration> - </execution> - </executions> + <dependency> + <groupId>xpp3</groupId> + <artifactId>xpp3</artifactId> + <version>1.1.4c</version> + </dependency> - </plugin> - </plugins> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.4</version> + </dependency> - <pluginManagement> - <plugins> + <dependency> + <groupId>org.apache.hadoop.zookeeper</groupId> + <artifactId>zookeeper</artifactId> + <version>r785019-hbase-1329</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.hadoop</groupId> + <artifactId>hadoop</artifactId> + <version>0.20.0-plus4681-core</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.hadoop</groupId> + <artifactId>hbase</artifactId> + <version>0.20.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.hadoop</groupId> + <artifactId>hbase-test</artifactId> + <version>0.20.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hadoop</groupId> + <artifactId>hadoop-test</artifactId> + <version>0.20.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.1</version> + <scope>test</scope> + </dependency> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <copyToMETA_INF>true</copyToMETA_INF> - </configuration> - </plugin> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty</artifactId> + <version>6.1.8</version> + </dependency> - <plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin> + <dependency> + <groupId>org.nuiton.jaxx</groupId> + <artifactId>jaxx-runtime</artifactId> + <version>${jaxx.version}</version> + <scope>test</scope> + <classifier>tests</classifier> + </dependency> - <!-- plugin site --> - <!--<plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> - </dependency> - </dependencies> - </plugin>--> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.8.1</version> + <scope>test</scope> + </dependency> - </plugins> - </pluginManagement> - </build> + </dependencies> + </dependencyManagement> - <repositories> + <build> - <!-- depot des releases nuiton --> + <plugins> - <repository> - <id>nuiton.release</id> - <name>NuitonReleaseRepository</name> - <url>http://maven.nuiton.org/release</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> + </plugins> - <!-- depot des snapshots nuiton --> + <pluginManagement> + <plugins> - <repository> - <id>nuiton.snapshot</id> - <name>NuitonSnapshotRepository</name> - <url>http://maven.nuiton.org/snapshot</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>fail</checksumPolicy> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </repository> + <plugin> + <groupId>org.nuiton.i18n</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <version>${i18n.version}</version> + </plugin> - </repositories> + <plugin> + <groupId>org.nuiton.jaxx</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + <version>${jaxx.version}</version> + </plugin> - <pluginRepositories> - <!-- depot des releases nuiton --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <configuration> + <silent>true</silent> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>false</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + <outputDirectory>${project.build.directory}/lib</outputDirectory> + </configuration> + </plugin> - <pluginRepository> + <!-- plugin site --> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${jrst.version}</version> + </dependency> + </dependencies> + </plugin> - <id>nuiton.release</id> - <name>NuitonReleaseRepository</name> - <url>http://maven.nuiton.org/release</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </pluginRepository> + </plugins> + </pluginManagement> + </build> - <!-- depot des snapshots nuiton --> + <repositories> - <pluginRepository> - <id>nuiton.snapshot</id> - <name>NuitonSnapshotRepository</name> - <url>http://maven.nuiton.org/snapshot</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>fail</checksumPolicy> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </pluginRepository> + <!-- depot des releases nuiton --> - </pluginRepositories> - - <!--<reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - </plugin> - </plugins> - </reporting>--> + <repository> + <id>nuiton.release</id> + <name>NuitonReleaseRepository</name> + <url>http://maven.nuiton.org/release</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </releases> + </repository> + <!-- depot des snapshots nuiton --> + <repository> + <id>nuiton.snapshot</id> + <name>NuitonSnapshotRepository</name> + <url>http://maven.nuiton.org/snapshot</url> + <snapshots> + <enabled>true</enabled> + <checksumPolicy>fail</checksumPolicy> + </snapshots> + <releases> + <enabled>false</enabled> + </releases> + </repository> + + </repositories> + + <pluginRepositories> + + <!-- depot des releases nuiton --> + + <pluginRepository> + + <id>nuiton.release</id> + <name>NuitonReleaseRepository</name> + <url>http://maven.nuiton.org/release</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </releases> + </pluginRepository> + + <!-- depot des snapshots nuiton --> + + <pluginRepository> + <id>nuiton.snapshot</id> + <name>NuitonSnapshotRepository</name> + <url>http://maven.nuiton.org/snapshot</url> + <snapshots> + <enabled>true</enabled> + <checksumPolicy>fail</checksumPolicy> + </snapshots> + <releases> + <enabled>false</enabled> + </releases> + </pluginRepository> + + </pluginRepositories> + </project>