From acffc58d79603631ddc408f48426eef02f609013 Mon Sep 17 00:00:00 2001 From: Kasun Gajasinghe Date: Sat, 26 Mar 2011 10:03:03 +0000 Subject: [PATCH] Changed the webhelp build.xml to reflect the changes to xsl-webhelpindexer. Added classpaths for xercesImpl and xml-api jars to the indexer. Paths added for *nix environments, need to look at how the current system behaves in Windows. Discussion: http://lists.oasis-open.org/archives/docbook-apps/201011/msg00116.html --- xsl/webhelp/build.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/xsl/webhelp/build.xml b/xsl/webhelp/build.xml index c9358b1f2..9abe3d4af 100755 --- a/xsl/webhelp/build.xml +++ b/xsl/webhelp/build.xml @@ -77,15 +77,25 @@ - - + + Indexing html files in ${output-dir}/content - + + + + + + + + + + + -- 2.40.0