Author: manaRH
Date: 2012-06-14 09:40:01 -0400 (Thu, 14 Jun 2012)
New Revision: 14918

Removed:
   
branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/src/main/application/META-INF/application.xml
Modified:
   branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/pom.xml
Log:
bz #832070 removed exclusion of application.xml in maven-ear-plugin

Modified: branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/pom.xml      
2012-06-14 13:15:40 UTC (rev 14917)
+++ branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/pom.xml      
2012-06-14 13:40:01 UTC (rev 14918)
@@ -49,8 +49,6 @@
                 <artifactId>maven-ear-plugin</artifactId>
                 <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>

Deleted: 
branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/src/main/application/META-INF/application.xml
===================================================================
--- 
branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/src/main/application/META-INF/application.xml
        2012-06-14 13:15:40 UTC (rev 14917)
+++ 
branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/src/main/application/META-INF/application.xml
        2012-06-14 13:40:01 UTC (rev 14918)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<application xmlns="http://java.sun.com/xml/ns/javaee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/application_5.xsd"; version="5">
-  <description>Examples for Seam 2 Framework</description>
-  <display-name>mail-ear</display-name>
-  <module>
-    <web>
-      <web-uri>mail-web.war</web-uri>
-      <context-root>/seam-mail</context-root>
-    </web>
-  </module>
-  <module>
-    <ejb>mail-ejb.jar</ejb>
-  </module>
-  <module>
-    <ejb>jboss-seam.jar</ejb>
-  </module>
-  <library-directory>lib</library-directory>
-</application>
\ No newline at end of file

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to