PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Unknown | 24 lines | 18 code | 6 blank | 0 comment | 0 complexity | 13b9a07ba0197451a5a475109679fe17 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 JavaInsight
  3. #
  4. # Change this to the directory that contains jedit.jar.
  5. # The default is "../.." which works if you're inside the jEdit CVS source tree.
  6. jedit.install.dir=/usr/local/share/jedit/4.3pre9
  7. # Change this to the directory that contains bcel.jar.
  8. # It is usually the directory where the JakartaCommons plugin is installed,
  9. # either $HOME/.jedit/jars or ${jedit.install.dir}/jars.
  10. # The default is ".." which works if you're inside the jEdit CVS source tree.
  11. bcel.install.dir=/home/dirk/.jedit/jars
  12. # Change this to the directory where 'ant dist' should install JavaInsight.jar
  13. install.dir=${user.home}/.jedit/jars
  14. # Method to generate the docs: either xalan or xsltproc
  15. #docs-proc.target=xalan
  16. docs-proc.target=xsltproc
  17. # Path to the DocBook-XSL stylesheets
  18. docbook.xsl=/usr/share/xml/docbook/stylesheet/nwalsh