Author: tchemit Date: 2012-10-21 14:51:16 +0200 (Sun, 21 Oct 2012) New Revision: 93 Url: http://forge.codelutin.com/repositories/revision/jmexico/93 Log: clean poms before release Modified: trunk/jmexico-editor-demo/pom.xml trunk/jmexico-editor/pom.xml trunk/jmexico-model/pom.xml trunk/pom.xml Modified: trunk/jmexico-editor/pom.xml =================================================================== --- trunk/jmexico-editor/pom.xml 2012-10-15 10:10:41 UTC (rev 92) +++ trunk/jmexico-editor/pom.xml 2012-10-21 12:51:16 UTC (rev 93) @@ -2,11 +2,6 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> @@ -16,6 +11,18 @@ <groupId>fr.reseaumexico</groupId> <artifactId>jmexico-editor</artifactId> + <name>JMexico :: Swing Editor</name> + <description>JMexico - Editor module</description> + + <properties> + + <!-- jaxx configuration --> + <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> + <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> + <jaxx.autoImportCss>true</jaxx.autoImportCss> + <jaxx.autoRecurseInCss>false</jaxx.autoRecurseInCss> + </properties> + <dependencies> <dependency> @@ -31,6 +38,11 @@ </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </dependency> @@ -80,26 +92,6 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JMexico :: Swing Editor</name> - <description>JMexico - Editor module</description> - - <properties> - - <!-- jaxx configuration --> - <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> - <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> - <jaxx.autoImportCss>true</jaxx.autoImportCss> - <jaxx.autoRecurseInCss>false</jaxx.autoRecurseInCss> - </properties> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <build> @@ -142,5 +134,4 @@ </build> - </project> \ No newline at end of file Modified: trunk/jmexico-editor-demo/pom.xml =================================================================== --- trunk/jmexico-editor-demo/pom.xml 2012-10-15 10:10:41 UTC (rev 92) +++ trunk/jmexico-editor-demo/pom.xml 2012-10-21 12:51:16 UTC (rev 93) @@ -2,11 +2,6 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> @@ -16,6 +11,28 @@ <groupId>fr.reseaumexico</groupId> <artifactId>jmexico-editor-demo</artifactId> + <name>JMexico :: Swing Editor Demo</name> + <description>JMexico - Swing Editor Demo module</description> + + <properties> + + <maven.jar.main.class> + fr.reseaumexico.editor.demo.RunMexicoEditorDemo + </maven.jar.main.class> + + <!-- jaxx configuration --> + <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> + <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> + <jaxx.autoImportCss>true</jaxx.autoImportCss> + <jaxx.autoRecurseInCss>false</jaxx.autoRecurseInCss> + + <i18n.bundleOutputName>jmexico-editor-demo-i18n</i18n.bundleOutputName> + + <!-- generate license bundled files --> + <license.generateBundle>true</license.generateBundle> + + </properties> + <dependencies> <dependency> @@ -65,34 +82,6 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JMexico :: Swing Editor Demo</name> - <description>JMexico - Swing Editor Demo module</description> - - <properties> - - <maven.jar.main.class>fr.reseaumexico.editor.demo.RunMexicoEditorDemo</maven.jar.main.class> - - <!-- jaxx configuration --> - <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> - <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> - <jaxx.autoImportCss>true</jaxx.autoImportCss> - <jaxx.autoRecurseInCss>false</jaxx.autoRecurseInCss> - - <i18n.bundleOutputName>jmexico-editor-demo-i18n</i18n.bundleOutputName> - - <!-- generate license bundled files --> - <license.generateBundle>true</license.generateBundle> - - </properties> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <build> <pluginManagement> Modified: trunk/jmexico-model/pom.xml =================================================================== --- trunk/jmexico-model/pom.xml 2012-10-15 10:10:41 UTC (rev 92) +++ trunk/jmexico-model/pom.xml 2012-10-21 12:51:16 UTC (rev 93) @@ -2,11 +2,6 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> @@ -16,10 +11,6 @@ <groupId>fr.reseaumexico</groupId> <artifactId>jmexico-model</artifactId> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>JMexico :: Model</name> <description>JMexico - Model module</description> @@ -63,12 +54,6 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>jar</packaging> - <build> <plugins> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-15 10:10:41 UTC (rev 92) +++ trunk/pom.xml 2012-10-21 12:51:16 UTC (rev 93) @@ -3,11 +3,6 @@ <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> @@ -17,20 +12,25 @@ <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> <version>0.7-SNAPSHOT</version> + <name>JMexico</name> - <modules> - <module>jmexico-model</module> - <module>jmexico-editor</module> - <module>jmexico-editor-demo</module> - </modules> + <packaging>pom</packaging> + <properties> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <platform>forge.codelutin.com</platform> + <projectId>jmexico</projectId> - <name>JMexico</name> + <!-- libraries version --> + <nuitonI18nVersion>2.5</nuitonI18nVersion> + <nuitonUtilsVersion>2.6.3</nuitonUtilsVersion> + <eugenePluginVersion>2.5</eugenePluginVersion> + <jaxxVersion>2.5.6</jaxxVersion> + <swingXVersion>1.6.4</swingXVersion> + <license.organizationName>Réseau Mexico, Codelutin</license.organizationName> + </properties> + <description> Implantation de la norme Mexico en Java (http://reseau-mexico.fr/). </description> @@ -65,27 +65,22 @@ </developer> </developers> + <scm> + <connection> + scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk + </connection> + <developerConnection> + scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk + </developerConnection> + <url>http://forge.codelutin.com/repositories/browse/jmexico/trunk</url> + </scm> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>pom</packaging> + <modules> + <module>jmexico-model</module> + <module>jmexico-editor</module> + <module>jmexico-editor-demo</module> + </modules> - <properties> - - <platform>forge.codelutin.com</platform> - <projectId>jmexico</projectId> - - <!-- libraries version --> - <nuitonI18nVersion>2.5</nuitonI18nVersion> - <nuitonUtilsVersion>2.6.3</nuitonUtilsVersion> - <eugenePluginVersion>2.5</eugenePluginVersion> - <jaxxVersion>2.5.6</jaxxVersion> - <swingXVersion>1.6.4</swingXVersion> - - <license.organizationName>Réseau Mexico, Codelutin</license.organizationName> - </properties> - <dependencyManagement> <dependencies> @@ -188,21 +183,6 @@ </build> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <!-- Source control management. --> - <scm> - <connection> - scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk - </connection> - <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk - </developerConnection> - <url>http://forge.codelutin.com/repositories/browse/jmexico/trunk</url> - </scm> - <distributionManagement> <site> <id>${platform}</id>