Author: tchemit Date: 2014-02-24 15:38:02 +0100 (Mon, 24 Feb 2014) New Revision: 2801 Url: http://nuiton.org/projects/jaxx/repository/revisions/2801 Log: fixes #1463: Merge nuiton-widgets into Jaxx project (make the module available by default in plugin classp-ath + add doc) Modified: trunk/jaxx-maven-plugin/pom.xml trunk/pom.xml trunk/src/site/rst/index.rst Modified: trunk/jaxx-maven-plugin/pom.xml =================================================================== --- trunk/jaxx-maven-plugin/pom.xml 2014-02-24 14:27:22 UTC (rev 2800) +++ trunk/jaxx-maven-plugin/pom.xml 2014-02-24 14:38:02 UTC (rev 2801) @@ -56,6 +56,12 @@ <dependency> <groupId>${project.groupId}</groupId> + <artifactId>jaxx-widgets-extra</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>${project.groupId}</groupId> <artifactId>jaxx-validator</artifactId> <version>${project.version}</version> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-02-24 14:27:22 UTC (rev 2800) +++ trunk/pom.xml 2014-02-24 14:38:02 UTC (rev 2801) @@ -39,10 +39,10 @@ <modules> <module>jaxx-runtime</module> <module>jaxx-validator</module> + <module>jaxx-widgets-extra</module> <module>jaxx-compiler</module> <module>jaxx-maven-plugin</module> <module>jaxx-widgets</module> - <module>jaxx-widgets-extra</module> <module>jaxx-config</module> <module>jaxx-application-api</module> <module>jaxx-application-swing</module> Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2014-02-24 14:27:22 UTC (rev 2800) +++ trunk/src/site/rst/index.rst 2014-02-24 14:38:02 UTC (rev 2801) @@ -38,6 +38,15 @@ english translation at the same time. To help you wait, you can have a look to the demo_. +Nouveautés de la version 2.8.2 +------------------------------ + +Ajout du module jaxx-widgets-extra +__________________________________ + +Il s'agit de la reprise du projet https://nuiton.org/projects/nuiton-widgets + + Nouveautés de la version 2.6 ----------------------------
participants (1)
-
tchemit@users.nuiton.org