You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ju...@apache.org on 2010/09/03 13:29:25 UTC

svn commit: r992267 - /pdfbox/trunk/pdfbox/pom.xml

Author: jukka
Date: Fri Sep  3 11:29:25 2010
New Revision: 992267

URL: http://svn.apache.org/viewvc?rev=992267&view=rev
Log:
PDFBOX-494: Addtional CMap files from adobe

Exclude the BSD-licensed CMap files from RAT checks

Modified:
    pdfbox/trunk/pdfbox/pom.xml

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=992267&r1=992266&r2=992267&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Fri Sep  3 11:29:25 2010
@@ -155,6 +155,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
+            <exclude>src/main/resources/org/apache/pdfbox/resources/cmap/*</exclude>
             <exclude>src/test/resources/input/rendering/*.ai</exclude>
             <exclude>download/glyphlist.txt</exclude>
             <exclude>release.properties</exclude>