2 # The path (relative to the build.xml file) to your input document.
 
   3 # To use your own input document, create a build.xml file of your own
 
   4 # and import this build.xml.
 
   5 input-xml=docsrc/readme.xml
 
   7 # The directory in which to put the output files. 
 
   8 # This directory is created if it does not exist.
 
  11 # If you are using a customization layer that imports webhelp.xsl, use
 
  12 # this property to point to it. 
 
  13 stylesheet-path=${ant.file.dir}/xsl/webhelp.xsl
 
  15 # If your document has image directories that need to be copied
 
  16 # to the output directory, you can list patterns here. 
 
  17 # See the Ant documentation for fileset for documentation
 
  19 #input-images-dirs=images/**,figures/**,graphics/**
 
  21 # By default, the ant script assumes your images are stored
 
  22 # in the same directory as the input-xml. If you store your
 
  23 # image directories in another directory, specify it here.
 
  24 # and uncomment this line.
 
  25 #input-images-basedir=/path/to/image/location
 
  27 # Modify this so that it points to your copy of the Saxon 6.5 jar.
 
  28 xslt-processor-classpath=/usr/share/java/saxon-6.5.5.jar
 
  30 # For non-ns version only, this validates the document 
 
  32 validate-against-dtd=true
 
  34 # Set this to false if you don't need a search tab.
 
  35 webhelp.include.search.tab=true
 
  37 # indexer-language is used to tell the search indexer which language
 
  38 # the docbook is written.  This will be used to identify the correct
 
  39 # stemmer, and punctuations that differs from language to language.
 
  40 # see the documentation for details. en=English, fr=French, de=German,
 
  41 # zh=Chinese, ja=Japanese etc.  
 
  42 webhelp.indexer.language=en