PageRenderTime 45ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/bundles/plugins-trunk/Ancestor/build.properties

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