]> granicus.if.org Git - docbook-dsssl/commitdiff
Minor cleanup
authorDavid Cramer <david@thingbag.net>
Tue, 20 Jul 2010 15:41:08 +0000 (15:41 +0000)
committerDavid Cramer <david@thingbag.net>
Tue, 20 Jul 2010 15:41:08 +0000 (15:41 +0000)
xsl/webhelp/build.properties

index 93859b7953f7eca1977cb329fd5b660df45fcc5f..881fda5985bae14afb46a60c655b8b3df5187c90 100755 (executable)
@@ -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.