Explorar el Código

Extend exclude pattern for JAI-dependant classes.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@397833 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_93
Jeremias Maerki hace 18 años
padre
commit
6950acd013
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      build.xml

+ 2
- 0
build.xml Ver fichero

@@ -134,6 +134,7 @@ list of possible build targets.

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

<patternset id="exclude-jce-dependencies">
@@ -416,6 +417,7 @@ list of possible build targets.
source="${javac.source}" target="${javac.target}">
<src path="${src.sandbox.dir}"/>
<patternset includes="**/*.java"/>
<patternset refid="exclude-jai"/>
<classpath>
<path refid="libs-build-classpath"/>
<pathelement location="${build.classes.dir}"/>

Cargando…
Cancelar
Guardar