You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/03/03 02:02:54 UTC

svn commit: r632898 - /commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml

Author: niallp
Date: Sun Mar  2 17:02:54 2008
New Revision: 632898

URL: http://svn.apache.org/viewvc?rev=632898&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/pool/branches/1_4_RELEASE_BRANCH/pom.xml

Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml?rev=632898&r1=632897&r2=632898&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml Sun Mar  2 17:02:54 2008
@@ -132,16 +132,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>