Author: tchemit Date: 2009-05-04 16:50:00 +0000 (Mon, 04 May 2009) New Revision: 1381 Removed: jaxx/trunk/jaxx-runtime-swing-widget/src/main/jnlp/ Modified: jaxx/trunk/changelog.txt jaxx/trunk/pom.xml Log: remove jnlp Modified: jaxx/trunk/changelog.txt =================================================================== --- jaxx/trunk/changelog.txt 2009-05-04 16:48:43 UTC (rev 1380) +++ jaxx/trunk/changelog.txt 2009-05-04 16:50:00 UTC (rev 1381) @@ -1,3 +1,6 @@ +1.5 + * 20090404 [chemit] - introduce module jaxx-runtime-swing-widget for swing widgets designed with jaxx. + 1.4 * 20090402 [chemit] - use lutinproject 3.5.3 - use doxia-module-jrst 1.0.0 (instead of maven-jrst-plugin) Modified: jaxx/trunk/pom.xml =================================================================== --- jaxx/trunk/pom.xml 2009-05-04 16:48:43 UTC (rev 1380) +++ jaxx/trunk/pom.xml 2009-05-04 16:50:00 UTC (rev 1381) @@ -29,6 +29,8 @@ <module>jaxx-swing-action</module> <module>maven-jaxx-plugin</module> + <module>jaxx-runtime-swing-widget</module> + <module>jaxx-example</module> </modules>