Author: niallp
Date: Sun Mar  2 17:01:58 2008
New Revision: 632895

URL: http://svn.apache.org/viewvc?rev=632895&view=rev
Log:
Remove redundant <resource> configuration for NOTICE/LICENSE - these are 
configured in commons-parent (NOTE: seems that components which define other 
<resource> elements need to include these - so only removing from components 
where NOTICE/LICENSE are the only resources configured)

Modified:
    commons/proper/collections/branches/collections_jdk5_branch/pom.xml

Modified: commons/proper/collections/branches/collections_jdk5_branch/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/branches/collections_jdk5_branch/pom.xml?rev=632895&r1=632894&r2=632895&view=diff
==============================================================================
--- commons/proper/collections/branches/collections_jdk5_branch/pom.xml 
(original)
+++ commons/proper/collections/branches/collections_jdk5_branch/pom.xml Sun Mar 
 2 17:01:58 2008
@@ -401,16 +401,6 @@
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>.</directory>
-        <targetPath>META-INF</targetPath>
-          <includes>
-            <include>NOTICE.txt</include>
-            <include>LICENSE.txt</include>
-          </includes>
-        </resource>
-      </resources>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


Reply via email to