From af8fed8c0ce386bc33fd8a96f2b566dcab5a38f1 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Mon, 22 Oct 2012 20:42:44 +0000 Subject: [PATCH] Xerces must be on the classpath in order to XInclude work --- xsl/webhelp/build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xsl/webhelp/build.xml b/xsl/webhelp/build.xml index 8730dbe48..6fb04cc64 100644 --- a/xsl/webhelp/build.xml +++ b/xsl/webhelp/build.xml @@ -32,7 +32,8 @@ + style="${ant.file.dir}/../profiling/profile.xsl" + classpath="${xercesImpl.jar}"> -- 2.40.0