r929 - in lutinjaxx/trunk/jaxx-example/Validation: . src/site/fr/rst/images
Author: tchemit Date: 2008-10-15 20:39:05 +0000 (Wed, 15 Oct 2008) New Revision: 929 Added: lutinjaxx/trunk/jaxx-example/Validation/src/site/fr/rst/images/webstart.gif Modified: lutinjaxx/trunk/jaxx-example/Validation/pom.xml Log: each example is a module Modified: lutinjaxx/trunk/jaxx-example/Validation/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-example/Validation/pom.xml 2008-10-15 20:38:51 UTC (rev 928) +++ lutinjaxx/trunk/jaxx-example/Validation/pom.xml 2008-10-15 20:39:05 UTC (rev 929) @@ -11,10 +11,11 @@ <parent> <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <artifactId>jaxx-example</artifactId> <version>0.5-SNAPSHOT</version> </parent> + <groupId>org.codelutin.jaxx-example</groupId> <artifactId>Validation</artifactId> <dependencies> @@ -34,7 +35,7 @@ <version>0.5-SNAPSHOT</version> <inceptionYear>2008</inceptionYear> <description>Jaxx Validattion (with xwork validation) example</description> - <url>${example.home.url}</url> + <!--url>${example.home.url}</url--> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> @@ -64,13 +65,13 @@ <version>3.0.1</version> </dependency> </dependencies> - <executions> + <!--executions> <execution> <goals> <goal>generate</goal> </goals> </execution> - </executions> + </executions--> </plugin> <plugin> @@ -115,22 +116,31 @@ </plugin> <plugin> - <artifactId>maven-antrun-plugin</artifactId> + <groupId>org.codehaus.mojo.webstart</groupId> + <artifactId>webstart-maven-plugin</artifactId> </plugin> <plugin> - <groupId>org.codehaus.mojo.webstart</groupId> - <artifactId>webstart-maven-plugin</artifactId> + <artifactId>maven-antrun-plugin</artifactId> </plugin> - + </plugins> </build> - <repositories> + <!--repositories> <repository> <id>dowload-javanet-repository</id> <name>JavaNetRepository</name> <url>http://download.java.net/maven/2</url> </repository> - </repositories> + </repositories--> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>${scm.connection.example}</connection> + <developerConnection>${scm.developerConnection.example}</developerConnection> + <url>${scm.url.example}</url> + </scm> </project> \ No newline at end of file Copied: lutinjaxx/trunk/jaxx-example/Validation/src/site/fr/rst/images/webstart.gif (from rev 920, lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/webstart.gif) =================================================================== (Binary files differ) Property changes on: lutinjaxx/trunk/jaxx-example/Validation/src/site/fr/rst/images/webstart.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Name: svn:mergeinfo +
participants (1)
-
tchemit@users.labs.libre-entreprise.org