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

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