aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2011-11-22 15:51:00 +0000
committerVincent Hennebert <vhennebert@apache.org>2011-11-22 15:51:00 +0000
commit89b7968a9219df13a1c03869be8d3e3c1b4eb096 (patch)
tree9b39e585eb44739ace9dcbff86cea9aab653fb74
parentd955d844f87378114e860a7a2ab637a03dc35d7e (diff)
downloadxmlgraphics-fop-89b7968a9219df13a1c03869be8d3e3c1b4eb096.tar.gz
xmlgraphics-fop-89b7968a9219df13a1c03869be8d3e3c1b4eb096.zip
Added build/fop-hyph.jar to standard-junit-classpath so that hyphenation tests can run when the "source" en.xml and de.xml are stored in the hyph/ directory
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1205046 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 29e103841..4f0bd0173 100644
--- a/build.xml
+++ b/build.xml
@@ -763,7 +763,10 @@ list of possible build targets.
<path id="standard-junit-classpath">
<pathelement location="${build.unit.tests.dir}"/>
<path refid="libs-tools-build-classpath"/>
- <pathelement location="${build.dir}/fop.jar"/>
+ <fileset dir="${build.dir}">
+ <include name="fop.jar"/>
+ <include name="fop-hyph.jar"/>
+ </fileset>
</path>
<macrodef name="junit-run">
<attribute name="title"/>