]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Adjust transcoder packaging to changes in FOP.
authorJeremias Maerki <jeremias@apache.org>
Fri, 7 Nov 2003 22:21:28 +0000 (22:21 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 7 Nov 2003 22:21:28 +0000 (22:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196991 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 18f47ed912d8cb9862b63e21dfd13733052f0e0c..e0cfd92c0e035cb303a9ee7cdcb26669c820e9b5 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -288,7 +288,7 @@ list of possible build targets.
     <condition property="junit.message" value="JUnit Support PRESENT">
       <equals arg1="${junit.present}" arg2="true"/>
     </condition>
-    <condition property="junit.message" value="JUnit Support NOT Present">
+    <condition property="junit.message" value="JUnit Support NOT Present - Committers are required to have JUnit working">
       <not>
         <equals arg1="${junit.present}" arg2="true"/>
       </not>
@@ -534,9 +534,13 @@ list of possible build targets.
     <patternset id="transcoder-classes">
       <!-- General classes -->
       <patternset>
+        <include name="org/apache/fop/apps/Document*"/>
+        <include name="org/apache/fop/fo/FOTreeControl*"/>
+        <include name="org/apache/fop/fo/FOTreeListener*"/>
+        <include name="org/apache/fop/area/AreaTreeControl*"/>
         <include name="org/apache/fop/svg/**"/>
         <include name="org/apache/fop/fonts/**"/>
-        <include name="org/apache/fop/layout/Font*.class"/>
+        <!--include name="org/apache/fop/layout/Font*.class"/-->
         <include name="org/apache/fop/image/FopImag*.class"/>
         <include name="org/apache/fop/image/Jpeg*"/>
         <include name="org/apache/fop/image/Abstract*"/>