spepping 2005/01/12 11:50:36 Modified: . build.xml Log: Fixed an error in the classpath of one of the junit tests Revision Changes Path 1.113 +1 -0 xml-fop/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-fop/build.xml,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- build.xml 6 Jan 2005 19:20:37 -0000 1.112 +++ build.xml 12 Jan 2005 19:50:36 -0000 1.113 @@ -696,6 +696,7 @@ <formatter type="brief" usefile="false"/> <classpath> <pathelement location="${build.dir}/test-classes"/> + <path refid="libs-basic-run-classpath"/> <fileset dir="build"> <include name="fop-transcoder-allinone.jar"/> </fileset>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]