diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2011-11-22 15:51:00 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2011-11-22 15:51:00 +0000 |
commit | 89b7968a9219df13a1c03869be8d3e3c1b4eb096 (patch) | |
tree | 9b39e585eb44739ace9dcbff86cea9aab653fb74 | |
parent | d955d844f87378114e860a7a2ab637a03dc35d7e (diff) | |
download | xmlgraphics-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.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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"/> |