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

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