/jEdit/tags/jedit-4-3-pre5/jars/build.properties

# · Properties File · 136 lines · 7 code · 47 blank · 82 comment · 0 complexity · 71414e20669de7c746945647e317d1b0 MD5 · raw file

  1. # jEdit & plugins directory settings
  2. # jEdit install directory
  3. jedit.install.dir=../../build
  4. # User settings directory
  5. #jedit.user.home=${user.home}/.jedit
  6. # Top-level of the plugins source tree
  7. #plugins.srcdir=..
  8. # Where to place the built jar files
  9. install.dir=${jedit.install.dir}/jars
  10. # Generic plugin build options
  11. # Where the plugin source is located
  12. #src.dir=.
  13. # The name of the JAR file
  14. #jar.file=${ant.project.name}.jar
  15. # The name of the source ZIP file
  16. #src.zip.file=${ant.project.name}.zip
  17. # The target run when running dist
  18. #dist.target=dist.nojavadoc
  19. # Where to put temporary build files
  20. #build.dir=build
  21. # Where to put compiled classes
  22. #build.classes=${build.dir}/classes
  23. # Where to put generated documentation
  24. #build.docs=${build.dir}/docs
  25. # Where to put generated javadoc
  26. #build.javadoc=${build.docs}/javadoc
  27. # Where to put other files
  28. #build.extras=${build.dir}/extras
  29. # Default compiler flags
  30. # Generate debugging code
  31. #compiler.debug=off
  32. # Gererate optimized code
  33. #compiler.optimize=off
  34. # Deprecation warnings.
  35. compiler.deprecation=on
  36. # Verbose compiler messages
  37. #compiler.verbose=off
  38. # Disable compiler warnings
  39. #compiler.nowarn=off
  40. # Target JVM version
  41. #compiler.target=1.4
  42. # Java version of the source files
  43. #compiler.source=1.4
  44. # List files being compiled
  45. #compiler.listfiles=no
  46. # Fork the javac compiler
  47. #compiler.fork=no
  48. # Documentation build options
  49. # What target to use for the docs
  50. docs-proc.target=xalan
  51. # Stylesheet file to use
  52. #user-doc.xsl=${build.support}/users-guide.xsl
  53. # Documentation docbook source
  54. user-doc.xml=${basedir}/users-guide.xml
  55. # Documentation output file
  56. #user-doc.out=${build.docs}/index.html
  57. # Title for javadoc documentation
  58. #javadoc.title=${ant.project.name} API
  59. # Where to find the docbook XML catalog file
  60. #docbook.catalog=C:\\Programme\\DocBook\\XML\\4.2\\docbook.cat
  61. # Where to find the DocBook XML DTD
  62. docbookx.dtd=C:\\Programme\\DocBook\\XML\\4.2\\docbookx.dtd
  63. # Where to find the docbook stylesheet
  64. docbook.xsl=C:\\Programme\\DocBook\\XSL\\1.70.1\\
  65. # The name of the xsl stylesheet (without the path info)
  66. #docbook.xsl.sheet=html/chunk.xsl
  67. # The path to the style sheet to use.
  68. #docs.style.sheet=${docbook.xsl}/${docbook.xsl.sheet}
  69. # The path to the xsltproc executable
  70. #xsltproc.executable=C:\\Programme\\xsltproc\\xsltproc.exe
  71. # CVS options
  72. # CVS user name
  73. #jedit.cvs.user=${user.name}
  74. # CVS_RSH value
  75. #cvs.rsh=ssh
  76. # CVSROOT
  77. #cvs.root=:ext:${jedit.cvs.user}@jedit.cvs.sourceforge.net:/cvsroot/jedit
  78. # JUnit options
  79. # Where to find jUnit
  80. #junit.jar=junit.jar
  81. # The name of the jUnit Testcase
  82. #junit.testcase=${ant.project.name}TestSuite
  83. # Whether to print a summary
  84. #junit.printsummary=on
  85. # Whether to halt if an error occurs
  86. #junit.haltonfailure=off
  87. # Ant Contrib
  88. # Where to find the ant-contrib jar.
  89. #ant-contrib.jar=ant-contrib-1.0b1.jar