Author: jcouteau Date: 2010-04-23 15:43:59 +0200 (Fri, 23 Apr 2010) New Revision: 21 Log: Make site using rst Added: trunk/src/site/rst/index.rst Modified: trunk/pom.xml trunk/src/site/site.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-23 09:49:39 UTC (rev 20) +++ trunk/pom.xml 2010-04-23 13:43:59 UTC (rev 21) @@ -151,6 +151,22 @@ </properties> <build> + + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${jrst.version}</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </pluginManagement> + </build> <!-- ************************************************************* --> Added: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst (rev 0) +++ trunk/src/site/rst/index.rst 2010-04-23 13:43:59 UTC (rev 21) @@ -0,0 +1,2 @@ +Wikitty +======= Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2010-04-23 09:49:39 UTC (rev 20) +++ trunk/src/site/site.xml 2010-04-23 13:43:59 UTC (rev 21) @@ -11,6 +11,7 @@ <body> <menu name="Overview"> <item name="Accueil" href="index.html"/> + <item name="Migration" href="migration.html"/> <item name="GWT problem" href="gwt.html"/> </menu>
participants (1)
-
jcouteau@users.nuiton.org