diff options
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -124,8 +124,7 @@ list of possible build targets. </fileset> </path> <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"/> + <exclude name="org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java" unless="jai.present"/> </patternset> <patternset id="exclude-jce-dependencies"> <exclude name="org/apache/fop/pdf/PDFEncryptionJCE.java" unless="jce.present"/> |