aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-04-27 07:25:21 +0000
committerJeremias Maerki <jeremias@apache.org>2006-04-27 07:25:21 +0000
commit6147427e8ae9cbdcfb995958a05202b811f7c558 (patch)
treea01a5e49b442069bc24ba81297191c8f2c211c8c
parentc3764a0774f109da45d262ba5f4562585ff4b89a (diff)
downloadxmlgraphics-fop-6147427e8ae9cbdcfb995958a05202b811f7c558.tar.gz
xmlgraphics-fop-6147427e8ae9cbdcfb995958a05202b811f7c558.zip
Bugzilla #39416:
Fixed classpath for the embedding example. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@397465 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--examples/embedding/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedding/build.xml b/examples/embedding/build.xml
index 42fcbfd95..fc9c84baa 100644
--- a/examples/embedding/build.xml
+++ b/examples/embedding/build.xml
@@ -34,7 +34,7 @@
<fileset dir="${fop.lib.dir}">
<include name="avalon-framework*.jar"/>
<include name="batik*.jar"/>
- <include name="xml-apis.jar"/>
+ <include name="xml-apis*.jar"/>
<include name="xerces*.jar"/>
<include name="xalan*.jar"/>
<include name="commons-io*.jar"/>