summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2002-04-11 09:33:31 +0000
committerKeiron Liddle <keiron@apache.org>2002-04-11 09:33:31 +0000
commitec28e0fccd19e6dcd0aef8aefad945d9dfafaa8c (patch)
tree034d05290379d4b556f2473ea82618b5bd9d429f /build.xml
parentfcc06083c6b4f75a5a6ebbcc535f3dc2e95c88f4 (diff)
downloadxmlgraphics-fop-ec28e0fccd19e6dcd0aef8aefad945d9dfafaa8c.tar.gz
xmlgraphics-fop-ec28e0fccd19e6dcd0aef8aefad945d9dfafaa8c.zip
replaced logkit logger with the logger interface in avalon framework
Submitted by: Michael Gratton <mjg@recalldesign.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194733 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 26ef96a1e..6cee7282b 100644
--- a/build.xml
+++ b/build.xml
@@ -128,7 +128,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<include name="lib/xerces-1.4.3.jar"/>
<include name="lib/xalan-2.2D11.jar"/>
<include name="lib/batik.jar"/>
- <include name="lib/logkit-1.0.jar"/>
+ <include name="lib/avalon-framework-cvs-20020315.jar"/>
<include name="lib/jimi*"/>
</fileset>
@@ -275,7 +275,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.4.3.jar lib/xalan-2.2D11.jar lib/batik.jar lib/jimi-1.0.jar lib/logkit-1.0.jar"/>
+ <property name="runtime.classpath" value="lib/xerces-1.4.3.jar lib/xalan-2.2D11.jar lib/batik.jar lib/jimi-1.0.jar lib/avalon-framework-cvs-20020315.jar"/>
<filter filtersfile="${build.src}/codegen/filter"/>