Browse Source

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
pull/37/head
Jeremias Maerki 15 years ago
parent
commit
2629dc50a0
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      build.xml

+ 1
- 2
build.xml View File

@@ -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"/>

Loading…
Cancel
Save