aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2009-01-28 12:56:43 +0000
committerJeremias Maerki <jeremias@apache.org>2009-01-28 12:56:43 +0000
commitb050b663fd1b42087182726f9127c6be9462d252 (patch)
tree0bc8a0d070a781e6f65a31969c952afd5f5d122d /build.xml
parentac33a1e85b29eb7d528d14fe2fa5cff8dfd64d7d (diff)
downloadxmlgraphics-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.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 9421ba9d6..a7fee3510 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>