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:03:59 UTC

svn commit: r632901 - /commons/proper/transaction/branches/TRANSACTION_2/pom.xml

Author: niallp
Date: Sun Mar  2 17:03:59 2008
New Revision: 632901

URL: http://svn.apache.org/viewvc?rev=632901&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/transaction/branches/TRANSACTION_2/pom.xml

Modified: commons/proper/transaction/branches/TRANSACTION_2/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/transaction/branches/TRANSACTION_2/pom.xml?rev=632901&r1=632900&r2=632901&view=diff
==============================================================================
--- commons/proper/transaction/branches/TRANSACTION_2/pom.xml (original)
+++ commons/proper/transaction/branches/TRANSACTION_2/pom.xml Sun Mar  2 17:03:59 2008
@@ -157,16 +157,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>
         <artifactId>maven-assembly-plugin</artifactId>