diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-01-28 12:56:43 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-01-28 12:56:43 +0000 |
commit | b050b663fd1b42087182726f9127c6be9462d252 (patch) | |
tree | 0bc8a0d070a781e6f65a31969c952afd5f5d122d /build.xml | |
parent | ac33a1e85b29eb7d528d14fe2fa5cff8dfd64d7d (diff) | |
download | xmlgraphics-fop-b050b663fd1b42087182726f9127c6be9462d252.tar.gz xmlgraphics-fop-b050b663fd1b42087182726f9127c6be9462d252.zip |
Grr, forgot the command-line compile again. Fixed the build after the move of a JAI-dependent class. Thanks, Gump.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738472 13f79535-47bb-0310-9956-ffa450edef68
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"/> |