[seam-commits] Seam SVN: r14645 - branches/community/Seam_2_3/jboss-seam-gen/dist.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sun Apr 29 16:50:11 EDT 2012
Author: manaRH
Date: 2012-04-29 16:50:11 -0400 (Sun, 29 Apr 2012)
New Revision: 14645
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml
Log:
JBSEAM-4918 added jboss-deployment-structure into generated project files
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml 2012-04-29 20:50:03 UTC (rev 14644)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml 2012-04-29 20:50:11 UTC (rev 14645)
@@ -899,7 +899,7 @@
<fileset dir="${templates.dir}/resources">
<include name="META-INF/application.xml"/>
<include name="META-INF/ejb-jar.xml"/>
- <include name="META-INF/jboss-app.xml"/>
+ <include name="META-INF/jboss-deployment-structure.xml"/>
<include name="META-INF/orm.xml"/>
<include name="META-INF/persistence-*.xml"/>
<exclude name="META-INF/persistence-*-war.xml"/>
@@ -936,7 +936,7 @@
<exclude name="WEB-INF/components*.xml"/>
<exclude name="META-INF/persistence*.xml"/>
<exclude name="META-INF/application.xml"/>
- <exclude name="META-INF/jboss-app.xml"/>
+ <include name="META-INF/jboss-deployment-structure.xml"/>
<exclude name="META-INF/ejb-jar.xml"/>
<exclude name="WEB-INF/jboss-web.xml"/>
<exclude name="*identity-management*"/>
More information about the seam-commits
mailing list