]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added build/fop-hyph.jar to standard-junit-classpath so that hyphenation tests can...
authorVincent Hennebert <vhennebert@apache.org>
Tue, 22 Nov 2011 15:51:00 +0000 (15:51 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Tue, 22 Nov 2011 15:51:00 +0000 (15:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1205046 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 29e103841736cfbf8cf126adc38b9790d35a3303..4f0bd0173699f65d72dc5a4f543d5e58765b75c6 100644 (file)
--- 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"/>