Author: niallp
Date: Sun Mar  2 17:03:21 2008
New Revision: 632899

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

Modified: commons/proper/scxml/branches/J5/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J5/pom.xml?rev=632899&r1=632898&r2=632899&view=diff
==============================================================================
--- commons/proper/scxml/branches/J5/pom.xml (original)
+++ commons/proper/scxml/branches/J5/pom.xml Sun Mar  2 17:03:21 2008
@@ -176,16 +176,6 @@
   <build>
     <sourceDirectory>src/main/java</sourceDirectory>
     <testSourceDirectory>src/test/java</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>.</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-          <include>NOTICE.txt</include>
-          <include>LICENSE.txt</include>
-        </includes>
-      </resource>
-    </resources>
     <testResources>
       <testResource>
         <directory>src/test/java</directory>


Reply via email to