PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/build-support/trunk/build.properties.sample

#
Unknown | 176 lines | 121 code | 55 blank | 0 comment | 0 complexity | a2421fb0f8b02ea3239c7a0d63f7c978 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. # jEdit & plugins directory settings
  8. # jEdit install directory
  9. #jedit.install.dir=../../jEdit
  10. # location where your jars are installed
  11. #install.dir=${jedit.install.dir}/jars
  12. # Location where the plugins are. This property used when defining dependencies on other plugins.
  13. # Eg. In your plugin's classpath.
  14. # <path id="project.class.path">
  15. # <pathelement location="${jedit.plugins.dir}/ErrorList.jar" />
  16. # </path>
  17. #jedit.plugins.dir=${install.dir}
  18. # Location to find built jars (for dependencies)
  19. #jedit.jars.dir=${install.dir}
  20. # User settings directory
  21. #jedit.user.home=${user.home}/.jedit
  22. # Top-level of the plugins source tree
  23. #plugins.srcdir=..
  24. # Generic plugin build options
  25. # Where the plugin source is located
  26. #src.dir=.
  27. # The name of the JAR file
  28. #jar.file=${ant.project.name}.jar
  29. # The name of the source ZIP file
  30. #src.zip.file=${ant.project.name}.zip
  31. # The target run when running dist
  32. #dist.target=dist.nojavadoc
  33. # Where to put temporary build files
  34. #build.dir=build
  35. # Where to put compiled classes
  36. #build.classes=${build.dir}/classes
  37. # Where to put generated documentation
  38. #build.docs=${build.dir}/docs
  39. # Where to put generated javadoc
  40. #build.javadoc=${build.docs}/javadoc
  41. # Where to put other files
  42. #build.extras=${build.dir}/extras
  43. # Default compiler flags
  44. # Generate debugging code
  45. #compiler.debug=off
  46. #compiler.debuglevel=lines,vars,source
  47. # Generate optimized code
  48. #compiler.optimize=off
  49. # Deprecation warnings.
  50. #compiler.deprecation=off
  51. # Verbose compiler messages
  52. #compiler.verbose=off
  53. # Disable compiler warnings
  54. #compiler.nowarn=off
  55. # Target JVM version
  56. #compiler.target=1.5
  57. # Java version of the source files
  58. #compiler.source=1.5
  59. # List files being compiled
  60. #compiler.listfiles=no
  61. # Fork the javac compiler
  62. #compiler.fork=no
  63. # Location for rt.jar and ext dir. By default, these are set to the
  64. # appropriate value for the running jvm. These are necessary, for example,
  65. # when compiling a Java 1.5 compatible plugin while running Java 1.6.
  66. #compiler.bootclasspath=${java.home}/lib/rt.jar
  67. #compiler.extdirs=${java.ext.dirs}
  68. # Documentation build options
  69. # What target to use for the docs
  70. # can be 'none' if you provide HTML docs that are not generated
  71. #docs-proc.target=xsltproc
  72. # Stylesheet file to use
  73. #user-doc.xsl=${build.support}/users-guide.xsl
  74. # Documentation docbook source
  75. #user-doc.xml=${basedir}/docs/users-guide.xml
  76. # Documentation output file
  77. #user-doc.out=${build.docs}/index.html
  78. # Title for javadoc documentation
  79. #javadoc.title=${ant.project.name} API
  80. # If xsltproc is in your path, uncomment this:
  81. #xsltproc.executable=xsltproc
  82. # You can specify the absolute path of the win32 or cygwin binary
  83. # (from the "libxslt" package) of xsltproc here:
  84. #xsltproc.executable=C:/ppApps/xsltproc/xsltproc.exe
  85. ### For generating the docs, adjust the following to your local paths
  86. ### For xsltproc to work, the path to the DocBook stuff MUST NOT contain spaces!
  87. # cygwin "docbook-xml44" and "docbook-xsl" packages
  88. # can be used to install docbook-xml and docbook-dtd
  89. # (example windows locations):
  90. #docbook.catalog=c:/cygwin/usr/share/xml/docbook/4.4/docbook.cat
  91. #docbook.xsl=c:/cygwin/usr/share/docbook-xsl
  92. # Debian location
  93. #docbook.xsl=/usr/share/xml/docbook/stylesheet/nwalsh
  94. #docbook.catalog=/usr/share/xml/docbook/schema/dtd/4.4/docbook.cat
  95. # Fink (Mac OS/X) location
  96. #docbook.catalog=/sw/share/xml/dtd/docbookx/4.4.0/docbook.cat
  97. #docbook.xsl=/sw/share/xml/xsl/docbook-xsl
  98. # The name of the xsl stylesheet (without the path info)
  99. #docbook.xsl.sheet=html/chunk.xsl
  100. # The path to the style sheet to use.
  101. #docs.style.sheet=${docbook.xsl}/${docbook.xsl.sheet}
  102. # The path to the xsltproc executable
  103. #xsltproc.executable=C:\\Programme\\xsltproc\\xsltproc.exe
  104. # JUnit options
  105. # Where to find jUnit
  106. #junit.jar=junit.jar
  107. # The name of the jUnit Testcase
  108. #junit.testcase=${ant.project.name}TestSuite
  109. # Whether to print a summary
  110. #junit.printsummary=on
  111. # Whether to halt if an error occurs
  112. #junit.haltonfailure=off
  113. # Ant Contrib
  114. # Include ant runtime in classpath
  115. # Modern build files: "ignore"
  116. # Compatibility to old build files: "last"
  117. #build.sysclasspath=ignore
  118. # Where to find the ant-contrib jar.
  119. #ant-contrib.jar=ant-contrib-1.0b1.jar
  120. # Where to find the findbugs lib dir.
  121. #findbugs.lib.dir=<findbugs-install-dir>/lib