Author: tchemit Date: 2009-04-17 08:37:53 +0000 (Fri, 17 Apr 2009) New Revision: 1421 Added: lutinpluginutil/trunk/src/site/rst/ lutinpluginutil/trunk/src/site/rst/Todo.rst lutinpluginutil/trunk/src/site/rst/index.rst Modified: lutinpluginutil/trunk/changelog.txt lutinpluginutil/trunk/pom.xml Log: - use lutinproject 3.5.xx - use doxia-module-jrst instead on maven-jrst-plugin Modified: lutinpluginutil/trunk/changelog.txt =================================================================== --- lutinpluginutil/trunk/changelog.txt 2009-04-17 08:37:50 UTC (rev 1420) +++ lutinpluginutil/trunk/changelog.txt 2009-04-17 08:37:53 UTC (rev 1421) @@ -1,3 +1,7 @@ +0.4 ??? 200904?? + * 20090417 [chemit] - use lutinproject 3.5.xx + - use doxia-module-jrst instead on maven-jrst-plugin + 0.3 chemit 20090218 * 20090210 [chemit] use lutinproject 3.4 * 20090111 [chemit] use lutinpluginproject 3.3 Modified: lutinpluginutil/trunk/pom.xml =================================================================== --- lutinpluginutil/trunk/pom.xml 2009-04-17 08:37:50 UTC (rev 1420) +++ lutinpluginutil/trunk/pom.xml 2009-04-17 08:37:53 UTC (rev 1421) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.4</version> + <version>3.5.2</version> </parent> <artifactId>lutinpluginutil</artifactId> @@ -66,21 +66,20 @@ <defaultGoal>install</defaultGoal> <plugins> - <!-- Always process jrst files, but only called on pre-site phase --> + <!-- plugin site --> <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - <version>0.8.4</version> + <artifactId>maven-site-plugin</artifactId> <configuration> - <defaultLocale>fr</defaultLocale> + <locales>fr</locales> + <siteDirectory>src/site</siteDirectory> </configuration> - <executions> - <execution> - <goals> - <goal>jrst</goal> - </goals> - </execution> - </executions> + <dependencies> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>1.0.0</version> + </dependency> + </dependencies> </plugin> </plugins> </build> Copied: lutinpluginutil/trunk/src/site/rst/Todo.rst (from rev 1400, lutinpluginutil/trunk/src/site/fr/rst/Todo.rst) =================================================================== --- lutinpluginutil/trunk/src/site/rst/Todo.rst (rev 0) +++ lutinpluginutil/trunk/src/site/rst/Todo.rst 2009-04-17 08:37:53 UTC (rev 1421) @@ -0,0 +1,2 @@ +TODO +==== Property changes on: lutinpluginutil/trunk/src/site/rst/Todo.rst ___________________________________________________________________ Name: svn:mergeinfo + Copied: lutinpluginutil/trunk/src/site/rst/index.rst (from rev 1400, lutinpluginutil/trunk/src/site/fr/rst/index.rst) =================================================================== --- lutinpluginutil/trunk/src/site/rst/index.rst (rev 0) +++ lutinpluginutil/trunk/src/site/rst/index.rst 2009-04-17 08:37:53 UTC (rev 1421) @@ -0,0 +1,20 @@ +LutinPluginUtil +=============== + +.. contents:: + + +Présentation +------------ + +Ensemble de classe Java permettant de simplifier le développement de plugin +maven en factorisant des besoins que l'on retrouve dans tous les développements... + +FileUpdater +----------- + +Mecanisme permettant de savoir si un fichier est a jour (utile pour les plugins de generation). + + +**Veuillez consulter la JavaDoc pour de plus ample details sur les differentes +librairies.** Property changes on: lutinpluginutil/trunk/src/site/rst/index.rst ___________________________________________________________________ Name: svn:mergeinfo +