You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.properties 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. annotation.processing.enabled=true
  2. annotation.processing.enabled.in.editor=true
  3. annotation.processing.processors.list=
  4. annotation.processing.run.all.processors=true
  5. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=true
  6. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=4
  7. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=4
  8. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
  9. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=100
  10. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap=none
  11. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project
  12. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.alignJavadocExceptionDescriptions=true
  13. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.alignJavadocParameterDescriptions=true
  14. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.alignJavadocReturnDescription=true
  15. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.allowConvertToStarImport=false
  16. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.blankLineAfterJavadocParameterDescriptions=true
  17. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.blankLineAfterJavadocReturnTag=true
  18. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.blankLinesBeforeClassClosingBrace=1
  19. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.blankLinesBeforePackage=1
  20. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.classMembersOrder=STATIC_INIT;STATIC FIELD;FIELD;INSTANCE_INIT;CONSTRUCTOR;METHOD;STATIC METHOD;STATIC CLASS;CLASS
  21. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.countForUsingStaticStarImport=1
  22. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.enableBlockCommentFormatting=true
  23. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.expand-tabs=true
  24. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.importGroupsOrder=com.dmdirc;com.google;java;javax;net.miginfocom;org;*;static *
  25. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.indent-shift-width=4
  26. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.separateStaticImports=true
  27. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.spaces-per-tab=4
  28. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.tab-size=8
  29. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.text-limit-width=100
  30. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.text-line-wrap=words
  31. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapAnnotationArgs=WRAP_IF_LONG
  32. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapAnnotations=WRAP_IF_LONG
  33. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapArrayInit=WRAP_IF_LONG
  34. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapAssert=WRAP_IF_LONG
  35. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapAssignOps=WRAP_IF_LONG
  36. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapBinaryOps=WRAP_IF_LONG
  37. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapChainedMethodCalls=WRAP_IF_LONG
  38. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapDisjunctiveCatchTypes=WRAP_IF_LONG
  39. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapDoWhileStatement=WRAP_IF_LONG
  40. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapEnumConstants=WRAP_IF_LONG
  41. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapExtendsImplementsKeyword=WRAP_IF_LONG
  42. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapExtendsImplementsList=WRAP_IF_LONG
  43. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapFor=WRAP_IF_LONG
  44. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapForStatement=WRAP_IF_LONG
  45. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapIfStatement=WRAP_IF_LONG
  46. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapMethodCallArgs=WRAP_IF_LONG
  47. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapMethodParams=WRAP_IF_LONG
  48. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapOneLineComment=false
  49. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapTernaryOps=WRAP_IF_LONG
  50. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapThrowsKeyword=WRAP_IF_LONG
  51. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapThrowsList=WRAP_IF_LONG
  52. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapTryResources=WRAP_IF_LONG
  53. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapWhileStatement=WRAP_IF_LONG
  54. auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
  55. endorsed.classpath=
  56. javac.classpath=
  57. javac.processorpath=\
  58. ${javac.classpath}
  59. javac.test.classpath=
  60. jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
  61. mkdist.disabled=false
  62. project.license=dmdirc
  63. application.title=DMDirc
  64. application.vendor=chris
  65. build.generated.sources.dir=${build.dir}/generated-sources
  66. project.licensePath=./nbproject/licenseheader.txt
  67. source.encoding=UTF-8
  68. doccheck.path=doccheck.jar
  69. doccheck.dir=reports/doccheck/
  70. # application.args=
  71. build.classes.dir=${build.dir}/classes
  72. build.classes.excludes=**/*.java,**/*.form,**/*.svg,**/*.xcf,**/*.sh
  73. # This directory is removed when the project is cleaned:
  74. build.dir=build
  75. build.generated.dir=${build.dir}/generated
  76. # Only compile against the classpath explicitly listed here:
  77. build.sysclasspath=ignore
  78. build.test.classes.dir=${build.dir}/test/classes
  79. build.test.results.dir=${build.dir}/test/results
  80. # This directory is removed when the project is cleaned:
  81. dist.dir=dist
  82. dist.jar=${dist.dir}/DMDirc.jar
  83. dist.javadoc.dir=${dist.dir}/javadoc
  84. dist.jar.excludes=com/dmdirc/addons/**,com/dmdirc/parser/irc/**
  85. excludes=
  86. includes=**
  87. jar.compress=false
  88. # Space-separated list of extra javac options
  89. javac.compilerargs=-Xlint:all -Xmaxerrs 1000 -Xmaxwarns 1000
  90. javac.deprecation=true
  91. javac.source=1.7
  92. javac.target=1.7
  93. javadoc.additionalparam=-overview ${main.src.dir}/overview.html
  94. javadoc.author=false
  95. javadoc.encoding=
  96. javadoc.noindex=false
  97. javadoc.nonavbar=false
  98. javadoc.notree=false
  99. javadoc.private=false
  100. javadoc.splitindex=true
  101. javadoc.use=true
  102. javadoc.version=false
  103. javadoc.windowtitle=DMDirc
  104. main.class=com.dmdirc.Main
  105. manifest.file=manifest.mf
  106. meta.inf.dir=${main.src.dir}/META-INF
  107. platform.active=default_platform
  108. main.src.dir=src
  109. main.test.dir=test
  110. parser.src.dir=modules/parser/src
  111. parser.test.dir=modules/parser/test
  112. plugins.src.dir=modules/plugins/src
  113. plugins.test.dir=modules/plugins/test
  114. util.src.dir=modules/util/src
  115. util.test.dir=modules/util/test
  116. # Classpaths
  117. # The plugin libraries are automatically added at compile time by the javac
  118. # task.
  119. # However netbeans fails miserably at understanding this in the IDE, so we
  120. # have the private.classpath variable that will be updated in dynamic.propeties
  121. # automatically by ant.
  122. run.classpath=\
  123. ${javac.classpath}:\
  124. ${build.classes.dir}
  125. run.test.classpath=\
  126. ${javac.test.classpath}:\
  127. ${build.test.classes.dir}
  128. debug.classpath=${run.classpath}
  129. debug.test.classpath=\
  130. ${run.test.classpath}