/jEdit/tags/jedit-4-2-pre14/build.properties

# · Properties File · 21 lines · 6 code · 4 blank · 11 comment · 0 complexity · ff6f8fc5196fdfa81f2f9b0c352ee45a MD5 · raw file

  1. ###
  2. ### Build property file for jEdit
  3. ###
  4. ### Uncomment these two lines if you want to use jikes
  5. #build.compiler=jikes
  6. #build.compiler.emacs=true
  7. ### Parameters for building PDF user's guide using OpenJade and the DocBook
  8. ### DSSSL stylesheets.
  9. docbook.dtd.catalog=/usr/local/share/xml/docbook/4.2/docbook.cat
  10. docbook.dsssl.catalog=/usr/local/share/sgml/docbook/dsssl/modular/catalog
  11. dsssl.dtd.catalog=/usr/local/share/sgml/openjade/catalog
  12. xml.dcl=/usr/local/share/sgml/openjade/OpenSP/xml.dcl
  13. ### If you want to build the user's guide and FAQ, set this property to
  14. ### the path of the DocBook-XSL stylesheets
  15. docbook.xsl=/usr/local/share/xsl/docbook
  16. ### If you want to create the javadocs, set this to your JDK's tools.jar path.
  17. tools.jar=/usr/local/j2sdk1.4.2/lib/tools.jar