Author: sebb Date: Fri May 4 20:13:35 2012 New Revision: 1334155 URL: http://svn.apache.org/viewvc?rev=1334155&view=rev Log: Test resources have been moved
Modified: commons/proper/pool/trunk/pom.xml Modified: commons/proper/pool/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1334155&r1=1334154&r2=1334155&view=diff ============================================================================== --- commons/proper/pool/trunk/pom.xml (original) +++ commons/proper/pool/trunk/pom.xml Fri May 4 20:13:35 2012 @@ -234,8 +234,8 @@ <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> - <exclude>src/test/java/org/apache/commons/pool2/impl/test1</exclude> - <exclude>src/test/java/org/apache/commons/pool2/impl/test2</exclude> + <exclude>src/test/resources/test1</exclude> + <exclude>src/test/resources/test2</exclude> <exclude>.checkstyle</exclude> <exclude>.fbprefs</exclude> <exclude>.pmd</exclude>