]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed a bug where I got a NoClassDefFoundError when I'm using a build-local.propertie...
authorJeremias Maerki <jeremias@apache.org>
Fri, 23 Jan 2004 15:07:29 +0000 (15:07 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 23 Jan 2004 15:07:29 +0000 (15:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197247 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 805067992c68fa67c891b6aa320d80bf49253153..7a2663045f3a2c5d79c136d0fd96f8497ccb4ab6 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -471,6 +471,7 @@ list of possible build targets.
     <pathconvert property="manifest-classpath" dirsep="/" pathsep=" " refid="libs-run-classpath">
       <map from="${basedir}${file.separator}lib${file.separator}" to=""/>
       <map from="${basedir}${file.separator}build${file.separator}fop.jar" to=""/>
+      <map from="${optional.lib.dir}${file.separator}" to=""/>
     </pathconvert>
 
     <jar jarfile="${build.dir}/${name}.jar" basedir="${build.dest}" includes="org/**,hyph/**">