]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Use libs-run-classpath for hyphenation-present and junit-layout
authorSimon Pepping <spepping@apache.org>
Wed, 12 Oct 2005 20:24:15 +0000 (20:24 +0000)
committerSimon Pepping <spepping@apache.org>
Wed, 12 Oct 2005 20:24:15 +0000 (20:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@315029 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 83db22cae5b4b767ba7ca20263815cd3fb5f2843..8aadaaeab4944f686df883b013d1f48ca2fa74c9 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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">