You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ja...@apache.org on 2014/09/18 22:06:05 UTC

svn commit: r1626066 - /pdfbox/trunk/fontbox/pom.xml

Author: jahewson
Date: Thu Sep 18 20:06:04 2014
New Revision: 1626066

URL: http://svn.apache.org/r1626066
Log:
PDFBOX-2358: Typo in RAT config for cmap files to FontBox

Modified:
    pdfbox/trunk/fontbox/pom.xml

Modified: pdfbox/trunk/fontbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/fontbox/pom.xml?rev=1626066&r1=1626065&r2=1626066&view=diff
==============================================================================
--- pdfbox/trunk/fontbox/pom.xml (original)
+++ pdfbox/trunk/fontbox/pom.xml Thu Sep 18 20:06:04 2014
@@ -60,7 +60,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
             <excludes>
-                <exclude>src/main/resources/org/apache/fontbox/resources/cmap/*</exclude>
+                <exclude>src/main/resources/org/apache/fontbox/cmap/*</exclude>
             </excludes>
         </configuration>
     </plugin>