]> granicus.if.org Git - docbook-dsssl/commitdiff
Move paths to xercesImpl and xml-apis jars into build.properties
authorDavid Cramer <david@thingbag.net>
Sat, 14 Jan 2012 21:57:41 +0000 (21:57 +0000)
committerDavid Cramer <david@thingbag.net>
Sat, 14 Jan 2012 21:57:41 +0000 (21:57 +0000)
xsl/webhelp/build.properties
xsl/webhelp/build.xml

index 0ea3ee601bda6d2d2ee39994c5ea6ffbc598d3c2..fd57d0b922701e5117930bf62bbb8fab5c67439b 100644 (file)
@@ -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.
index b95600281bb468d37f7b9294bece3d2a7f97473f..7f4182472481ed0cbdd6c89256245f59d915a889 100644 (file)
          <!--jvmarg line="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/-->
          <classpath>
            <path refid="classpath"/>
-           <pathelement location="/usr/share/java/xercesImpl.jar"/>    
-           <pathelement location="/usr/share/java/xml-apis.jar"/>       
+           <pathelement location="${xercesImpl.jar}"/>         
+           <pathelement location="${xml-apis.jar}"/>   
+           <!-- <pathelement location="/usr/share/java/xercesImpl.jar"/>        -->
+           <!-- <pathelement location="/usr/share/java/xml-apis.jar"/>           -->
            <!-- Gentoo Linux friendly default classpath-->
            <pathelement location="/usr/share/xerces-2/lib/xercesImpl.jar"/>    
            <pathelement location="/usr/share/xml-commons/lib/xml-apis.jar"/>