PageRenderTime 50ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/bundles/plugins-trunk/Console/build.properties.sample

#
Unknown | 46 lines | 34 code | 12 blank | 0 comment | 0 complexity | 7dcf0da353eebcadb736e789a90ffaf7 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 and some of the older plugins
  3. ###
  4. #Location of the build files
  5. build.directory=${basedir}/build
  6. build.dir=${basedir}/build
  7. build.docs=${basedir}/build/docs
  8. jedit.install.dir=/home/ezust/workspace/jedit/trunk/build
  9. #jedit.install.dir=/home/ezust/jedit/4.3pre7/build
  10. jedit.home=${jedit.install.dir}
  11. #install.dir=${jedit.install.dir}/jars
  12. install.dir=/home/ezust/.jedit/jars
  13. jedit.plugins.dir=${install.dir}
  14. jedit.jars.dir=${install.dir}
  15. findbugs.lib.dir=${jedit.jars.dir}
  16. build.support=/home/ezust/workspace/jedit/trunk/build-support
  17. ### Uncomment these two lines if you want to use jikes
  18. #build.compiler=jikes
  19. #build.compiler.emacs=true
  20. docbook.catalog=/usr/share/xml/docbook/schema/dtd/4.2/catalog
  21. ### If you want to build the user's guide and FAQ, set this property to
  22. ### the path of the DocBook-XSL stylesheets
  23. docbook-xsl.dir=/usr/share/xml/docbook/stylesheet/nwalsh/
  24. docbook.xsl=${docbook-xsl.dir}
  25. ### If you want to build the PDF user's guide, set this to your FOP install dir
  26. fop.bin=/home/ezust/public_html/local/bin/fop
  27. ### If you want to create the javadocs, set this to your JDK's tools.jar path.
  28. tools.jar=/home/ezust/jdk1.5.0_06/lib
  29. # For building documentation, this can be "xsltproc" or "xalan"
  30. docs-proc.target=xsltproc
  31. # Required by some plugins that use xerces
  32. xml-apis.jar=${install.dir}/xml-apis.jar
  33. xerces.jar=${install.dir}/xercesImpl.jar
  34. compiler.debug=true