Seam SVN: r14919 - in branches/enterprise/WFK-2_0/examples-ee6: booking/booking-ear and 18 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-14 09:40:46 -0400 (Thu, 14 Jun 2012)
New Revision: 14919
Modified:
branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ear/pom.xml
Log:
bz #832070 removed exclusion of application.xml in maven-ear-plugin
Modified: branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -46,7 +46,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -58,7 +58,7 @@
<configuration>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -49,7 +49,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<modules>
Modified: branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -41,7 +41,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -43,7 +43,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -41,7 +41,7 @@
<configuration>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -42,7 +42,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -58,7 +58,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<modules>
Modified: branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -42,7 +42,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -42,7 +42,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<modules>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -42,7 +42,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -50,7 +50,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -42,7 +42,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -43,7 +43,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -44,7 +44,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -41,7 +41,7 @@
<configuration>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -56,7 +56,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -79,7 +79,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -43,7 +43,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
Modified: branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ear/pom.xml 2012-06-14 13:40:01 UTC (rev 14918)
+++ branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ear/pom.xml 2012-06-14 13:40:46 UTC (rev 14919)
@@ -48,7 +48,7 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>