Author: tchemit Date: 2010-05-05 12:56:43 +0200 (Wed, 05 May 2010) New Revision: 410 Url: http://nuiton.org/repositories/revision/sandbox/410 Log: ready for release Added: sandbox-test/trunk/LICENSE.txt sandbox-test/trunk/README.txt sandbox-test/trunk/changelog.txt sandbox-test/trunk/src/ sandbox-test/trunk/src/site/ sandbox-test/trunk/src/site/apt/ sandbox-test/trunk/src/site/apt/index.apt sandbox-test/trunk/src/site/site_fr.xml Modified: sandbox-test/trunk/pom.xml Property changes on: sandbox-test/trunk/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox-test/trunk/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox-test/trunk/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: sandbox-test/trunk/pom.xml =================================================================== --- sandbox-test/trunk/pom.xml 2010-05-05 10:49:14 UTC (rev 409) +++ sandbox-test/trunk/pom.xml 2010-05-05 10:56:43 UTC (rev 410) @@ -48,7 +48,7 @@ <name>Nuiton Sandbox test</name> <description>Pour tester le multi-module sur redmine.</description> <inceptionYear>2010</inceptionYear> - <url>http://maven-site.nuiton.org/sandbox-test</url> + <url>http://maven-site.nuiton.org/sandbox/sandbox-test</url> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> @@ -58,6 +58,8 @@ <properties> + <projectId>sandbox-test</projectId> + <!-- extra files to include in release --> <redmine.releaseFiles>pom.xml</redmine.releaseFiles> @@ -65,7 +67,7 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/sandbox/sandbox-testtrunk</connection> + <connection>scm:svn:http://svn.nuiton.org/svn/sandbox/sandbox-test/trunk</connection> <developerConnection>scm:svn:http://svn.nuiton.org/svn/sandobx/sandbox-test/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/sandobx/sandbox-test/trunk</url> </scm> Added: sandbox-test/trunk/src/site/apt/index.apt =================================================================== --- sandbox-test/trunk/src/site/apt/index.apt (rev 0) +++ sandbox-test/trunk/src/site/apt/index.apt 2010-05-05 10:56:43 UTC (rev 410) @@ -0,0 +1,6 @@ +---- +Test +---- +---- + +Voila ! \ No newline at end of file Property changes on: sandbox-test/trunk/src/site/apt/index.apt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: sandbox-test/trunk/src/site/site_fr.xml =================================================================== --- sandbox-test/trunk/src/site/site_fr.xml (rev 0) +++ sandbox-test/trunk/src/site/site_fr.xml 2010-05-05 10:56:43 UTC (rev 410) @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Maven helper plugin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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% + --> + +<project name="${project.name}"> + + <bannerLeft> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <poweredBy> + <logo href="http://maven.apache.org" name="Maven" + img="images/logos/maven-feather.png"/> + </poweredBy> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> + + <menu name="User"> + <item name="Introduction" href="index.html"/> + </menu> + + <menu ref="reports"/> + + </body> +</project> Property changes on: sandbox-test/trunk/src/site/site_fr.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL