[seam-commits] Seam SVN: r15547 - branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jun 4 14:04:48 EDT 2013
Author: manaRH
Date: 2013-06-04 14:04:48 -0400 (Tue, 04 Jun 2013)
New Revision: 15547
Modified:
branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts/build.xml
Log:
bz967549, JBSEAM-5112 excluding jboss-deployment-structure.xml from war in EAR type project
Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts/build.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts/build.xml 2013-06-04 18:02:46 UTC (rev 15546)
+++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts/build.xml 2013-06-04 18:04:48 UTC (rev 15547)
@@ -216,6 +216,7 @@
<include name="*.*"/>
<include name="lib/*.*"/>
<exclude name="web.xml"/>
+ <exclude name="jboss-deployment-structure.xml"/>
</fileset>
</copy>
<copy todir="${war.dir}/WEB-INF/lib">
More information about the seam-commits
mailing list