aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2001-08-20 11:33:44 +0000
committerKeiron Liddle <keiron@apache.org>2001-08-20 11:33:44 +0000
commitc14a89507082a1ce76788328452a41252f5ef822 (patch)
tree9c3a43bf2bcaff7c71dfc385733592f398d8c69f /build.xml
parent4daeb7896ffdcf2a1c3303d6b41103d05f1a9014 (diff)
downloadxmlgraphics-fop-c14a89507082a1ce76788328452a41252f5ef822.tar.gz
xmlgraphics-fop-c14a89507082a1ce76788328452a41252f5ef822.zip
adjusted classpath libs for logging
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194431 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index f4e34ae7b..3ccfc3a98 100644
--- a/build.xml
+++ b/build.xml
@@ -136,6 +136,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<include name="lib/xalanj1compat.jar"/>
<include name="lib/batik.jar"/>
<include name="lib/logkit-1.0b4.jar"/>
+ <include name="lib/avalon-framework-4.0.jar"/>
<include name="lib/jimi*"/>
</fileset>
@@ -278,7 +279,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<taskdef name="runTest" classname="org.apache.fop.tools.anttasks.RunTest"/>
<property name="main.class" value="org.apache.fop.apps.Fop"/>
- <property name="runtime.classpath" value="lib/xerces-1.2.3.jar lib/xalan-2.0.0.jar lib/xalanj1compat.jar lib/batik.jar lib/jimi-1.0.jar lib/logkit-1.0b4.jar"/>
+ <property name="runtime.classpath" value="lib/xerces-1.2.3.jar lib/xalan-2.0.0.jar lib/xalanj1compat.jar lib/batik.jar lib/jimi-1.0.jar lib/logkit-1.0b4.jar lib/avalon-framework-4.0.jar"/>
<filter filtersfile="${build.src}/codegen/filter"/>
@@ -576,9 +577,9 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<target name="test" depends="package">
<echo message="Testing build in jar file ${build.dir}/${name}.jar against reference"/>
<runTest testSuite="basictests.xml" basedir="test/" reference="test/reference/fop.jar"
- refVersion="FOP 0.19.0-CVS"/>
+ refVersion="FOP 0.20.1"/>
<runTest testSuite="bugtests.xml" basedir="test/" reference="test/reference/fop.jar"
- refVersion="FOP 0.19.0-CVS"/>
+ refVersion="FOP 0.20.1"/>
<!--
<runTest testSuite="testsuite.xml" basedir="TestSuite/NIST/" reference="test/reference/fop.jar"
refVersion="FOP 0.19.0-CVS"/>