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/01/17 14:48:07 UTC

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

Author: lehmi
Date: Sun Jan 17 13:48:07 2016
New Revision: 1725092

URL: http://svn.apache.org/viewvc?rev=1725092&view=rev
Log:
PDFBOX-3196: updated rat exclude rules

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=1725092&r1=1725091&r2=1725092&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/pom.xml (original)
+++ pdfbox/branches/1.8/pdfbox/pom.xml Sun Jan 17 13:48:07 2016
@@ -178,6 +178,9 @@
                         <exclude>src/main/resources/META-INF/services/*</exclude>
                         <exclude>src/test/resources/input/rendering/*.ai</exclude>
                         <exclude>src/test/resources/input/*.txt</exclude>
+                        <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>download/glyphlist.txt</exclude>
                         <exclude>release.properties</exclude>
                     </excludes>