Author: niallp
Date: Wed Jan 9 14:37:48 2008
New Revision: 610600
URL: http://svn.apache.org/viewvc?rev=610600&view=rev
Log:
remove local resources - this will (hopefully) be in the next parent pom
Modified:
commons/proper/chain/trunk/pom.xml
Modified: commons/proper/chain/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=610600&r1=610599&r2=610600&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Wed Jan 9 14:37:48 2008
@@ -90,15 +90,6 @@
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
- <resources>
- <resource>
- <directory>.</directory>
- <includes>
- <include>NOTICE.txt</include>
- <include>LICENSE.txt</include>
- </includes>
- </resource>
- </resources>
<testResources>
<testResource>
<directory>src/test</directory>