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/24 09:40:22 UTC

svn commit: r1771100 - /pdfbox/branches/2.0/examples/pom.xml

Author: lehmi
Date: Thu Nov 24 09:40:22 2016
New Revision: 1771100

URL: http://svn.apache.org/viewvc?rev=1771100&view=rev
Log:
PDFBOX-3571: added rat exclude rule

Modified:
    pdfbox/branches/2.0/examples/pom.xml

Modified: pdfbox/branches/2.0/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/pom.xml?rev=1771100&r1=1771099&r2=1771100&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/pom.xml (original)
+++ pdfbox/branches/2.0/examples/pom.xml Thu Nov 24 09:40:22 2016
@@ -106,6 +106,7 @@
         <configuration>
           <excludes>
             <exclude>src/test/resources/org/apache/pdfbox/examples/signature/*</exclude>
+            <exclude>src/main/resources/org/apache/pdfbox/resources/pdfa/sRGB.*</exclude>
           </excludes>
         </configuration>
       </plugin>