Author: tchemit Date: 2010-05-11 18:06:55 +0200 (Tue, 11 May 2010) New Revision: 1897 Url: http://nuiton.org/repositories/revision/jaxx/1897 Log: finalize poms before release Added: trunk/jaxx-tutorial-helloworld/src/site/ trunk/jaxx-tutorial-helloworld/src/site/rst/ trunk/jaxx-tutorial-helloworld/src/site/rst/images/ trunk/jaxx-tutorial-helloworld/src/site/rst/images/webstart.gif trunk/jaxx-tutorial-helloworld/src/site/rst/index.rst trunk/jaxx-tutorial-helloworld/src/site/site_fr.xml trunk/jaxx-tutorial-helloworld2/src/site/ trunk/jaxx-tutorial-helloworld2/src/site/rst/ trunk/jaxx-tutorial-helloworld2/src/site/rst/images/ trunk/jaxx-tutorial-helloworld2/src/site/rst/images/webstart.gif trunk/jaxx-tutorial-helloworld2/src/site/rst/index.rst trunk/jaxx-tutorial-helloworld2/src/site/site_fr.xml Modified: trunk/jaxx-tutorial-config/pom.xml trunk/jaxx-tutorial-helloworld/pom.xml trunk/jaxx-tutorial-helloworld2/pom.xml trunk/jaxx-tutorial/pom.xml trunk/jaxx-tutorial/src/site/rst/index.rst trunk/jaxx-tutorial/src/site/site_fr.xml Modified: trunk/jaxx-tutorial/pom.xml =================================================================== --- trunk/jaxx-tutorial/pom.xml 2010-05-11 15:54:20 UTC (rev 1896) +++ trunk/jaxx-tutorial/pom.xml 2010-05-11 16:06:55 UTC (rev 1897) @@ -72,6 +72,45 @@ <!-- ************************************************************* --> <profiles> + + <!-- create assemblies at release time --> + <profile> + <id>assembly</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <build> + <plugins> + + <!-- launch in a release the assembly automaticly --> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>create-assemblies</id> + <phase>verify</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + <configuration> + <attach>false</attach> + <descriptorRefs> + <descriptorRef>deps</descriptorRef> + <descriptorRef>full</descriptorRef> + </descriptorRefs> + </configuration> + </plugin> + + </plugins> + + </build> + </profile> + <!-- by default jnlp is only perform on a release stage when using the maven-release-plugin --> <profile> <id>jnlp</id> @@ -154,7 +193,8 @@ </property> </activation> <properties> - <jnlp.codebase>http://maven-site.liosalfar/jaxx/jaxx-demo/jnlp</jnlp.codebase> + <jnlp.codebase>http://maven-site.liosalfar/jaxx/jaxx-demo/jnlp + </jnlp.codebase> </properties> </profile> Modified: trunk/jaxx-tutorial/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial/src/site/rst/index.rst 2010-05-11 15:54:20 UTC (rev 1896) +++ trunk/jaxx-tutorial/src/site/rst/index.rst 2010-05-11 16:06:55 UTC (rev 1897) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * JAXX :: Tutorial +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2008 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Lesser Public License for more details. +.. * +.. * You should have received a copy of the GNU General Lesser Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/lgpl-3.0.html>. +.. * #L% +.. - ------------ Tutorial Pom ------------ Modified: trunk/jaxx-tutorial/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial/src/site/site_fr.xml 2010-05-11 15:54:20 UTC (rev 1896) +++ trunk/jaxx-tutorial/src/site/site_fr.xml 2010-05-11 16:06:55 UTC (rev 1897) @@ -1,6 +1,31 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JAXX :: Tutorial + + $Id$ + $HeadURL$ + %% + Copyright (C) 2008 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + <project name="${project.name}"> <bannerLeft> Modified: trunk/jaxx-tutorial-config/pom.xml =================================================================== --- trunk/jaxx-tutorial-config/pom.xml 2010-05-11 15:54:20 UTC (rev 1896) +++ trunk/jaxx-tutorial-config/pom.xml 2010-05-11 16:06:55 UTC (rev 1897) @@ -97,6 +97,9 @@ <!-- to generate jnlp launcher while releasing jaxx --> <jnlp.skip>false</jnlp.skip> + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> + </properties> <build> Modified: trunk/jaxx-tutorial-helloworld/pom.xml =================================================================== --- trunk/jaxx-tutorial-helloworld/pom.xml 2010-05-11 15:54:20 UTC (rev 1896) +++ trunk/jaxx-tutorial-helloworld/pom.xml 2010-05-11 16:06:55 UTC (rev 1897) @@ -68,6 +68,9 @@ <!-- to generate jnlp launcher while releasing jaxx --> <jnlp.skip>false</jnlp.skip> + + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> </properties> <build> Added: trunk/jaxx-tutorial-helloworld/src/site/rst/images/webstart.gif =================================================================== (Binary files differ) Property changes on: trunk/jaxx-tutorial-helloworld/src/site/rst/images/webstart.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: svn:keywords + Author Date Id Revision HeadURL Added: trunk/jaxx-tutorial-helloworld/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial-helloworld/src/site/rst/index.rst (rev 0) +++ trunk/jaxx-tutorial-helloworld/src/site/rst/index.rst 2010-05-11 16:06:55 UTC (rev 1897) @@ -0,0 +1,20 @@ +==================== +Tutorial Hello World +==================== + +Set it in action +---------------- + +|webstart| + +To run this example in `Java Web Start`_, click the `following link`_. + +For more details about the `Jaxx Demo webstart`_. + +.. _Java Web Start: http://java.sun.com/products/javawebstart/ + +.. |webstart| image:: images/webstart.gif + +.. _following link: ./jnlp/launch.jnlp + +.. _Jaxx Demo webstart: jnlp-report.html Property changes on: trunk/jaxx-tutorial-helloworld/src/site/rst/index.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: trunk/jaxx-tutorial-helloworld/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial-helloworld/src/site/site_fr.xml (rev 0) +++ trunk/jaxx-tutorial-helloworld/src/site/site_fr.xml 2010-05-11 16:06:55 UTC (rev 1897) @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="${project.name}"> + + <bannerLeft> + <name>${project.name}</name> + <src>${site.home.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateur" inherited="top"> + <item name="Accueil" href="index.html"/> + <item name="Lancer la démo" href="jnlp/launch.jnlp"/> + </menu> + + </body> +</project> Property changes on: trunk/jaxx-tutorial-helloworld/src/site/site_fr.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/jaxx-tutorial-helloworld2/pom.xml =================================================================== --- trunk/jaxx-tutorial-helloworld2/pom.xml 2010-05-11 15:54:20 UTC (rev 1896) +++ trunk/jaxx-tutorial-helloworld2/pom.xml 2010-05-11 16:06:55 UTC (rev 1897) @@ -67,6 +67,9 @@ <!-- to generate jnlp launcher while releasing jaxx --> <jnlp.skip>false</jnlp.skip> + + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> </properties> <build> Added: trunk/jaxx-tutorial-helloworld2/src/site/rst/images/webstart.gif =================================================================== (Binary files differ) Property changes on: trunk/jaxx-tutorial-helloworld2/src/site/rst/images/webstart.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: svn:keywords + Author Date Id Revision HeadURL Added: trunk/jaxx-tutorial-helloworld2/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial-helloworld2/src/site/rst/index.rst (rev 0) +++ trunk/jaxx-tutorial-helloworld2/src/site/rst/index.rst 2010-05-11 16:06:55 UTC (rev 1897) @@ -0,0 +1,20 @@ +===================== +Tutorial Hell world 2 +===================== + +Set it in action +---------------- + +|webstart| + +To run this example in `Java Web Start`_, click the `following link`_. + +For more details about the `Jaxx Demo webstart`_. + +.. _Java Web Start: http://java.sun.com/products/javawebstart/ + +.. |webstart| image:: images/webstart.gif + +.. _following link: ./jnlp/launch.jnlp + +.. _Jaxx Demo webstart: jnlp-report.html Property changes on: trunk/jaxx-tutorial-helloworld2/src/site/rst/index.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: trunk/jaxx-tutorial-helloworld2/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial-helloworld2/src/site/site_fr.xml (rev 0) +++ trunk/jaxx-tutorial-helloworld2/src/site/site_fr.xml 2010-05-11 16:06:55 UTC (rev 1897) @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="${project.name}"> + + <bannerLeft> + <name>${project.name}</name> + <src>${site.home.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateur" inherited="top"> + <item name="Accueil" href="index.html"/> + <item name="Lancer la démo" href="jnlp/launch.jnlp"/> + </menu> + + </body> +</project> Property changes on: trunk/jaxx-tutorial-helloworld2/src/site/site_fr.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL