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 4.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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.allowConvertToStarImport=false
  13. 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
  14. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.countForUsingStaticStarImport=1
  15. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.importGroupsOrder=com.dmdirc;com.google;com.palantir;java;javax;lombok;net.miginfocom;org;*;static *
  16. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.separateStaticImports=true
  17. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.wrapOneLineComment=false
  18. auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
  19. endorsed.classpath=
  20. javac.classpath=
  21. javac.processorpath=\
  22. ${javac.classpath}
  23. javac.test.classpath=
  24. jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
  25. mkdist.disabled=false
  26. project.license=dmdirc
  27. application.title=DMDirc
  28. application.vendor=chris
  29. build.generated.sources.dir=${build.dir}/generated-sources
  30. project.licensePath=./nbproject/licenseheader.txt
  31. source.encoding=UTF-8
  32. doccheck.path=doccheck.jar
  33. doccheck.dir=reports/doccheck/
  34. # application.args=
  35. build.classes.dir=${build.dir}/classes
  36. build.classes.excludes=**/*.java,**/*.form,**/*.svg,**/*.xcf,**/*.sh
  37. # This directory is removed when the project is cleaned:
  38. build.dir=build
  39. build.generated.dir=${build.dir}/generated
  40. # Only compile against the classpath explicitly listed here:
  41. build.sysclasspath=ignore
  42. build.test.classes.dir=${build.dir}/test/classes
  43. build.test.results.dir=${build.dir}/test/results
  44. # This directory is removed when the project is cleaned:
  45. dist.dir=dist
  46. dist.jar=${dist.dir}/DMDirc.jar
  47. dist.javadoc.dir=${dist.dir}/javadoc
  48. dist.jar.excludes=com/dmdirc/addons/**,com/dmdirc/parser/irc/**
  49. excludes=
  50. includes=**
  51. jar.compress=false
  52. # Space-separated list of extra javac options
  53. javac.compilerargs=-Xlint:all -Xmaxerrs 1000 -Xmaxwarns 1000
  54. javac.deprecation=true
  55. javac.source=1.7
  56. javac.target=1.7
  57. javadoc.additionalparam=-overview ${main.src.dir}/overview.html
  58. javadoc.author=false
  59. javadoc.encoding=
  60. javadoc.noindex=false
  61. javadoc.nonavbar=false
  62. javadoc.notree=false
  63. javadoc.private=false
  64. javadoc.splitindex=true
  65. javadoc.use=true
  66. javadoc.version=false
  67. javadoc.windowtitle=DMDirc
  68. main.class=com.dmdirc.Main
  69. manifest.file=manifest.mf
  70. meta.inf.dir=${main.src.dir}/META-INF
  71. platform.active=default_platform
  72. main.src.dir=src
  73. main.test.dir=test
  74. parser.src.dir=modules/parser/src
  75. parser.test.dir=modules/parser/test
  76. plugins.src.dir=modules/plugins/src
  77. plugins.test.dir=modules/plugins/test
  78. util.src.dir=modules/util/src
  79. util.test.dir=modules/util/test
  80. # Classpaths
  81. # The plugin libraries are automatically added at compile time by the javac
  82. # task.
  83. # However netbeans fails miserably at understanding this in the IDE, so we
  84. # have the private.classpath variable that will be updated in dynamic.propeties
  85. # automatically by ant.
  86. run.classpath=\
  87. ${javac.classpath}:\
  88. ${build.classes.dir}
  89. run.test.classpath=\
  90. ${javac.test.classpath}:\
  91. ${build.test.classes.dir}
  92. debug.classpath=${run.classpath}
  93. debug.test.classpath=\
  94. ${run.test.classpath}