Author: tchemit Date: 2009-08-23 00:58:57 +0200 (Sun, 23 Aug 2009) New Revision: 256 Added: trunk/maven-processor-plugin/src/site/apt/ trunk/maven-processor-plugin/src/site/apt/index.apt trunk/nuiton-processor/src/site/apt/ trunk/nuiton-processor/src/site/apt/Todo.apt trunk/nuiton-processor/src/site/apt/index.apt Removed: trunk/maven-processor-plugin/src/site/rst/ trunk/nuiton-processor/src/site/rst/ Modified: trunk/changelog.txt trunk/maven-processor-plugin/changelog.txt trunk/maven-processor-plugin/src/site/site.xml trunk/nuiton-processor/changelog.txt trunk/nuiton-processor/pom.xml trunk/nuiton-processor/src/site/site.xml trunk/pom.xml trunk/src/site/site.xml Log: remove jrst for doc (this is a dependancy of jrst), improve site Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2009-08-16 07:50:25 UTC (rev 255) +++ trunk/changelog.txt 2009-08-22 22:58:57 UTC (rev 256) @@ -1,4 +1,55 @@ -ver-1.0.0 ? - * migrate to nuiton - * use a multi-module layout for previously lutinprocessor and - * maven-processor-plugin +1.0.0 tchemit 20090822 + + * initial nuiton release + * multi-module of org.codelutin:lutinprocessor and + org.codelutin:maven-processor-plugin. + +---------------------------------------------------------------------------- +from maven-processor-plugin + +ver-0-18 chemit (20090511) + * bump versions (lutinproject, lutinprocessor, maven-license-switcher-plugin) + * improve download section on site + * update site + +ver-0-17 chemit (20090218) + * Parent is org.codelutin:lutinproject:3.4 + * use same version as maven-processor-plugin + +ver-0-16 thimel 20080925 + * Using lutinpluginutil from this plugin dependencies directly + +ver-0-15 thimel 20080922 + * Added changelog + * plugin is now a lutinpluginproject 3.0 + * groupId is org.codelutin + * compatible with maven2 standard structure + + +---------------------------------------------------------------------------- +from lutinprocessor + +ver-0-18 chemit (20090218) + * bump lutinproject to 3.5.4, maven-license-switcher-plugin to 0.8 + * use pluginManagment for plugins configuration + * use doxia-modules-jrst instead of maven-jrst-plugin + * fix issues in assembly descriptor and attach the plugin execution in release profile + +ver-0-17 chemit (20090218) + * Parent is org.codelutin:lutinproject:3.4 + * use same version as maven-processor-plugin + +ver-0-15 thimel (20080922) + * Parent is org.codelutin:lutinproject:3.0 + +ver-0-14 chemit (2008????) + * utilisation super-pom org.codelutin:lutinproject:2.4 (reusingage de directory layout) + * passage en licence lgpl v3 + +ver-0-? poussin (2005????) + + * modification pour que le processor fonctionne avec des StringReader + +ver-0-1 poussin (20040405) + + * Utilisation de maven pour la gestion du projet Modified: trunk/maven-processor-plugin/changelog.txt =================================================================== --- trunk/maven-processor-plugin/changelog.txt 2009-08-16 07:50:25 UTC (rev 255) +++ trunk/maven-processor-plugin/changelog.txt 2009-08-22 22:58:57 UTC (rev 256) @@ -1,17 +1 @@ -ver-0-18 chemit (20090511) - * bump versions (lutinproject, lutinprocessor, maven-license-switcher-plugin) - * improve download section on site - * update site - -ver-0-17 chemit (20090218) - * Parent is org.codelutin:lutinproject:3.4 - * use same version as maven-processor-plugin - -ver-0-16 thimel 20080925 - * Using lutinpluginutil from this plugin dependencies directly - -ver-0-15 thimel 20080922 - * Added changelog - * plugin is now a lutinpluginproject 3.0 - * groupId is org.codelutin - * compatible with maven2 standard structure +No more used, we will soon make optional multi-module childs changelog.txt (mavenpom>1.0.0) \ No newline at end of file Copied: trunk/maven-processor-plugin/src/site/apt/index.apt (from rev 255, trunk/maven-processor-plugin/src/site/rst/index.rst) =================================================================== (Binary files differ) Property changes on: trunk/maven-processor-plugin/src/site/apt/index.apt ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: svn:mergeinfo + Modified: trunk/maven-processor-plugin/src/site/site.xml =================================================================== --- trunk/maven-processor-plugin/src/site/site.xml 2009-08-16 07:50:25 UTC (rev 255) +++ trunk/maven-processor-plugin/src/site/site.xml 2009-08-22 22:58:57 UTC (rev 256) @@ -1,23 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> - <publishDate format="dd/MM/yyyy"/> - - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0</version> - </skin> - <bannerLeft> - <name>Maven-Processor-Plugin</name> + <name>${project.name}</name> + <href>index.html</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> - <body> <links> <item name="Nuiton Processor" href="../nuiton-processor"/> Modified: trunk/nuiton-processor/changelog.txt =================================================================== --- trunk/nuiton-processor/changelog.txt 2009-08-16 07:50:25 UTC (rev 255) +++ trunk/nuiton-processor/changelog.txt 2009-08-22 22:58:57 UTC (rev 256) @@ -1,27 +1 @@ -ver-1.0.0 ? - * migrate to nuiton - -ver-0-18 chemit (20090218) - * bump lutinproject to 3.5.4, maven-license-switcher-plugin to 0.8 - * use pluginManagment for plugins configuration - * use doxia-modules-jrst instead of maven-jrst-plugin - * fix issues in assembly descriptor and attach the plugin execution in release profile - -ver-0-17 chemit (20090218) - * Parent is org.codelutin:lutinproject:3.4 - * use same version as maven-processor-plugin - -ver-0-15 thimel (20080922) - * Parent is org.codelutin:lutinproject:3.0 - -ver-0-14 chemit (2008????) - * utilisation super-pom org.codelutin:lutinproject:2.4 (reusingage de directory layout) - * passage en licence lgpl v3 - -ver-0-? poussin (2005????) - - * modification pour que le processor fonctionne avec des StringReader - -ver-0-1 poussin (20040405) - - * Utilisation de maven pour la gestion du projet +No more used, we will soon make optional multi-module childs changelog.txt (mavenpom>1.0.0) Modified: trunk/nuiton-processor/pom.xml =================================================================== --- trunk/nuiton-processor/pom.xml 2009-08-16 07:50:25 UTC (rev 255) +++ trunk/nuiton-processor/pom.xml 2009-08-22 22:58:57 UTC (rev 256) @@ -16,10 +16,6 @@ <groupId>org.nuiton.processor</groupId> <artifactId>nuiton-processor</artifactId> - <dependencies> - - </dependencies> - <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> @@ -39,7 +35,6 @@ <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <!-- perform only on a release stage when using the maven-release-plugin --> <profiles> Copied: trunk/nuiton-processor/src/site/apt/Todo.apt (from rev 255, trunk/nuiton-processor/src/site/rst/Todo.rst) =================================================================== --- trunk/nuiton-processor/src/site/apt/Todo.apt (rev 0) +++ trunk/nuiton-processor/src/site/apt/Todo.apt 2009-08-22 22:58:57 UTC (rev 256) @@ -0,0 +1,14 @@ +---- +Todo +---- +---- +2009-08-22 +---- + + Voici la liste des tâches qui reste à faire. Si quelqu'un souhaite aider, ou + a une idée à proposer il ne faut pas hésiter. + + * La documentation utilisateur + + * La documentation développeur + Copied: trunk/nuiton-processor/src/site/apt/index.apt (from rev 255, trunk/nuiton-processor/src/site/rst/index.rst) =================================================================== (Binary files differ) Modified: trunk/nuiton-processor/src/site/site.xml =================================================================== --- trunk/nuiton-processor/src/site/site.xml 2009-08-16 07:50:25 UTC (rev 255) +++ trunk/nuiton-processor/src/site/site.xml 2009-08-22 22:58:57 UTC (rev 256) @@ -1,23 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> - <publishDate format="dd/MM/yyyy"/> - - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0</version> - </skin> - <bannerLeft> <name>${project.name}</name> <href>index.html</href> </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> <body> <links> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-16 07:50:25 UTC (rev 255) +++ trunk/pom.xml 2009-08-22 22:58:57 UTC (rev 256) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-rc-5-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>processor</artifactId> @@ -34,7 +34,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>1.5.5</version> + <version>1.5.15</version> <scope>compile</scope> </dependency> @@ -98,7 +98,6 @@ <!-- pour un muli module on doit fixer le projectId --> <projectId>processor</projectId> - <!--license.licenseName>lgpl_v3</license.licenseName--> </properties> <build> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-16 07:50:25 UTC (rev 255) +++ trunk/src/site/site.xml 2009-08-22 22:58:57 UTC (rev 256) @@ -11,7 +11,7 @@ <bannerLeft> <name>${project.name}</name> - <href>/</href> + <href>index.html</href> </bannerLeft> <bannerRight> @@ -21,8 +21,6 @@ <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="${project.url}/images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="${project.url}/images/restructuredtext-logo.png"/> </poweredBy> <body>