PageRenderTime 54ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
Unknown | 53 lines | 38 code | 15 blank | 0 comment | 0 complexity | 5831ea7ba71e0517d7e6b17cff00da9f 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. ### Alan's Build property file for jedit plugins
  3. ###
  4. # You need to change these
  5. jedit.install.dir=/home/ezust/workspace/jedit/trunk/build
  6. build.support=/home/ezust/workspace/jedit/trunk/build-support
  7. # For regular work:
  8. install.dir=/home/ezust/.jedit/jars
  9. # debian users probably don't need to change anything else after this
  10. #Location of the build files
  11. build.directory=${basedir}/build
  12. build.dir=${basedir}/build
  13. build.docs=${basedir}/build/docs
  14. # We look for jars in the same place as we install this one.
  15. install.dir=${jedit.install.dir}/jars
  16. jedit.home=${jedit.install.dir}
  17. jedit.plugins.dir=${install.dir}
  18. jedit.jars.dir=${install.dir}
  19. # debian default
  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. # used by some older build.xml files
  25. docbook.xsl=${docbook-xsl.dir}
  26. ### If you want to build the PDF user's guide, set this to your FOP install dir
  27. fop.bin=/home/ezust/public_html/local/bin/fop
  28. ### If you want to create the javadocs, set this to your JDK's tools.jar path.
  29. tools.jar=/usr/lib/jvm/java-1.5.0-sun/lib
  30. # For building documentation, this can be "xsltproc" or "xalan"
  31. docs-proc.target=xsltproc
  32. # Required by some plugins that use xerces - assume they were installed with xerces plugin
  33. xml-apis.jar=${install.dir}/xml-apis.jar
  34. xerces.jar=${install.dir}/xercesImpl.jar
  35. # Generate debug code
  36. compiler.debug=yes
  37. # Some sidekick parsers generate code via javacc as part of the build.
  38. javacc=/home/ezust/workspace/javacc-4.0/bin/javacc