Author: manaRH
Date: 2012-06-21 03:40:01 -0400 (Thu, 21 Jun 2012)
New Revision: 14929
Modified:
branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml
Log:
removed exclusion of application.xml in maven-ear-plugin
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml 2012-06-21 07:37:43 UTC
(rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml 2012-06-21 07:40:01 UTC
(rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml 2012-06-21 07:37:43
UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml 2012-06-21 07:40:01
UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml 2012-06-21 07:37:43
UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml 2012-06-21 07:40:01
UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml 2012-06-21 07:37:43
UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml 2012-06-21 07:40:01
UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml 2012-06-21 07:37:43
UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml 2012-06-21 07:40:01
UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++
branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml 2012-06-21
07:37:43 UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml 2012-06-21
07:40:01 UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml 2012-06-21 07:37:43
UTC (rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml 2012-06-21 07:40:01
UTC (rev 14929)
@@ -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/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml 2012-06-21 07:37:43 UTC
(rev 14928)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml 2012-06-21 07:40:01 UTC
(rev 14929)
@@ -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>