]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Extend exclude pattern for JAI-dependant classes.
authorJeremias Maerki <jeremias@apache.org>
Fri, 28 Apr 2006 09:44:44 +0000 (09:44 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 28 Apr 2006 09:44:44 +0000 (09:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@397833 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 5cb3c81a610bc8382d627a64321512daf0039e5b..2b0e077658235ff51644c056b2e4b8d4af2b6d49 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -134,6 +134,7 @@ list of possible build targets.
 
   <patternset id="exclude-jai">
     <exclude name="org/apache/fop/image/JAIImage.java" unless="jai.present"/>
+    <exclude name="org/apache/fop/render/pcl/JAIMonochromeBitmapConverter.java" unless="jai.present"/>
   </patternset>
 
   <patternset id="exclude-jce-dependencies">
@@ -416,6 +417,7 @@ list of possible build targets.
            source="${javac.source}" target="${javac.target}">
       <src path="${src.sandbox.dir}"/>
       <patternset includes="**/*.java"/>
+      <patternset refid="exclude-jai"/>
       <classpath>
         <path refid="libs-build-classpath"/>
         <pathelement location="${build.classes.dir}"/>