Add RAT exclude for test image git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795457 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/8a3843f4 Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/8a3843f4 Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/8a3843f4 Branch: refs/heads/master Commit: 8a3843f44c22ba84ba85367c7de8a533bd06c7ca Parents: f50e85c Author: Benedikt Ritter <[email protected]> Authored: Wed May 17 21:13:49 2017 +0000 Committer: Benedikt Ritter <[email protected]> Committed: Wed May 17 21:13:49 2017 +0000 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/8a3843f4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 677762f..820e77b 100644 --- a/pom.xml +++ b/pom.xml @@ -326,6 +326,7 @@ <exclude>src/test/data/images/pbm/2/5x5-bw.pam</exclude> <exclude>src/test/data/images/pbm/1/Oregon Scientific DS6639 - DSC_0307 - small.pgm</exclude> <exclude>src/test/data/images/xbm/1/Oregon Scientific DS6639 - DSC_0307 - small.xbm</exclude> + <exclude>src/test/data/images/xbm/1/Oregon Scientific DS6639 - DSC_0307 - small X10.xbm</exclude> <exclude>src/main/resources/org/apache/commons/imaging/formats/xpm/rgb.txt</exclude> </excludes> </configuration>
