You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2015/11/07 14:53:05 UTC

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

Author: tilman
Date: Sat Nov  7 13:53:04 2015
New Revision: 1713127

URL: http://svn.apache.org/viewvc?rev=1713127&view=rev
Log:
PDFBOX-3044: add *txt files to rat config

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=1713127&r1=1713126&r2=1713127&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/pom.xml (original)
+++ pdfbox/branches/1.8/pdfbox/pom.xml Sat Nov  7 13:53:04 2015
@@ -177,6 +177,7 @@
                         <exclude>src/main/resources/org/apache/pdfbox/resources/cmap/*</exclude>
                         <exclude>src/main/resources/META-INF/services/*</exclude>
                         <exclude>src/test/resources/input/rendering/*.ai</exclude>
+                        <exclude>src/test/resources/input/*.txt</exclude>
                         <exclude>download/glyphlist.txt</exclude>
                         <exclude>release.properties</exclude>
                     </excludes>