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

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