Author: tchemit Date: 2008-10-15 18:33:00 +0000 (Wed, 15 Oct 2008) New Revision: 918 Added: lutinjaxx/trunk/jaxx-example/ Removed: lutinjaxx/trunk/jaxx-example-pom/ Modified: lutinjaxx/trunk/pom.xml Log: rename example pom Copied: lutinjaxx/trunk/jaxx-example (from rev 916, lutinjaxx/trunk/jaxx-example-pom) Modified: lutinjaxx/trunk/pom.xml =================================================================== --- lutinjaxx/trunk/pom.xml 2008-10-15 15:20:25 UTC (rev 917) +++ lutinjaxx/trunk/pom.xml 2008-10-15 18:33:00 UTC (rev 918) @@ -21,8 +21,8 @@ <module>jaxx-util</module> <module>jaxx-core</module> <module>jaxx-swing-action</module> - <module>jaxx-example-pom</module> <module>maven-jaxx-plugin</module> + <module>jaxx-example</module> </modules> <dependencies> @@ -59,7 +59,9 @@ <labs.project>buix</labs.project> <!-- override this property to define scm url property --> - <scm.url.son>http://${labs.host}/plugins/scmsvn/viewcvs.php/lutinjaxx/trunk/${pom.artifactId}/?root=${labs.project}</scm.url.son> + <scm.url.son> + http://${labs.host}/plugins/scmsvn/viewcvs.php/lutinjaxx/trunk/${pom.artifactId}/?root=${labs.project} + </scm.url.son> <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> <scm.developerConnection.son> @@ -133,6 +135,11 @@ <artifactId>jaxx-swing-action</artifactId> <version>${current.version}</version> </dependency> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>jaxx-example</artifactId> + <version>${current.version}</version> + </dependency> <dependency> <groupId>com.sun</groupId> @@ -169,6 +176,19 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>com.opensymphony</groupId> + <artifactId>xwork</artifactId> + <version>2.1.1-cl_20081015</version> + <!--version>2.1.1</version--> + </dependency> + + <dependency> + <groupId>org.swinglabs</groupId> + <artifactId>jxlayer</artifactId> + <version>3.0.1</version> + </dependency> + </dependencies> </dependencyManagement>
participants (1)
-
tchemit@users.labs.libre-entreprise.org