r885 - in lutinjaxx/trunk: . jaxx-core jaxx-core/src/site jaxx-core/src/site/fr jaxx-core/src/site/fr/rst jaxx-swing-action jaxx-swing-action/src/site jaxx-swing-action/src/site/fr jaxx-swing-action/src/site/fr/rst jaxx-util jaxx-util/src/site jaxx-util/src/site/fr jaxx-util/src/site/fr/rst maven-jaxx-plugin maven-jaxx-plugin/src/site maven-jaxx-plugin/src/site/fr maven-jaxx-plugin/src/site/fr/rst maven-jaxx-plugin/src/test/java/testcases maven-jaxx-plugin/src/test/java/testcases/force src sr
Author: tchemit Date: 2008-10-07 18:35:38 +0000 (Tue, 07 Oct 2008) New Revision: 885 Added: lutinjaxx/trunk/jaxx-core/src/site/fr/ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/Todo.rst lutinjaxx/trunk/jaxx-core/src/site/fr/rst/index.rst lutinjaxx/trunk/jaxx-swing-action/src/site/fr/ lutinjaxx/trunk/jaxx-swing-action/src/site/fr/rst/ lutinjaxx/trunk/jaxx-swing-action/src/site/fr/rst/Todo.rst lutinjaxx/trunk/jaxx-swing-action/src/site/fr/rst/index.rst lutinjaxx/trunk/jaxx-util/src/site/fr/ lutinjaxx/trunk/jaxx-util/src/site/fr/rst/ lutinjaxx/trunk/jaxx-util/src/site/fr/rst/Todo.rst lutinjaxx/trunk/jaxx-util/src/site/fr/rst/index.rst lutinjaxx/trunk/maven-jaxx-plugin/src/site/fr/ lutinjaxx/trunk/maven-jaxx-plugin/src/site/fr/rst/ lutinjaxx/trunk/maven-jaxx-plugin/src/site/fr/rst/Todo.rst lutinjaxx/trunk/maven-jaxx-plugin/src/site/fr/rst/index.rst lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml lutinjaxx/trunk/maven-jaxx-plugin/src/test/java/testcases/force/ lutinjaxx/trunk/maven-jaxx-plugin/src/test/java/testcases/force/JButton.jaxx lutinjaxx/trunk/src/ lutinjaxx/trunk/src/site/ lutinjaxx/trunk/src/site/fr/ lutinjaxx/trunk/src/site/fr/rst/ lutinjaxx/trunk/src/site/fr/rst/Todo.rst lutinjaxx/trunk/src/site/fr/rst/index.rst lutinjaxx/trunk/src/site/site.xml Removed: lutinjaxx/trunk/jaxx-core/src/site/site.xml lutinjaxx/trunk/jaxx-swing-action/src/site/site.xml Modified: lutinjaxx/trunk/jaxx-core/pom.xml lutinjaxx/trunk/jaxx-swing-action/pom.xml lutinjaxx/trunk/jaxx-util/pom.xml lutinjaxx/trunk/maven-jaxx-plugin/pom.xml lutinjaxx/trunk/pom.xml Log: make site works with a multi-module project Modified: lutinjaxx/trunk/jaxx-core/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-core/pom.xml 2008-10-06 14:59:44 UTC (rev 884) +++ lutinjaxx/trunk/jaxx-core/pom.xml 2008-10-07 18:35:38 UTC (rev 885) @@ -44,4 +44,13 @@ </dependency> </dependencies> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>${scm.connection.son}</connection> + <developerConnection>${scm.developerConnection.son}</developerConnection> + <url>${scm.url.son}</url> + </scm> </project> Added: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/Todo.rst =================================================================== --- lutinjaxx/trunk/jaxx-core/src/site/fr/rst/Todo.rst (rev 0) +++ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/Todo.rst 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,4 @@ +TODO +==== + +a faire \ No newline at end of file Added: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/index.rst =================================================================== --- lutinjaxx/trunk/jaxx-core/src/site/fr/rst/index.rst (rev 0) +++ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/index.rst 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,13 @@ +jaxx-core +========= + +.. contents:: + + +Présentation +------------ + +Le compilateur Jaxx TODO + +**Veuillez consulter la JavaDoc pour de plus ample détails sur les différentes +librairies.** Deleted: lutinjaxx/trunk/jaxx-core/src/site/site.xml =================================================================== --- lutinjaxx/trunk/jaxx-core/src/site/site.xml 2008-10-06 14:59:44 UTC (rev 884) +++ lutinjaxx/trunk/jaxx-core/src/site/site.xml 2008-10-07 18:35:38 UTC (rev 885) @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project name="LutinUtil"> - - <skin> - <groupId>lutinlib</groupId> - <artifactId>lutin-site-skin</artifactId> - <version>0.1</version> - </skin> - - <bannerLeft> - <name>Lutin Buix Jaxx</name> - </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> - - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> - </poweredBy> - - <body> - <links> - <item name="Labs" href="http://labs.libre-entreprise.org/"/> - <item name="Code Lutin" href="http://www.codelutin.com/"/> - </links> - - <menu name="Utilisateur"> - <item name="Accueil" href="index.html"/> - <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/buix/jaxx" name="T�l�chargement"/> - </menu> - - <menu name="D�veloppeur"> - <item name="A faire" href="Todo.html"/> - </menu> - - ${reports} - - </body> -</project> Modified: lutinjaxx/trunk/jaxx-swing-action/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-swing-action/pom.xml 2008-10-06 14:59:44 UTC (rev 884) +++ lutinjaxx/trunk/jaxx-swing-action/pom.xml 2008-10-07 18:35:38 UTC (rev 885) @@ -51,4 +51,14 @@ </dependency> </dependencies> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>${scm.connection.son}</connection> + <developerConnection>${scm.developerConnection.son}</developerConnection> + <url>${scm.url.son}</url> + </scm> + </project> Added: lutinjaxx/trunk/jaxx-swing-action/src/site/fr/rst/Todo.rst =================================================================== --- lutinjaxx/trunk/jaxx-swing-action/src/site/fr/rst/Todo.rst (rev 0) +++ lutinjaxx/trunk/jaxx-swing-action/src/site/fr/rst/Todo.rst 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,4 @@ +TODO +==== + +a faire \ No newline at end of file Added: lutinjaxx/trunk/jaxx-swing-action/src/site/fr/rst/index.rst =================================================================== --- lutinjaxx/trunk/jaxx-swing-action/src/site/fr/rst/index.rst (rev 0) +++ lutinjaxx/trunk/jaxx-swing-action/src/site/fr/rst/index.rst 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,13 @@ +jaxx-swing-action +================= + +.. contents:: + + +Présentation +------------ + +Framework de gestion des actions et onglets TODO + +**Veuillez consulter la JavaDoc pour de plus ample détails sur les différentes +librairies.** Deleted: lutinjaxx/trunk/jaxx-swing-action/src/site/site.xml =================================================================== --- lutinjaxx/trunk/jaxx-swing-action/src/site/site.xml 2008-10-06 14:59:44 UTC (rev 884) +++ lutinjaxx/trunk/jaxx-swing-action/src/site/site.xml 2008-10-07 18:35:38 UTC (rev 885) @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project name="LutinUtil"> - - <skin> - <groupId>lutinlib</groupId> - <artifactId>lutin-site-skin</artifactId> - <version>0.1</version> - </skin> - - <bannerLeft> - <name>Lutin Buix Jaxx</name> - </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> - - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" - img="images/restructuredtext-logo.png"/> - </poweredBy> - - <body> - <links> - <item name="Labs" href="http://labs.libre-entreprise.org/"/> - <item name="Code Lutin" href="http://www.codelutin.com/"/> - </links> - - <menu name="Utilisateur"> - <item name="Accueil" href="index.html"/> - <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/buix/jaxx" name="T�l�chargement"/> - </menu> - - <menu name="D�veloppeur"> - <item name="A faire" href="Todo.html"/> - </menu> - - ${reports} - - </body> -</project> Modified: lutinjaxx/trunk/jaxx-util/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-util/pom.xml 2008-10-06 14:59:44 UTC (rev 884) +++ lutinjaxx/trunk/jaxx-util/pom.xml 2008-10-07 18:35:38 UTC (rev 885) @@ -16,6 +16,7 @@ <packaging>jar</packaging> <version>0.5-SNAPSHOT</version> <description>Jaxx lutin library utility</description> + <!--url>${site.home.url}</url--> <build> <plugins> @@ -26,4 +27,12 @@ </plugins> </build> + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>${scm.connection.son}</connection> + <developerConnection>${scm.developerConnection.son}</developerConnection> + <url>${scm.url.son}</url> + </scm> </project> Added: lutinjaxx/trunk/jaxx-util/src/site/fr/rst/Todo.rst =================================================================== --- lutinjaxx/trunk/jaxx-util/src/site/fr/rst/Todo.rst (rev 0) +++ lutinjaxx/trunk/jaxx-util/src/site/fr/rst/Todo.rst 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,4 @@ +TODO +==== + +to be done \ No newline at end of file Added: lutinjaxx/trunk/jaxx-util/src/site/fr/rst/index.rst =================================================================== --- lutinjaxx/trunk/jaxx-util/src/site/fr/rst/index.rst (rev 0) +++ lutinjaxx/trunk/jaxx-util/src/site/fr/rst/index.rst 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,13 @@ +jaxx-util +========= + +.. contents:: + + +Présentation +------------ + +Ensemble de classe Java TODO + +**Veuillez consulter la JavaDoc pour de plus ample détails sur les différentes +librairies.** Modified: lutinjaxx/trunk/maven-jaxx-plugin/pom.xml =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/pom.xml 2008-10-06 14:59:44 UTC (rev 884) +++ lutinjaxx/trunk/maven-jaxx-plugin/pom.xml 2008-10-07 18:35:38 UTC (rev 885) @@ -51,6 +51,12 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinpluginutil</artifactId> + <scope>compile</scope> + </dependency> + </dependencies> <!-- ************************************************************* --> @@ -84,7 +90,7 @@ <reporting> <plugins> - <plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> </plugin> @@ -94,12 +100,10 @@ <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> + <scm> + <connection>${scm.connection.son}</connection> + <developerConnection>${scm.developerConnection.son}</developerConnection> + <url>${scm.url.son}</url> + </scm> - <!-- the plugin is a module in a labs project (buix), so we have to override - this property (see in the parent pom for more explanation) - --> - <!--scm> - <url>${maven.scm.url}</url> - </scm--> - </project> Added: lutinjaxx/trunk/maven-jaxx-plugin/src/site/fr/rst/Todo.rst =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/src/site/fr/rst/Todo.rst (rev 0) +++ lutinjaxx/trunk/maven-jaxx-plugin/src/site/fr/rst/Todo.rst 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,4 @@ +TODO +==== + +a faire \ No newline at end of file Added: lutinjaxx/trunk/maven-jaxx-plugin/src/site/fr/rst/index.rst =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/src/site/fr/rst/index.rst (rev 0) +++ lutinjaxx/trunk/maven-jaxx-plugin/src/site/fr/rst/index.rst 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,13 @@ +maven-jaxx-plugin +================= + +.. contents:: + + +Présentation +------------ + +Le plugin maven pour lancer le compilateur jaxx dans un projet maven TODO + +**Veuillez consulter la JavaDoc pour de plus ample détails sur les différentes +librairies.** Added: lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml (rev 0) +++ lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="${project.name}"> + + <publishDate format="dd/MM/yyyy"/> + + <skin> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2</version> + </skin> + + <bannerLeft> + <name>${project.name}</name> + </bannerLeft> + + <bannerRight> + <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <href>${project.organization.url}</href> + </bannerRight> + + <poweredBy> + <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> + <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" + img="images/restructuredtext-logo.png"/> + </poweredBy> + + <body> + <links> + <item name="Labs" href="http://labs.libre-entreprise.org/"/> + <item name="${project.organization.name}" href="${project.organization.url}"/> + </links> + + <menu ref="parent"/> + <menu name="Utilisateur"> + <item name="Accueil" href="index.html"/> + <item name="Goals" href="plugin-info.html"/> + <item name="Détail goals"> + <item name="generate" href="generate-mojo.html"/> + <item name="help" href="help-mojo.html"/> + </item> + </menu> + <menu name="Detail goals"> + <item name="generate" href="generate-mojo.html"/> + <item name="help" href="help-mojo.html"/> + </menu> + + <menu name="Téléchargement"> + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}/${project.version}" + name="Télécharger la dernière version"/> + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}" + name="Voir toutes les versions"/> + </menu> + + <menu name="Développeur"> + <item name="A faire" href="Todo.html"/> + </menu> + + <menu ref="reports"/> + + <menu ref="modules"/> + + </body> +</project> Copied: lutinjaxx/trunk/maven-jaxx-plugin/src/test/java/testcases/force/JButton.jaxx (from rev 884, lutinjaxx/trunk/maven-jaxx-plugin/src/test/java/testcases/i18n/text/JButton.jaxx) =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/src/test/java/testcases/force/JButton.jaxx (rev 0) +++ lutinjaxx/trunk/maven-jaxx-plugin/src/test/java/testcases/force/JButton.jaxx 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1 @@ +<JButton id='testId' text='test.text'/> \ No newline at end of file Modified: lutinjaxx/trunk/pom.xml =================================================================== --- lutinjaxx/trunk/pom.xml 2008-10-06 14:59:44 UTC (rev 884) +++ lutinjaxx/trunk/pom.xml 2008-10-07 18:35:38 UTC (rev 885) @@ -20,7 +20,7 @@ <modules> <module>jaxx-util</module> <module>jaxx-core</module> - <module>jaxx-swing-action</module> + <module>jaxx-swing-action</module> <module>maven-jaxx-plugin</module> </modules> @@ -56,17 +56,18 @@ <labs.project>buix</labs.project> <!-- override this property to define scm url property --> - <maven.scm.url>http://${labs.host}/plugins/scmsvn/viewcvs.php/${pom.artifactId}/trunk/?root=${labs.project} - </maven.scm.url> + <scm.url.son>http://${labs.host}/plugins/scmsvn/viewcvs.php/lutinjaxx/trunk/${pom.artifactId}/?root=${labs.project}</scm.url.son> - <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> - <maven.scm.developerConnection>scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/${pom.artifactId}/trunk - </maven.scm.developerConnection> + <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> + <scm.developerConnection.son> + scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/lutinjaxx/trunk/${pom.artifactId} + </scm.developerConnection.son> - <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> - <maven.scm.connection>scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/${pom.artifactId}/trunk</maven.scm.connection> + <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> + <scm.connection.son> + scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/lutinjaxx/trunk/${pom.artifactId} + </scm.connection.son> - </properties> <build> @@ -93,6 +94,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <executions> + + <execution> + <phase>pre-site</phase> + </execution> + </executions> </plugin> </plugins> @@ -104,7 +111,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinutil</artifactId> - <version>0.30</version> + <version>0.31</version> </dependency> <dependency> @@ -122,7 +129,7 @@ <groupId>org.codelutin</groupId> <artifactId>jaxx-swing-action</artifactId> <version>${current.version}</version> - </dependency> + </dependency> <dependency> <groupId>com.sun</groupId> @@ -152,13 +159,20 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinpluginutil</artifactId> + <version>0.2</version> + <scope>compile</scope> + </dependency> + </dependencies> </dependencyManagement> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <scm> + <scm> <connection>${maven.scm.connection}</connection> <developerConnection>${maven.scm.developerConnection}</developerConnection> <url>${maven.scm.url}</url> Added: lutinjaxx/trunk/src/site/fr/rst/Todo.rst =================================================================== --- lutinjaxx/trunk/src/site/fr/rst/Todo.rst (rev 0) +++ lutinjaxx/trunk/src/site/fr/rst/Todo.rst 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,4 @@ +TODO +==== + +a faire \ No newline at end of file Added: lutinjaxx/trunk/src/site/fr/rst/index.rst =================================================================== --- lutinjaxx/trunk/src/site/fr/rst/index.rst (rev 0) +++ lutinjaxx/trunk/src/site/fr/rst/index.rst 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,13 @@ +lutinjaxx +========= + +.. contents:: + + +Présentation +------------ + +Super pom du projet jaxx. + +**Veuillez consulter la JavaDoc pour de plus ample détails sur les différentes +librairies.** Added: lutinjaxx/trunk/src/site/site.xml =================================================================== --- lutinjaxx/trunk/src/site/site.xml (rev 0) +++ lutinjaxx/trunk/src/site/site.xml 2008-10-07 18:35:38 UTC (rev 885) @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="${project.name}"> + + <publishDate format="dd/MM/yyyy"/> + + <skin> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2</version> + </skin> + + <bannerLeft> + <name>${project.name}</name> + </bannerLeft> + + <bannerRight> + <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <href>${project.organization.url}</href> + </bannerRight> + + <poweredBy> + <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> + <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" + img="images/restructuredtext-logo.png"/> + </poweredBy> + + <body> + <links> + <item name="Labs" href="http://labs.libre-entreprise.org/"/> + <item name="${project.organization.name}" href="${project.organization.url}"/> + </links> + + <menu ref="parent"/> + <menu name="Utilisateur"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu name="Téléchargement"> + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}/${project.version}" + name="Télécharger la dernière version"/> + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}" + name="Voir toutes les versions"/> + </menu> + + <menu name="Développeur"> + <item name="A faire" href="Todo.html"/> + </menu> + + <menu ref="reports"/> + + <menu ref="modules"/> + + </body> +</project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org