PageRenderTime 50ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Properties File | 21 lines | 6 code | 4 blank | 11 comment | 0 complexity | ff6f8fc5196fdfa81f2f9b0c352ee45a MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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