r2128 - in trunk: . jaxx-tutorial-config jaxx-tutorial-css jaxx-tutorial-databinding jaxx-tutorial-helloworld jaxx-tutorial-helloworld2
Author: tchemit Date: 2010-11-18 18:20:27 +0100 (Thu, 18 Nov 2010) New Revision: 2128 Url: http://nuiton.org/repositories/revision/jaxx/2128 Log: fix jaxx pom + Evolution #1073: Optimize dependencies (for tutorials) Modified: trunk/jaxx-tutorial-config/pom.xml trunk/jaxx-tutorial-css/pom.xml trunk/jaxx-tutorial-databinding/pom.xml trunk/jaxx-tutorial-helloworld/pom.xml trunk/jaxx-tutorial-helloworld2/pom.xml trunk/pom.xml Modified: trunk/jaxx-tutorial-config/pom.xml =================================================================== --- trunk/jaxx-tutorial-config/pom.xml 2010-11-18 17:12:45 UTC (rev 2127) +++ trunk/jaxx-tutorial-config/pom.xml 2010-11-18 17:20:27 UTC (rev 2128) @@ -59,9 +59,23 @@ </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + </dependency> + + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> <scope>runtime</scope> </dependency> Modified: trunk/jaxx-tutorial-css/pom.xml =================================================================== --- trunk/jaxx-tutorial-css/pom.xml 2010-11-18 17:12:45 UTC (rev 2127) +++ trunk/jaxx-tutorial-css/pom.xml 2010-11-18 17:20:27 UTC (rev 2128) @@ -26,6 +26,11 @@ <version>${project.version}</version> </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + </dependencies> <!-- ************************************************************* --> Modified: trunk/jaxx-tutorial-databinding/pom.xml =================================================================== --- trunk/jaxx-tutorial-databinding/pom.xml 2010-11-18 17:12:45 UTC (rev 2127) +++ trunk/jaxx-tutorial-databinding/pom.xml 2010-11-18 17:20:27 UTC (rev 2128) @@ -26,6 +26,16 @@ <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + </dependencies> <!-- ************************************************************* --> Modified: trunk/jaxx-tutorial-helloworld/pom.xml =================================================================== --- trunk/jaxx-tutorial-helloworld/pom.xml 2010-11-18 17:12:45 UTC (rev 2127) +++ trunk/jaxx-tutorial-helloworld/pom.xml 2010-11-18 17:20:27 UTC (rev 2128) @@ -28,9 +28,18 @@ </dependency> <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> <scope>runtime</scope> </dependency> Modified: trunk/jaxx-tutorial-helloworld2/pom.xml =================================================================== --- trunk/jaxx-tutorial-helloworld2/pom.xml 2010-11-18 17:12:45 UTC (rev 2127) +++ trunk/jaxx-tutorial-helloworld2/pom.xml 2010-11-18 17:20:27 UTC (rev 2128) @@ -27,9 +27,18 @@ </dependency> <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> <scope>runtime</scope> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-18 17:12:45 UTC (rev 2127) +++ trunk/pom.xml 2010-11-18 17:20:27 UTC (rev 2128) @@ -443,6 +443,11 @@ <licenseMerge>The Apache Software License, Version 2.0|Apache License, Version 2.0</licenseMerge> <licenseMerge>BSD License|BSD</licenseMerge> </licenseMerges> + <!-- remove this while using mavenpom > 2.4 --> + <excludes> + <exclude>**/i18n/*.properties</exclude> + <exclude>**/THIRD-PARTY.properties</exclude> + </excludes> </configuration> </plugin> @@ -487,19 +492,6 @@ </jnlpExtensions> </configuration> </plugin> - - - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <!-- remove this while using mavenpom > 2.4 --> - <excludes> - <exclude>**/i18n/*.properties</exclude> - <exclude>**/THIRD-PARTY.properties</exclude> - </excludes> - </configuration> - </plugin> <plugin> <artifactId>maven-release-plugin</artifactId>
participants (1)
-
tchemit@users.nuiton.org