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 20:22:27 UTC

svn commit: r1626039 - in /pdfbox/trunk: fontbox/pom.xml pdfbox/pom.xml

Author: jahewson
Date: Thu Sep 18 18:22:27 2014
New Revision: 1626039

URL: http://svn.apache.org/r1626039
Log:
PDFBOX-2358: Move RAT config for cmap files to FontBox

Modified:
    pdfbox/trunk/fontbox/pom.xml
    pdfbox/trunk/pdfbox/pom.xml

Modified: pdfbox/trunk/fontbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/fontbox/pom.xml?rev=1626039&r1=1626038&r2=1626039&view=diff
==============================================================================
--- pdfbox/trunk/fontbox/pom.xml (original)
+++ pdfbox/trunk/fontbox/pom.xml Thu Sep 18 18:22:27 2014
@@ -55,6 +55,15 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+            <excludes>
+                <exclude>src/main/resources/org/apache/fontbox/resources/cmap/*</exclude>
+            </excludes>
+        </configuration>
+    </plugin>
     </plugins>
   </build>
 

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1626039&r1=1626038&r2=1626039&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Thu Sep 18 18:22:27 2014
@@ -136,7 +136,6 @@
                 <configuration>
                     <excludes>
                         <exclude>src/main/resources/org/apache/pdfbox/resources/afm/*</exclude>
-                        <exclude>src/main/resources/org/apache/pdfbox/resources/cmap/*</exclude>
                         <exclude>src/main/resources/org/apache/pdfbox/resources/icc/*</exclude>
                         <exclude>src/main/resources/META-INF/services/*</exclude>
                         <exclude>src/test/resources/input/rendering/*.ai</exclude>