Browse Source

Adjust transcoder packaging to changes in FOP.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196991 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
Jeremias Maerki 20 years ago
parent
commit
02d9bb5c7c
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      build.xml

+ 6
- 2
build.xml View File

@@ -288,7 +288,7 @@ list of possible build targets.
<condition property="junit.message" value="JUnit Support PRESENT">
<equals arg1="${junit.present}" arg2="true"/>
</condition>
<condition property="junit.message" value="JUnit Support NOT Present">
<condition property="junit.message" value="JUnit Support NOT Present - Committers are required to have JUnit working">
<not>
<equals arg1="${junit.present}" arg2="true"/>
</not>
@@ -534,9 +534,13 @@ list of possible build targets.
<patternset id="transcoder-classes">
<!-- General classes -->
<patternset>
<include name="org/apache/fop/apps/Document*"/>
<include name="org/apache/fop/fo/FOTreeControl*"/>
<include name="org/apache/fop/fo/FOTreeListener*"/>
<include name="org/apache/fop/area/AreaTreeControl*"/>
<include name="org/apache/fop/svg/**"/>
<include name="org/apache/fop/fonts/**"/>
<include name="org/apache/fop/layout/Font*.class"/>
<!--include name="org/apache/fop/layout/Font*.class"/-->
<include name="org/apache/fop/image/FopImag*.class"/>
<include name="org/apache/fop/image/Jpeg*"/>
<include name="org/apache/fop/image/Abstract*"/>

Loading…
Cancel
Save