[Lutinutil-commits] r1193 - lutini18neditor/trunk
Author: tchemit Date: 2008-10-12 23:12:26 +0000 (Sun, 12 Oct 2008) New Revision: 1193 Added: lutini18neditor/trunk/changelog Removed: lutini18neditor/trunk/THIRD-PARTY.txt Modified: lutini18neditor/trunk/pom.xml Log: use lutinproject:3.0 and others... Deleted: lutini18neditor/trunk/THIRD-PARTY.txt =================================================================== --- lutini18neditor/trunk/THIRD-PARTY.txt 2008-10-12 23:07:23 UTC (rev 1192) +++ lutini18neditor/trunk/THIRD-PARTY.txt 2008-10-12 23:12:26 UTC (rev 1193) @@ -1,22 +0,0 @@ -List of third-party dependencies grouped by their license type. - -Common Public License Version 1.0 : - * JUnit (junit:junit:3.8.1 - http://junit.org) - -LGPL : - * Lutin utilities library (org.codelutin:lutinutil:0.30-SNAPSHOT - http://labs.libre-entreprise.org/projects/lutinutil) - * core (org.codelutin.jaxx:core:0.4 - http://labs.libre-entreprise.org/projects/buix/pom/core) - * jaxx-swing (org.codelutin.jaxx:jaxx-swing:0.4 - http://labs.libre-entreprise.org/projects/buix/pom/jaxx-swing) - * runtime (org.codelutin.jaxx:runtime:0.4 - http://labs.libre-entreprise.org/projects/buix/pom/runtime) - * util (org.codelutin.jaxx:util:0.4 - http://labs.libre-entreprise.org/projects/buix/pom/util) - -The Apache Software License, Version 2.0 : - * Commons Collections (commons-collections:commons-collections:3.2.1 - http://commons.apache.org/collections/) - * Commons Logging (commons-logging:commons-logging:1.1.1 - http://commons.apache.org/logging) - * Log4j (log4j:log4j:1.2.14 - http://logging.apache.org/log4j/docs/) - -Unknown license : - * JavaHelp API (javax.help:javahelp:2.0.02 - http://java.sun.com/products/javahelp/index.jsp) - * Logging (commons-logging:commons-logging:1.0.3 - http://jakarta.apache.org/commons/logging/) - * Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0 (commons-beanutils:commons-beanutils:1.7.0 - no url defined) - * Unnamed - commons-primitives:commons-primitives:jar:1.0 (commons-primitives:commons-primitives:1.0 - no url defined) \ No newline at end of file Copied: lutini18neditor/trunk/changelog (from rev 1183, lutinpluginutil/trunk/changelog) =================================================================== --- lutini18neditor/trunk/changelog (rev 0) +++ lutini18neditor/trunk/changelog 2008-10-12 23:12:26 UTC (rev 1193) @@ -0,0 +1,3 @@ +0.2 + * Update groupId to org.codelutin + * Use org.codelutin:lutinproject:3.0 super-pom \ No newline at end of file Property changes on: lutini18neditor/trunk/changelog ___________________________________________________________________ Name: svn:mergeinfo + Modified: lutini18neditor/trunk/pom.xml =================================================================== --- lutini18neditor/trunk/pom.xml 2008-10-12 23:07:23 UTC (rev 1192) +++ lutini18neditor/trunk/pom.xml 2008-10-12 23:12:26 UTC (rev 1193) @@ -12,10 +12,9 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.4</version> + <version>3.0</version> </parent> - <groupId>lutinlib</groupId> <artifactId>lutini18neditor</artifactId> <dependencies> @@ -24,16 +23,16 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinutil</artifactId> - <version>0.30-SNAPSHOT</version> + <version>0.31</version> <scope>compile</scope> </dependency> <!--Jaxx--> <dependency> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>jaxx-swing</artifactId> + <groupId>org.codelutin</groupId> + <artifactId>jaxx-core</artifactId> <scope>compile</scope> - <version>0.4</version> + <version>${jaxx.version}</version> </dependency> </dependencies> @@ -47,9 +46,6 @@ <description>Editeur de fichier i18n</description> <inceptionYear>2008</inceptionYear> - <!-- BE WARE, this value must rewritten here since it will be otherwise suffixed by inheritance --> - <url>${labs.project.url}</url> - <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -63,19 +59,21 @@ <!-- nom du projet sur le labs --> <labs.project>lutinutil</labs.project> - <!-- BE WARE, this value must rewritten here since it will be otherwise suffixed by inheritance --> - <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${pom.artifactId}?root=${labs.project} - </maven.scm.url> + <!-- jaxx version --> + <jaxx.version>0.5-SNAPSHOT</jaxx.version> + + <!-- main class in jar --> <maven.jar.main.class>org.codelutin.i18n.editor.I18nEditor</maven.jar.main.class> + </properties> <build> <plugins> <plugin> - <groupId>org.codelutin.jaxx</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>0.4</version> + <version>${jaxx.version}</version> <executions> <execution> <goals> @@ -86,7 +84,7 @@ </plugin> <plugin> - <groupId>org.codelutin.plugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-i18n-plugin</artifactId> <executions> <execution> @@ -116,9 +114,7 @@ <configuration> <archive> <manifest> - <mainClass>${maven.jar.main.class}</mainClass> <addClasspath>true</addClasspath> - <addExtensions/> <classpathPrefix>./dependency/</classpathPrefix> </manifest> </archive> @@ -132,7 +128,10 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> + <!--Source control management--> <scm> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> <url>${maven.scm.url}</url> </scm>
participants (1)
-
tchemit@users.labs.libre-entreprise.org