[seam-commits] Seam SVN: r10711 - examples/trunk/booking.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Apr 29 02:27:07 EDT 2009
Author: dan.j.allen
Date: 2009-04-29 02:27:07 -0400 (Wed, 29 Apr 2009)
New Revision: 10711
Modified:
examples/trunk/booking/pom.xml
Log:
rename module folders to unqualified name
Modified: examples/trunk/booking/pom.xml
===================================================================
--- examples/trunk/booking/pom.xml 2009-04-29 06:23:17 UTC (rev 10710)
+++ examples/trunk/booking/pom.xml 2009-04-29 06:27:07 UTC (rev 10711)
@@ -16,9 +16,9 @@
<description>The Seam booking example for deployment to a Java EE 5 application server</description>
<modules>
- <module>${project.artifactId}-ejb</module>
- <module>${project.artifactId}-war</module>
- <module>${project.artifactId}-ear</module>
+ <module>ejb-jar</module>
+ <module>war</module>
+ <module>ear</module>
</modules>
<build>
More information about the seam-commits
mailing list