You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/05/24 18:41:30 UTC

[42/50] [abbrv] commons-imaging git commit: Add RAT exclude for test image

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 <br...@apache.org>
Authored: Wed May 17 21:13:49 2017 +0000
Committer: Benedikt Ritter <br...@apache.org>
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>