You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/05/04 04:26:11 UTC

svn commit: r1099311 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Wed May  4 02:26:11 2011
New Revision: 1099311

URL: http://svn.apache.org/viewvc?rev=1099311&view=rev
Log:
Remove N & L file references for test jar now that it is included in commons-parent 21.

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1099311&r1=1099310&r2=1099311&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Wed May  4 02:26:11 2011
@@ -202,18 +202,6 @@
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
-    <!-- Temporary fix until Commons Parent 21 is released -->
-    <!-- Ensure test jars also get NOTICE & LICENSE files -->
-    <testResources>
-      <testResource>
-        <directory>${basedir}</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-          <include>NOTICE.txt</include>
-          <include>LICENSE.txt</include>
-        </includes>
-      </testResource>
-    </testResources>    
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>