Author: tchemit Date: 2008-07-21 22:08:02 +0000 (Mon, 21 Jul 2008) New Revision: 1499 Modified: trunk/simexplorer-is/pom.xml trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml trunk/simexplorer-is/simexplorer-is-swing/pom.xml Log: utilisation de commandline 0.7-SNAPSHOT et org.codelutin.jaxx 0.2-SNAPSHOT Modified: trunk/simexplorer-is/pom.xml =================================================================== --- trunk/simexplorer-is/pom.xml 2008-07-21 21:25:54 UTC (rev 1498) +++ trunk/simexplorer-is/pom.xml 2008-07-21 22:08:02 UTC (rev 1499) @@ -403,14 +403,8 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1</version> - </dependency> - <!-- librairie lutinui --> - <dependency> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>util</artifactId> - <version>0.1</version> - <scope>compile</scope> </dependency> + <!-- librairie des widgets lutin --> <dependency> <groupId>lutinlib</groupId> @@ -418,24 +412,47 @@ <version>0.10-SNAPSHOT</version> <scope>compile</scope> </dependency> + <!-- librairie Jaxx --> <dependency> - <groupId>org.codelutin.jaxx.provider</groupId> - <artifactId>swing</artifactId> - <version>0.1</version> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>util</artifactId> + <version>${jaxx.version}</version> <scope>compile</scope> </dependency> + + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing</artifactId> + <version>${jaxx.version}</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing-action</artifactId> + <version>${jaxx.version}</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing-tab</artifactId> + <version>${jaxx.version}</version> + <scope>compile</scope> + </dependency> + <!-- librairie commandline --> <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-core</artifactId> - <version>0.6</version> + <version>${commandline.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-ui</artifactId> - <version>0.6</version> + <version>${commandline.version}</version> <scope>compile</scope> </dependency> @@ -534,7 +551,7 @@ <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>maven-commandline-plugin</artifactId> - <version>0.6</version> + <version>${commandline.version}</version> </dependency> <dependency> <groupId>lutinplugin</groupId> @@ -544,7 +561,7 @@ <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>0.1</version> + <version>${jaxx.version}</version> </dependency> <dependency> @@ -561,7 +578,15 @@ <properties> <!-- current version --> <current.version>0.1-SNAPSHOT</current.version> + <current.version.released>0.1.RC2.1</current.version.released> + + <!-- jaxx version --> + <jaxx.version>0.2-SNAPSHOT</jaxx.version> + + <!-- commandline version --> + <commandline.version>0.7-SNAPSHOT</commandline.version> + <!-- id du projet du labs (simexplorer) --> <labs.id>130</labs.id> <!-- par defaut, mode non verbeux --> Modified: trunk/simexplorer-is/simexplorer-is-swing/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing/pom.xml 2008-07-21 21:25:54 UTC (rev 1498) +++ trunk/simexplorer-is/simexplorer-is-swing/pom.xml 2008-07-21 22:08:02 UTC (rev 1499) @@ -40,7 +40,7 @@ <plugin> <groupId>lutinplugin</groupId> <artifactId>maven-i18n-plugin</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.3</version> <configuration> <bundles> <param>fr_FR</param> @@ -200,8 +200,17 @@ <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-ui</artifactId> </dependency> - <!-- pour avoir les ejb jboss --> + <!-- librairie jaxx --> <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing-action</artifactId> + </dependency> + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing-tab</artifactId> + </dependency> + <!-- pour avoir les ejb jboss --> + <dependency> <groupId>jboss</groupId> <artifactId>jbossall-client</artifactId> </dependency> Modified: trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml 2008-07-21 21:25:54 UTC (rev 1498) +++ trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml 2008-07-21 22:08:02 UTC (rev 1499) @@ -68,7 +68,7 @@ <plugin> <groupId>org.codelutin.commandline</groupId> <artifactId>maven-commandline-plugin</artifactId> - <version>0.6</version> + <version>${commandline.version}</version> <configuration> <prefix>SimExplorer</prefix> <packageName>fr.cemagref.simexplorer.is.ui.swing.commandline</packageName> @@ -97,7 +97,7 @@ <plugin> <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>0.1</version> + <version>${jaxx.version}</version> <configuration> <out>${maven.java.src.dir}</out> </configuration> @@ -120,10 +120,10 @@ <version>0.29</version> </dependency> <dependency> - <groupId>org.codelutin.jaxx.provider</groupId> - <artifactId>swing</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing</artifactId> <scope>compile</scope> - <version>0.1</version> + <version>${jaxx.version}</version> </dependency> </dependencies> </plugin> @@ -179,8 +179,8 @@ </dependency> <!-- librairie Jaxx --> <dependency> - <groupId>org.codelutin.jaxx.provider</groupId> - <artifactId>swing</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing</artifactId> </dependency> <dependency> <groupId>org.codelutin.jaxx</groupId>