Author: rmannibucau
Date: Wed May 30 07:12:42 2012
New Revision: 1344121
URL: http://svn.apache.org/viewvc?rev=1344121&view=rev
Log:
useless exclude since now resources are not managed by maven
Modified:
openejb/trunk/javaee-api/pom.xml
Modified: openejb/trunk/javaee-api/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/javaee-api/pom.xml?rev=1344121&r1=1344120&r2=1344121&view=diff
==============================================================================
--- openejb/trunk/javaee-api/pom.xml (original)
+++ openejb/trunk/javaee-api/pom.xml Wed May 30 07:12:42 2012
@@ -135,8 +135,6 @@
<excludes>
<exclude>META-INF/LICENSE</exclude>
<exclude>META-INF/NOTICE</exclude>
- <exclude>META-INF/all/*</exclude>
- <exclude>META-INF/plus/*</exclude>
<exclude>META-INF/README.txt</exclude>
</excludes>
</filter>
@@ -193,8 +191,6 @@
<filter>
<artifact>*:*</artifact>
<excludes>
- <exclude>META-INF/all/*</exclude>
- <exclude>META-INF/tomcat/*</exclude>
<exclude>META-INF/LICENSE</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/README.txt</exclude>