diff options
author | Simon Pepping <spepping@apache.org> | 2005-10-12 20:24:15 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2005-10-12 20:24:15 +0000 |
commit | 0f4419ec1540cceca12b63b46a5442d2ee299d8a (patch) | |
tree | 663e8393453ba3e0f1af436974fdbcd3efb28e54 /build.xml | |
parent | 79f91f6bedd05ec7fb02b4faea715e7de8c1f768 (diff) | |
download | xmlgraphics-fop-0f4419ec1540cceca12b63b46a5442d2ee299d8a.tar.gz xmlgraphics-fop-0f4419ec1540cceca12b63b46a5442d2ee299d8a.zip |
Use libs-run-classpath for hyphenation-present and junit-layout
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@315029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -674,8 +674,8 @@ list of possible build targets. <target name="hyphenation-present" depends="junit-compile" if="junit.present"> <condition property="hyphenation.present"> <and><!-- All the hyphenation files required by the layout test cases to be listed here --> - <available resource="hyph/en.hyp" classpathref="libs-build-classpath"/> - <available resource="hyph/de.hyp" classpathref="libs-build-classpath"/> + <available resource="hyph/en.hyp" classpathref="libs-run-classpath"/> + <available resource="hyph/de.hyp" classpathref="libs-run-classpath"/> </and> </condition> <condition property="hyphenation.message" value="Hyphenation Support PRESENT"> @@ -699,10 +699,7 @@ list of possible build targets. <formatter type="brief" usefile="false"/> <classpath> <pathelement location="${build.dir}/test-classes"/> - <path refid="libs-build-classpath"/> - <fileset dir="build"> - <include name="fop.jar"/> - </fileset> + <path refid="libs-run-classpath"/> </classpath> <batchtest todir="${build.dir}/test-reports/fop"> <fileset dir="${build.dir}/test-classes"> |