Author: tchemit Date: 2008-10-09 16:07:04 +0000 (Thu, 09 Oct 2008) New Revision: 124 Added: hessian-test/trunk/src/site/fr/ Removed: hessian-test/trunk/src/site/xdoc/fr/ Modified: hessian-test/trunk/hessian-test-api/pom.xml hessian-test/trunk/hessian-test-client/pom.xml hessian-test/trunk/hessian-test-server/pom.xml hessian-test/trunk/pom.xml hessian-test/trunk/src/site/site.xml Log: passage en lutinproject 3.0 Modified: hessian-test/trunk/hessian-test-api/pom.xml =================================================================== --- hessian-test/trunk/hessian-test-api/pom.xml 2008-10-09 15:29:07 UTC (rev 123) +++ hessian-test/trunk/hessian-test-api/pom.xml 2008-10-09 16:07:04 UTC (rev 124) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>hessian-test-api</artifactId> @@ -21,7 +21,7 @@ <!-- ************************************************************* --> <name>hessian test api</name> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <description>Test du protocole hessian (partie api)</description> <inceptionYear>2008</inceptionYear> @@ -31,30 +31,13 @@ <!-- ************************************************************* --> <packaging>jar</packaging> - <properties> - - <!-- id du projet du labs --> - <!--labs.id>41</labs.id--> - - <!-- nom du projet sur le labs , il est egal a artifactId donc pas besoin de surcharger --> - <!--labs.project>lutinweb</labs.project--> - - </properties> - + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> <scm> - <url>${maven.scm.url}</url> + <connection>${scm.connection.son}</connection> + <developerConnection>${scm.developerConnection.son}</developerConnection> + <url>${scm.url.son}</url> </scm> - - <build> - <plugins> - - <!-- jrst --> - <!--plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - </plugin--> - - </plugins> - </build> - + </project> Modified: hessian-test/trunk/hessian-test-client/pom.xml =================================================================== --- hessian-test/trunk/hessian-test-client/pom.xml 2008-10-09 15:29:07 UTC (rev 123) +++ hessian-test/trunk/hessian-test-client/pom.xml 2008-10-09 16:07:04 UTC (rev 124) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>hessian-test-client</artifactId> @@ -34,7 +34,7 @@ <!-- ************************************************************* --> <name>hessian test client</name> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <description>Test du protocole hessian (partie client)</description> <inceptionYear>2008</inceptionYear> @@ -44,8 +44,17 @@ <!-- ************************************************************* --> <packaging>jar</packaging> - <build> - - </build> - + <properties> + <!-- il faut un serveur de lancer pour faire les test --> + <maven.test.skip>true</maven.test.skip> + </properties> + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>${scm.connection.son}</connection> + <developerConnection>${scm.developerConnection.son}</developerConnection> + <url>${scm.url.son}</url> + </scm> + </project> Modified: hessian-test/trunk/hessian-test-server/pom.xml =================================================================== --- hessian-test/trunk/hessian-test-server/pom.xml 2008-10-09 15:29:07 UTC (rev 123) +++ hessian-test/trunk/hessian-test-server/pom.xml 2008-10-09 16:07:04 UTC (rev 124) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>hessian-test-server</artifactId> @@ -40,7 +40,7 @@ <!-- ************************************************************* --> <name>hessian test server</name> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <description>Test du protocole hessian partie server</description> <inceptionYear>2008</inceptionYear> @@ -50,14 +50,6 @@ <!-- ************************************************************* --> <packaging>war</packaging> - <properties> - - </properties> - - <scm> - <url>${maven.scm.url}</url> - </scm> - <build> <plugins> @@ -73,4 +65,13 @@ </plugins> </build> + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>${scm.connection.son}</connection> + <developerConnection>${scm.developerConnection.son}</developerConnection> + <url>${scm.url.son}</url> + </scm> + </project> Modified: hessian-test/trunk/pom.xml =================================================================== --- hessian-test/trunk/pom.xml 2008-10-09 15:29:07 UTC (rev 123) +++ hessian-test/trunk/pom.xml 2008-10-09 16:07:04 UTC (rev 124) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.4</version> + <version>3.0</version> </parent> <modules> @@ -44,7 +44,7 @@ <dependency> <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test-api</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <scope>compile</scope> </dependency> @@ -57,10 +57,9 @@ <!-- ************************************************************* --> <name>hessian test</name> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <description>Test du protocole hessian</description> <inceptionYear>2008</inceptionYear> - <url>http://${labs.host}/projects/${labs.project}</url> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> @@ -76,31 +75,29 @@ <labs.project>lutinweb</labs.project> <!-- override this property to define scm url property --> - <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/hessian-test?root=${labs.project} - </maven.scm.url> + <scm.url.son> + http://${labs.host}/plugins/scmsvn/viewcvs.php/hessian-test/trunk/${pom.artifactId}/?root=${labs.project} + </scm.url.son> <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> - <maven.scm.developerConnection>scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/trunk - </maven.scm.developerConnection> + <scm.developerConnection.son> + scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/hessian-test/trunk/${pom.artifactId} + </scm.developerConnection.son> <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> - <maven.scm.connection>scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/trunk</maven.scm.connection> + <scm.connection.son> + scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/hessian-test/trunk/${pom.artifactId} + </scm.connection.son> + </properties> + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> <scm> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> <url>${maven.scm.url}</url> </scm> - <build> - <plugins> - - <!-- jrst --> - <plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - </plugin> - - </plugins> - </build> - </project> Copied: hessian-test/trunk/src/site/fr (from rev 111, hessian-test/trunk/src/site/xdoc/fr) Modified: hessian-test/trunk/src/site/site.xml =================================================================== --- hessian-test/trunk/src/site/site.xml 2008-10-09 15:29:07 UTC (rev 123) +++ hessian-test/trunk/src/site/site.xml 2008-10-09 16:07:04 UTC (rev 124) @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> + <publishDate format="dd/MM/yyyy"/> + <skin> - <groupId>lutinlib</groupId> - <artifactId>lutin-site-skin</artifactId> - <version>0.1</version> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2</version> </skin> <bannerLeft> @@ -30,17 +32,16 @@ </links> <menu ref="parent"/> - - + <menu ref="modules"/> + <menu name="Utilisateur"> <item name="Accueil" href="index.html"/> - <item name="FAQ" href="faq.html"/> </menu> <menu name="Téléchargement"> - <item href="${labs.builder.url}/org/codelutin/hessian/${project.artifactId}/${project.version}" + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}/${project.version}" name="Télécharger la dernière version"/> - <item href="${labs.builder.url}/org/codelutin/hessian/${project.artifactId}" + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}" name="Voir toutes les versions"/> </menu> @@ -48,9 +49,6 @@ <item name="A faire" href="Todo.html"/> </menu> - - <menu ref="modules"/> - <menu ref="reports"/> </body>