aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2003-11-07 22:21:28 +0000
committerJeremias Maerki <jeremias@apache.org>2003-11-07 22:21:28 +0000
commit3dca05c58919a3b29adaa804c7f20ab16d977156 (patch)
treeefd3caa3c6d73377f8f5b93a442169a3be0cb590
parent01e51818270a7a8351dcd2cba4093abf586bd6ed (diff)
downloadxmlgraphics-fop-3dca05c58919a3b29adaa804c7f20ab16d977156.tar.gz
xmlgraphics-fop-3dca05c58919a3b29adaa804c7f20ab16d977156.zip
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
-rw-r--r--build.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 18f47ed91..e0cfd92c0 100644
--- a/build.xml
+++ b/build.xml
@@ -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*"/>