You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2016/11/23 23:08:17 UTC

svn commit: r1771061 - /pdfbox/branches/1.8/pdfbox/pom.xml

Author: lehmi
Date: Wed Nov 23 23:08:17 2016
New Revision: 1771061

URL: http://svn.apache.org/viewvc?rev=1771061&view=rev
Log:
                        <exclude>src/test/resources/org/apache/pdfbox/pdmodel/sRGB.*</exclude>

Modified:
    pdfbox/branches/1.8/pdfbox/pom.xml

Modified: pdfbox/branches/1.8/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/pom.xml?rev=1771061&r1=1771060&r2=1771061&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/pom.xml (original)
+++ pdfbox/branches/1.8/pdfbox/pom.xml Wed Nov 23 23:08:17 2016
@@ -174,6 +174,7 @@
                         <exclude>src/test/resources/org/apache/pdfbox/filter/*.bin</exclude>
                         <exclude>src/test/resources/org/apache/pdfbox/encryption/*.der</exclude>
                         <exclude>src/test/resources/org/apache/pdfbox/encryption/*.pfx</exclude>
+                        <exclude>src/test/resources/org/apache/pdfbox/pdmodel/sRGB.*</exclude>
                         <exclude>download/glyphlist.txt</exclude>
                         <exclude>release.properties</exclude>
                     </excludes>