]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
The classpath for junit-transcoder should not contain fop.jar
authorSimon Pepping <spepping@apache.org>
Fri, 14 Oct 2005 19:36:35 +0000 (19:36 +0000)
committerSimon Pepping <spepping@apache.org>
Fri, 14 Oct 2005 19:36:35 +0000 (19:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@321196 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 8aadaaeab4944f686df883b013d1f48ca2fa74c9..fa40835044524445451e1dacd8c2919d2eb3302d 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -606,7 +606,7 @@ list of possible build targets.
       <formatter type="brief" usefile="false"/>
       <classpath>
         <pathelement location="${build.dir}/test-classes"/>
-        <path refid="libs-run-classpath"/>
+        <path refid="libs-build-classpath"/>
         <fileset dir="${build.dir}">
           <include name="fop-transcoder.jar"/>
         </fileset>