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

svn commit: r1096748 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Tue Apr 26 13:28:55 2011
New Revision: 1096748

URL: http://svn.apache.org/viewvc?rev=1096748&view=rev
Log:
No need for this hack anymore

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1096748&r1=1096747&r2=1096748&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Tue Apr 26 13:28:55 2011
@@ -286,18 +286,6 @@ Supported protocols include: Echo, Finge
 
         </plugins>
 
-      <!-- Temporary fix until Commons Parent is updated: add N&L files to test jars -->
-      <testResources>
-        <testResource>
-          <directory>${basedir}</directory>
-          <targetPath>META-INF</targetPath>
-          <includes>
-            <include>NOTICE.txt</include>
-            <include>LICENSE.txt</include>
-          </includes>
-        </testResource>
-      </testResources>
-
     </build>
 
     <reporting>