You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2008/01/07 17:15:53 UTC

svn commit: r609660 - /felix/trunk/pom/pom.xml

Author: cziegeler
Date: Mon Jan  7 08:15:52 2008
New Revision: 609660

URL: http://svn.apache.org/viewvc?rev=609660&view=rev
Log:
Include all notice and license files.

Modified:
    felix/trunk/pom/pom.xml

Modified: felix/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=609660&r1=609659&r2=609660&view=diff
==============================================================================
--- felix/trunk/pom/pom.xml (original)
+++ felix/trunk/pom/pom.xml Mon Jan  7 08:15:52 2008
@@ -393,8 +393,8 @@
       <directory>.</directory>
       <targetPath>META-INF</targetPath>
       <includes>
-        <include>LICENSE</include>
-        <include>NOTICE</include>
+        <include>LICENSE*</include>
+        <include>NOTICE*</include>
       </includes>
     </resource>
   </resources>