[seam-commits] Seam SVN: r14935 - in branches/community/Seam_2_3/examples-ee6/mail/mail-ear: src/main/application/META-INF and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 21 03:41:28 EDT 2012


Author: manaRH
Date: 2012-06-21 03:41:27 -0400 (Thu, 21 Jun 2012)
New Revision: 14935

Removed:
   branches/community/Seam_2_3/examples-ee6/mail/mail-ear/src/main/application/META-INF/application.xml
Modified:
   branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
Log:
removed and added generated application.xml for mail-ear

Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml	2012-06-21 07:41:15 UTC (rev 14934)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml	2012-06-21 07:41:27 UTC (rev 14935)
@@ -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/community/Seam_2_3/examples-ee6/mail/mail-ear/src/main/application/META-INF/application.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ear/src/main/application/META-INF/application.xml	2012-06-21 07:41:15 UTC (rev 14934)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ear/src/main/application/META-INF/application.xml	2012-06-21 07:41:27 UTC (rev 14935)
@@ -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



More information about the seam-commits mailing list