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 2012/05/26 20:03:40 UTC

svn commit: r1342938 - in /pdfbox/trunk: parent/pom.xml pom.xml

Author: lehmi
Date: Sat May 26 18:03:39 2012
New Revision: 1342938

URL: http://svn.apache.org/viewvc?rev=1342938&view=rev
Log:
reenabled preflight and xmpbox

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

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1342938&r1=1342937&r2=1342938&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Sat May 26 18:03:39 2012
@@ -105,8 +105,6 @@
             <configuration>
               <excludes>
                 <exclude>release.properties</exclude>
-		<!-- temporarily added as long as the preflight is disabled -->
-	        <exclude>preflight/src/test/resources/org/apache/padaf/preflight/font/*.font</exclude>
               </excludes>
             </configuration>
           </plugin>

Modified: pdfbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pom.xml?rev=1342938&r1=1342937&r2=1342938&view=diff
==============================================================================
--- pdfbox/trunk/pom.xml (original)
+++ pdfbox/trunk/pom.xml Sat May 26 18:03:39 2012
@@ -46,11 +46,9 @@
     <module>parent</module>
     <module>fontbox</module>
     <module>jempbox</module>
-    <!-- disabled due to some unfinished refactoring-->
-    <!-- module>xmpbox</module -->
+    <module>xmpbox</module>
     <module>pdfbox</module>
-    <!-- disabled due to some unfinished refactoring-->
-    <!-- module>preflight</module -->
+    <module>preflight</module>
     <module>lucene</module>
     <module>ant</module>
     <module>war</module>