build.properties 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # The path (relative to the build.xml file) to your input document.
  2. # To use your own input document, create a build.xml file of your own
  3. # and import this build.xml.
  4. input-xml=docsrc/readme.xml
  5. # The directory in which to put the output files.
  6. # This directory is created if it does not exist.
  7. output-dir=docs
  8. # If you are using a customization layer that imports webhelp.xsl, use
  9. # this property to point to it.
  10. stylesheet-path=${ant.file.dir}/xsl/webhelp.xsl
  11. # If your document has image directories that need to be copied
  12. # to the output directory, you can list patterns here.
  13. # See the Ant documentation for fileset for documentation
  14. # on patterns.
  15. input-images-dirs=images/**,figures/**,graphics/**
  16. # By default, the ant script assumes your images are stored
  17. # in the same directory as the input-xml. If you store your
  18. # image directories in another directory, specify it here.
  19. # and uncomment this line.
  20. #input-images-basedir=/path/to/image/location
  21. # Modify the follosing so that they point to your local
  22. # copy of the jars indicated:
  23. # * Saxon 6.5 jar
  24. # * Xerces 2: xercesImpl.jar
  25. # * xml-commons: xml-apis.jar
  26. xslt-processor-classpath=/usr/share/java/saxon-6.5.5.jar
  27. xercesImpl.jar=/usr/share/java/xercesImpl.jar
  28. xml-apis.jar=/usr/share/java/xml-apis.jar
  29. # For non-ns version only, this validates the document
  30. # against a dtd.
  31. validate-against-dtd=false
  32. # The extension for files to be indexed (html/htm/xhtml etc.)
  33. html.extension=html
  34. # Set this to false if you don't need a search tab.
  35. webhelp.include.search.tab=true
  36. # indexer-language is used to tell the search indexer which language
  37. # the docbook is written. This will be used to identify the correct
  38. # stemmer, and punctuations that differs from language to language.
  39. # see the documentation for details. en=English, fr=French, de=German,
  40. # zh=Chinese, ja=Japanese etc.
  41. webhelp.indexer.language=en
  42. # Enables/Disables stemming
  43. # Stemming allows better querying for the search
  44. enable.stemming=true
  45. #Set the table of contents file. This file will not be indexed.
  46. #toc.file=dummy.html
  47. #Used for adding branding specific contents to the html files.
  48. #For example, the url docbook.org, Google Analytics id etc.
  49. branding=docbook
  50. brandname=DocBook
  51. # Set admon.graphics to 1 to user graphics for note, tip, etc.
  52. admon.graphics=0
  53. suppress.footer.navigation=0
  54. # Use this property to specify a list of file
  55. # names to exclude from indexing. For example,
  56. # you may choose not to index your book index.
  57. indexer-excluded-files=ix01.html