瀏覽代碼

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 年之前
父節點
當前提交
2629dc50a0
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      build.xml

+ 1
- 2
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"/>

Loading…
取消
儲存