From d5e1e0cb7d7c8f76d12b7d78393ab7ed22e7249b Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 20 Jul 2010 15:41:08 +0000 Subject: [PATCH] Minor cleanup --- xsl/webhelp/build.properties | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/xsl/webhelp/build.properties b/xsl/webhelp/build.properties index 93859b795..881fda598 100755 --- a/xsl/webhelp/build.properties +++ b/xsl/webhelp/build.properties @@ -15,8 +15,8 @@ stylesheet-path=${ant.file.dir}/xsl/webhelp.xsl # to the output directory, you can list patterns here. # See the Ant documentation for fileset for documentation # on patterns. - #input-images-dirs=images/** figures/** graphics/** + # By default, the ant script assumes your images are stored # in the same directory as the input-xml. If you store your # image directories in another directory, specify it here. @@ -29,19 +29,17 @@ xslt-processor-classpath=c:/workhead/export/saxon/6.5/lib/saxon.jar # To use this catalog, make sure the resolver is in your classpath. # Download xml-commons-resolver from http://xml.apache.org/commons/dist/ # and add it to your CLASSPATH. Then use the following property to point -# to your docbook xsl stylesheets' catalog. Alternatively, +# to your docbook xsl stylesheets' catalog. Better yet, # you can list the catalog file in your CatalogManager.properties file. -#docbook-xsl-catalog=c:/gsoc2010/docbook-xsl-1.75.2/catalog.xml docbook-xsl-catalog=/media/DATA/ACADEMIC/GSOC/docbook/repository/docbook/trunk/maven/docbook-xsl/target/xsltmp/docbook-xsl-1.75.2/catalog.xml # If you wish to have the ant script validate the document before # building it, set this property to the location # of your DocBook DTD. The sample document is # a DocBook 4.5 document and uncomment the line validate=true. -# Alternatively, you can list the DTD's catalog file in your +# Better yet, you can list the DTD's catalog file in your # CatalogManager.properties file. docbookx.dtd=c:/workhead/export/DocBookDTD/4.5/docbookx.dtd -#docbookx.dtd=file:///media/DATA/ACADEMIC/GSOC/docbook/repository/docbook/trunk/defguide/en/schema/docbookx.dtd validate=true # Set this to true if you don't need a search tab. -- 2.40.0