[jboss-cvs] JBossAS SVN: r99580 - in projects/snowdrop/examples/trunk/sportsclub: sportsclub-reservations-spring and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 18 23:44:17 EST 2010


Author: marius.bogoevici
Date: 2010-01-18 23:44:16 -0500 (Mon, 18 Jan 2010)
New Revision: 99580

Modified:
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-ear/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-spring/pom.xml
Log:
POM adjustments
- setting an .ear suffixed target directory so that IDEA can work properly
- fixing the schema definition for sportsclub-reservations-spring pom.xml


Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-ear/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-ear/pom.xml	2010-01-19 04:38:10 UTC (rev 99579)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-ear/pom.xml	2010-01-19 04:44:16 UTC (rev 99580)
@@ -87,6 +87,7 @@
                     <displayName>Sports Club Sample Application</displayName>
                     <defaultLibBundleDir>/lib/</defaultLibBundleDir>
                     <generateApplicationXml>true</generateApplicationXml>
+                    <workDirectory>${project.build.directory}/${project.build.finalName}-exploded.ear</workDirectory>
                     <modules>
                         <ejbModule>
                             <groupId>org.jboss.snowdrop.samples.sportsclub</groupId>

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-spring/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-spring/pom.xml	2010-01-19 04:38:10 UTC (rev 99579)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-spring/pom.xml	2010-01-19 04:44:16 UTC (rev 99580)
@@ -1,4 +1,7 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>sportsclub-parent</artifactId>
         <groupId>org.jboss.snowdrop.samples.sportsclub</groupId>




More information about the jboss-cvs-commits mailing list