r1495 - in trunk/simexplorer-is: . simexplorer-is-swing-generated
Author: tchemit Date: 2008-07-08 22:51:53 +0000 (Tue, 08 Jul 2008) New Revision: 1495 Modified: trunk/simexplorer-is/pom.xml trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml Log: utilisation de commandline 0.6 et org.codelutin.jaxx 0.1 Modified: trunk/simexplorer-is/pom.xml =================================================================== --- trunk/simexplorer-is/pom.xml 2008-07-08 18:13:03 UTC (rev 1494) +++ trunk/simexplorer-is/pom.xml 2008-07-08 22:51:53 UTC (rev 1495) @@ -406,9 +406,9 @@ </dependency> <!-- librairie lutinui --> <dependency> - <groupId>org.codelutin.ui</groupId> - <artifactId>lutinui</artifactId> - <version>0.2</version> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>util</artifactId> + <version>0.1</version> <scope>compile</scope> </dependency> <!-- librairie des widgets lutin --> @@ -420,22 +420,22 @@ </dependency> <!-- librairie Jaxx --> <dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> - <version>1.0.5</version> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> + <version>0.1</version> <scope>compile</scope> </dependency> <!-- librairie commandline --> <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-core</artifactId> - <version>0.5</version> + <version>0.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-ui</artifactId> - <version>0.5</version> + <version>0.6</version> <scope>compile</scope> </dependency> @@ -534,7 +534,7 @@ <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>maven-commandline-plugin</artifactId> - <version>0.5</version> + <version>0.6</version> </dependency> <dependency> <groupId>lutinplugin</groupId> @@ -542,9 +542,9 @@ <version>0.3</version> </dependency> <dependency> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>0.4</version> + <version>0.1</version> </dependency> <dependency> Modified: trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml 2008-07-08 18:13:03 UTC (rev 1494) +++ trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml 2008-07-08 22:51:53 UTC (rev 1495) @@ -68,7 +68,7 @@ <plugin> <groupId>org.codelutin.commandline</groupId> <artifactId>maven-commandline-plugin</artifactId> - <version>0.5</version> + <version>0.6</version> <configuration> <prefix>SimExplorer</prefix> <packageName>fr.cemagref.simexplorer.is.ui.swing.commandline</packageName> @@ -95,9 +95,9 @@ </executions> </plugin> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>0.4</version> + <version>0.1</version> <configuration> <out>${maven.java.src.dir}</out> </configuration> @@ -119,6 +119,12 @@ <artifactId>lutinutil</artifactId> <version>0.29</version> </dependency> + <dependency> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> + <scope>compile</scope> + <version>0.1</version> + </dependency> </dependencies> </plugin> <!-- Compile phase --> @@ -173,13 +179,12 @@ </dependency> <!-- librairie Jaxx --> <dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> </dependency> - <!-- librairie lutinui --> <dependency> - <groupId>org.codelutin.ui</groupId> - <artifactId>lutinui</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>util</artifactId> </dependency> <!-- librairie commandline --> <dependency>
participants (1)
-
tchemit@users.labs.libre-entreprise.org