The fix was for maven 2. Does this break maven 1?

Stephen


[EMAIL PROTECTED] wrote:
Author: bayard
Date: Wed Dec  6 01:09:14 2006
New Revision: 482976

URL: http://svn.apache.org/viewvc?view=rev&rev=482976
Log:
Removing the NOTICE.txt and LICENSE.txt packing inside the META-INF. 
Commons-parent takes care of this. Patch supplied by Jochen in #IO-103

Modified:
    jakarta/commons/proper/io/trunk/pom.xml

Modified: jakarta/commons/proper/io/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/pom.xml?view=diff&rev=482976&r1=482975&r2=482976
==============================================================================
--- jakarta/commons/proper/io/trunk/pom.xml (original)
+++ jakarta/commons/proper/io/trunk/pom.xml Wed Dec  6 01:09:14 2006
@@ -198,16 +198,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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to