[seam-commits] Seam SVN: r15557 - in branches/enterprise/WFK-2_1/jboss-seam-gen/dist: build-scripts and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jun 11 10:04:40 EDT 2013


Author: manaRH
Date: 2013-06-11 10:04:39 -0400 (Tue, 11 Jun 2013)
New Revision: 15557

Modified:
   branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts/build.xml
   branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml
Log:
https://bugzilla.redhat.com/show_bug.cgi?id=967549 fixed jboss-deployment-structure.xml copying

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-11 12:09:25 UTC (rev 15556)
+++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts/build.xml	2013-06-11 14:04:39 UTC (rev 15557)
@@ -216,7 +216,6 @@
 				<include name="*.*"/>
 				<include name="lib/*.*"/>
 				<exclude name="web.xml"/>
-				<exclude name="jboss-deployment-structure.xml"/>
 			</fileset>
 		</copy>
 		<copy todir="${war.dir}/WEB-INF/lib">

Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml	2013-06-11 12:09:25 UTC (rev 15556)
+++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml	2013-06-11 14:04:39 UTC (rev 15557)
@@ -867,7 +867,7 @@
             <fileset dir="${templates.dir}/resources">
                 <include name="META-INF/orm.xml"/>
                 <include name="META-INF/persistence-*-war.xml"/>
-                <include name="META-INF/jboss-deployment-structure.xml"/>
+                <include name="WEB-INF/jboss-deployment-structure.xml"/>
    <!--             <include name="WEB-INF/jboss-web.xml"/> -->
             </fileset>
             <filterset refid="project"/>
@@ -944,6 +944,7 @@
                 <exclude name="META-INF/persistence*.xml"/>
                 <exclude name="META-INF/application.xml"/>
                 <exclude name="META-INF/ejb-jar.xml"/>
+                <exclude name="**/jboss-deployment-structure.xml"/>
                 <exclude name="WEB-INF/jboss-web.xml"/>
                 <exclude name="*identity-management*"/>
             </fileset>



More information about the seam-commits mailing list