[Buix-commits] r930 - in lutinjaxx/trunk/jaxx-example: Components Components/src/site/fr/rst/images Counter/src/site/fr/rst/images LabelStyle LabelStyle/src/site/fr/rst/images
Author: tchemit Date: 2008-10-15 20:39:38 +0000 (Wed, 15 Oct 2008) New Revision: 930 Added: lutinjaxx/trunk/jaxx-example/Components/src/site/fr/rst/images/webstart.gif lutinjaxx/trunk/jaxx-example/Counter/src/site/fr/rst/images/webstart.gif lutinjaxx/trunk/jaxx-example/LabelStyle/src/site/fr/rst/images/webstart.gif Modified: lutinjaxx/trunk/jaxx-example/Components/pom.xml lutinjaxx/trunk/jaxx-example/LabelStyle/pom.xml Log: each example is a module Modified: lutinjaxx/trunk/jaxx-example/Components/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-example/Components/pom.xml 2008-10-15 20:39:05 UTC (rev 929) +++ lutinjaxx/trunk/jaxx-example/Components/pom.xml 2008-10-15 20:39:38 UTC (rev 930) @@ -11,12 +11,23 @@ <parent> <groupId>org.codelutin</groupId> - <artifactId>jaxx-example-pom</artifactId> + <artifactId>jaxx-example</artifactId> <version>0.5-SNAPSHOT</version> </parent> + <groupId>org.codelutin.jaxx-example</groupId> <artifactId>Components</artifactId> + <dependencies> + + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>jaxx-core</artifactId> + <scope>compile</scope> + </dependency> + + </dependencies> + <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> Copied: lutinjaxx/trunk/jaxx-example/Components/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/Components/src/site/fr/rst/images/webstart.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Name: svn:mergeinfo + Copied: lutinjaxx/trunk/jaxx-example/Counter/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/Counter/src/site/fr/rst/images/webstart.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Name: svn:mergeinfo + Modified: lutinjaxx/trunk/jaxx-example/LabelStyle/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-example/LabelStyle/pom.xml 2008-10-15 20:39:05 UTC (rev 929) +++ lutinjaxx/trunk/jaxx-example/LabelStyle/pom.xml 2008-10-15 20:39:38 UTC (rev 930) @@ -11,12 +11,22 @@ <parent> <groupId>org.codelutin</groupId> - <artifactId>jaxx-example-pom</artifactId> + <artifactId>jaxx-example</artifactId> <version>0.5-SNAPSHOT</version> </parent> + <groupId>org.codelutin.jaxx-example</groupId> <artifactId>LabelStyle</artifactId> + <dependencies> + + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>jaxx-core</artifactId> + <scope>compile</scope> + </dependency> + + </dependencies> <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> @@ -51,16 +61,24 @@ <artifactId>maven-jar-plugin</artifactId> </plugin> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - </plugin> - <plugin> <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> </plugin> + <plugin> + <artifactId>maven-antrun-plugin</artifactId> + </plugin> </plugins> </build> + + <!-- ************************************************************* --> + <!-- *** 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/LabelStyle/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/LabelStyle/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