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

# · Unknown · 24 lines · 18 code · 6 blank · 0 comment · 0 complexity · 13b9a07ba0197451a5a475109679fe17 MD5 · raw file

  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