diff options
author | Christian Geisert <chrisg@apache.org> | 2003-03-25 01:31:00 +0000 |
---|---|---|
committer | Christian Geisert <chrisg@apache.org> | 2003-03-25 01:31:00 +0000 |
commit | 32c1b7201fa5d51395ff1d1fd5d9773802e88ebd (patch) | |
tree | 4a948b635aa2464382b093289049eaa6f0023206 /build.xml | |
parent | 69a00e23094814dc1ad60373c34b8f21fbd8979b (diff) | |
download | xmlgraphics-fop-32c1b7201fa5d51395ff1d1fd5d9773802e88ebd.tar.gz xmlgraphics-fop-32c1b7201fa5d51395ff1d1fd5d9773802e88ebd.zip |
fixed manifest classpath
PR: 17311
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@196134 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro --> <property name="main.class" value="org.apache.fop.apps.Fop"/> - <property name="runtime.classpath" value="xercesImpl-2.0.1.jar xml-apis.jar xalan-2.3.1.jar batik.jar jimi-1.0.jar avalon-framework-cvs-20020806.jar"/> + <property name="runtime.classpath" value="xercesImpl-2.2.1.jar xml-apis.jar xalan-2.4.1.jar batik.jar jimi-1.0.jar avalon-framework-cvs-20020806.jar"/> <filter filtersfile="${build.codegen}/filter"/> </target> |