From 59ed5f76ba82f9809e4c6c3e4b83642795cd85e5 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Sat, 14 Jan 2012 21:57:41 +0000 Subject: [PATCH] Move paths to xercesImpl and xml-apis jars into build.properties --- xsl/webhelp/build.properties | 8 +++++++- xsl/webhelp/build.xml | 6 ++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/xsl/webhelp/build.properties b/xsl/webhelp/build.properties index 0ea3ee601..fd57d0b92 100644 --- a/xsl/webhelp/build.properties +++ b/xsl/webhelp/build.properties @@ -24,8 +24,14 @@ stylesheet-path=${ant.file.dir}/xsl/webhelp.xsl # and uncomment this line. #input-images-basedir=/path/to/image/location -# Modify this so that it points to your copy of the Saxon 6.5 jar. +# Modify the follosing so that they point to your local +# copy of the jars indicated: +# * Saxon 6.5 jar +# * Xerces 2: xercesImpl.jar +# * xml-commons: xml-apis.jar xslt-processor-classpath=/usr/share/java/saxon-6.5.5.jar +xercesImpl.jar=/usr/share/java/xercesImpl.jar +xml-apis.jar=/usr/share/java/xml-apis.jar # For non-ns version only, this validates the document # against a dtd. diff --git a/xsl/webhelp/build.xml b/xsl/webhelp/build.xml index b95600281..7f4182472 100644 --- a/xsl/webhelp/build.xml +++ b/xsl/webhelp/build.xml @@ -135,8 +135,10 @@ - - + + + + -- 2.40.0