[seam-commits] Seam SVN: r14944 - branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 21 12:49:16 EDT 2012


Author: dhinojosa
Date: 2012-06-21 12:49:15 -0400 (Thu, 21 Jun 2012)
New Revision: 14944

Modified:
   branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml
Log:
added jboss-deployment-structure.xml to build.xml per JBSEAM-4918

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml	2012-06-21 12:05:10 UTC (rev 14943)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml	2012-06-21 16:49:15 UTC (rev 14944)
@@ -259,6 +259,7 @@
             <fileset dir="${basedir}/resources/META-INF">
                 <include name="application.xml"/>
                 <include name="jboss-app.xml"/>
+                <include name="jboss-deployment-structure.xml"/>
             </fileset>
         </copy>
     </target>



More information about the seam-commits mailing list