r2508 - in trunk: . jaxx-compiler jaxx-compiler/src/site/rst jaxx-demo/src/site/rst jaxx-maven-plugin jaxx-maven-plugin/src/site jaxx-maven-plugin/src/site/rst jaxx-runtime jaxx-validator jaxx-widgets src/site src/site/rst
Author: tchemit Date: 2012-10-12 12:58:29 +0200 (Fri, 12 Oct 2012) New Revision: 2508 Url: http://nuiton.org/repositories/revision/jaxx/2508 Log: clean poms and site Removed: trunk/jaxx-compiler/src/site/rst/index.rst trunk/jaxx-demo/src/site/rst/images/ trunk/jaxx-maven-plugin/src/site/rst/Todo.rst trunk/src/site/rst/Todo.rst Modified: trunk/jaxx-compiler/pom.xml trunk/jaxx-maven-plugin/pom.xml trunk/jaxx-maven-plugin/src/site/site_fr.xml trunk/jaxx-runtime/pom.xml trunk/jaxx-validator/pom.xml trunk/jaxx-widgets/pom.xml trunk/pom.xml trunk/src/site/site_fr.xml Modified: trunk/jaxx-compiler/pom.xml =================================================================== --- trunk/jaxx-compiler/pom.xml 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/jaxx-compiler/pom.xml 2012-10-12 10:58:29 UTC (rev 2508) @@ -27,10 +27,6 @@ <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> @@ -40,6 +36,9 @@ <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-compiler</artifactId> + <name>JAXX :: Compiler</name> + <description>JAXX Compiler api</description> + <dependencies> <!-- sibling dependencies --> @@ -109,17 +108,6 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JAXX :: Compiler</name> - <description>JAXX Compiler api</description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <build> <plugins> Deleted: trunk/jaxx-compiler/src/site/rst/index.rst =================================================================== --- trunk/jaxx-compiler/src/site/rst/index.rst 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/jaxx-compiler/src/site/rst/index.rst 2012-10-12 10:58:29 UTC (rev 2508) @@ -1,40 +0,0 @@ -.. - -.. * #%L -.. * JAXX :: Compiler -.. * -.. * $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% -.. - - -============= -jaxx-compiler -============= - -.. contents:: - - -Présentation ------------- - -Le compilateur Jaxx TODO - -**Veuillez consulter la JavaDoc pour de plus ample détails sur les différentes -librairies.** - Modified: trunk/jaxx-maven-plugin/pom.xml =================================================================== --- trunk/jaxx-maven-plugin/pom.xml 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/jaxx-maven-plugin/pom.xml 2012-10-12 10:58:29 UTC (rev 2508) @@ -28,10 +28,6 @@ <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> @@ -41,6 +37,13 @@ <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-maven-plugin</artifactId> + <name>JAXX :: Maven plugin</name> + <description> + Maven 2 plugin to generate java sources from JAXX files. + </description> + + <packaging>maven-plugin</packaging> + <dependencies> <!-- sibling dependencies --> @@ -161,24 +164,8 @@ <scope>runtime</scope> </dependency> - </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JAXX :: Maven plugin</name> - <description> - Maven 2 plugin to generate java sources from JAXX files. - </description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>maven-plugin</packaging> - <build> <pluginManagement> Deleted: trunk/jaxx-maven-plugin/src/site/rst/Todo.rst =================================================================== --- trunk/jaxx-maven-plugin/src/site/rst/Todo.rst 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/jaxx-maven-plugin/src/site/rst/Todo.rst 2012-10-12 10:58:29 UTC (rev 2508) @@ -1,30 +0,0 @@ -.. - -.. * #%L -.. * JAXX :: Maven plugin -.. * -.. * $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% -.. - -==== -TODO -==== - - -a faire Modified: trunk/jaxx-maven-plugin/src/site/site_fr.xml =================================================================== --- trunk/jaxx-maven-plugin/src/site/site_fr.xml 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/jaxx-maven-plugin/src/site/site_fr.xml 2012-10-12 10:58:29 UTC (rev 2508) @@ -28,7 +28,7 @@ <bannerLeft> <name>${project.name}</name> - <src>http://maven-site.chorem.org/public/images/logos/jaxx-logo.png</src> + <src>http://maven-site.nuiton.org/public/images/logos/jaxx-logo.png</src> <href>index.html</href> </bannerLeft> @@ -59,10 +59,6 @@ </item> </menu> - <menu name="Développeur" inherit="top"> - <item name="A faire" href="Todo.html"/> - </menu> - <menu ref="reports"/> <menu ref="modules"/> Modified: trunk/jaxx-runtime/pom.xml =================================================================== --- trunk/jaxx-runtime/pom.xml 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/jaxx-runtime/pom.xml 2012-10-12 10:58:29 UTC (rev 2508) @@ -27,10 +27,6 @@ <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> @@ -39,6 +35,8 @@ <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-runtime</artifactId> + <name>JAXX :: Runtime</name> + <description>JAXX Runtime api</description> <dependencies> @@ -98,11 +96,4 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JAXX :: Runtime</name> - <description>JAXX Runtime api</description> - </project> Modified: trunk/jaxx-validator/pom.xml =================================================================== --- trunk/jaxx-validator/pom.xml 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/jaxx-validator/pom.xml 2012-10-12 10:58:29 UTC (rev 2508) @@ -27,10 +27,6 @@ <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> @@ -40,6 +36,9 @@ <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-validator</artifactId> + <name>JAXX :: Validator</name> + <description>JAXX Validator api</description> + <dependencies> <!-- sibiling dependencies --> @@ -109,17 +108,6 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JAXX :: Validator</name> - <description>JAXX Validator api</description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <build> <plugins> <plugin> @@ -161,9 +149,6 @@ </pluginManagement> </build> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> <profiles> <!-- perform only on a release stage when using the maven-release-plugin --> <profile> Modified: trunk/jaxx-widgets/pom.xml =================================================================== --- trunk/jaxx-widgets/pom.xml 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/jaxx-widgets/pom.xml 2012-10-12 10:58:29 UTC (rev 2508) @@ -28,10 +28,6 @@ <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> @@ -41,6 +37,15 @@ <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-widgets</artifactId> + <name>JAXX :: Widgets</name> + <description>Collection of swing widgets wrote with JAXX</description> + + <properties> + <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> + <jaxx.autoImportCss>true</jaxx.autoImportCss> + <!--jaxx.useUIManagerForIcon>true</jaxx.useUIManagerForIcon--> + </properties> + <dependencies> <!-- sibiling dependencies --> @@ -119,25 +124,6 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JAXX :: Widgets</name> - <description>Collection of swing widgets wrote with JAXX</description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>jar</packaging> - - <properties> - <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> - <jaxx.autoImportCss>true</jaxx.autoImportCss> - <!--jaxx.useUIManagerForIcon>true</jaxx.useUIManagerForIcon--> - </properties> - <build> <resources> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/pom.xml 2012-10-12 10:58:29 UTC (rev 2508) @@ -27,10 +27,6 @@ <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> @@ -97,8 +93,6 @@ <developer> <name>Florian Desbois</name> <id>fdesbois</id> - <email>desbois at codelutin dot com</email> - <organization>CodeLutin</organization> <timezone>Europe/Paris</timezone> <roles> <role>Developer</role> @@ -480,10 +474,6 @@ </dependencies> </dependencyManagement> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <build> <pluginManagement> @@ -505,6 +495,9 @@ <version>${jrstPluginVersion}</version> </dependency> </dependencies> + <configuration> + <relativizeDecorationLinks>false</relativizeDecorationLinks> + </configuration> </plugin> <plugin> @@ -562,7 +555,7 @@ <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> - <prepareVerifyArgs>-Ptutorial,demo</prepareVerifyArgs> + <prepareVerifyArgs>-Pdemo</prepareVerifyArgs> </configuration> </plugin> @@ -575,10 +568,6 @@ <excludeDefaults>true</excludeDefaults> </reporting> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <profiles> <!-- build jaxx-demo project --> Deleted: trunk/src/site/rst/Todo.rst =================================================================== --- trunk/src/site/rst/Todo.rst 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/src/site/rst/Todo.rst 2012-10-12 10:58:29 UTC (rev 2508) @@ -1,34 +0,0 @@ -.. - -.. * #%L -.. * JAXX -.. * -.. * $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% -.. - - -==== -TODO -==== - - - - mettre à jour les documentations techniques et utilisateur. - - - enrichir les démos. - Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2012-10-12 10:13:59 UTC (rev 2507) +++ trunk/src/site/site_fr.xml 2012-10-12 10:58:29 UTC (rev 2508) @@ -44,7 +44,7 @@ <bannerLeft> <name>${project.name}</name> - <src>http://maven-site.chorem.org/public/images/logos/jaxx-logo.png</src> + <src>http://maven-site.nuiton.org/public/images/logos/jaxx-logo.png</src> <href>index.html</href> </bannerLeft> @@ -58,12 +58,12 @@ <poweredBy> <logo href="http://maven.apache.org" name="Maven" - img="http://maven-site.chorem.org/public/images/logos/maven-feather.png"/> + img="http://maven-site.nuiton.org/public/images/logos/maven-feather.png"/> <logo href="http://maven-site.nuiton.org/jrst" name="JRst" - img="http://maven-site.chorem.org/public/images/logos/jrst-logo.png"/> + img="http://maven-site.nuiton.org/public/images/logos/jrst-logo.png"/> <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" - img="http://maven-site.chorem.org/public/images/logos/restructuredtext-logo.png"/> + img="http://maven-site.nuiton.org/public/images/logos/restructuredtext-logo.png"/> </poweredBy> <body> @@ -129,7 +129,6 @@ <menu name="Ancienne documentation"> <item name="Migration JAXX 2.0" href="migration.html"/> - <item name="A faire" href="Todo.html"/> </menu> <menu ref="reports"/>
participants (1)
-
tchemit@users.nuiton.org