You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/09/07 04:50:03 UTC

svn commit: r1165972 - in /openejb/trunk/javaee-api: pom.xml src/main/resources/LICENSE.txt src/main/resources/NOTICE.txt

Author: dblevins
Date: Wed Sep  7 02:50:02 2011
New Revision: 1165972

URL: http://svn.apache.org/viewvc?rev=1165972&view=rev
Log:
Fixing NOTICE/LICENSE files

Modified:
    openejb/trunk/javaee-api/pom.xml
    openejb/trunk/javaee-api/src/main/resources/LICENSE.txt
    openejb/trunk/javaee-api/src/main/resources/NOTICE.txt

Modified: openejb/trunk/javaee-api/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/javaee-api/pom.xml?rev=1165972&r1=1165971&r2=1165972&view=diff
==============================================================================
--- openejb/trunk/javaee-api/pom.xml (original)
+++ openejb/trunk/javaee-api/pom.xml Wed Sep  7 02:50:02 2011
@@ -27,8 +27,8 @@
   <groupId>org.apache.openejb</groupId>
   <artifactId>javaee-api</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: JavaEE Full API (zip file)</name>
-  <version>6.0-2-SNAPSHOT</version>
+  <name>OpenEJB :: JavaEE Full API (zip and jar files)</name>
+  <version>6.0-1-SNAPSHOT</version>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/openejb/trunk/javaee-api</connection>
@@ -109,6 +109,15 @@
                   </manifestEntries>
                 </transformer>
               </transformers>
+              <filters>
+                <filter>
+                  <artifact>org.apache.geronimo.specs:*</artifact>
+                  <excludes>
+                    <exclude>META-INF/NOTICE*</exclude>
+                    <exclude>META-INF/LICENSE*</exclude>
+                  </excludes>
+                </filter>
+              </filters>
             </configuration>
           </execution>
           <execution>
@@ -146,6 +155,15 @@
                   </manifestEntries>
                 </transformer>
               </transformers>
+              <filters>
+                <filter>
+                  <artifact>org.apache.geronimo.specs:*</artifact>
+                  <excludes>
+                    <exclude>META-INF/NOTICE*</exclude>
+                    <exclude>META-INF/LICENSE*</exclude>
+                  </excludes>
+                </filter>
+              </filters>
             </configuration>
           </execution>
         </executions>