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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
  6. application.title=DMDirc-Parser
  7. application.vendor=DMDirc
  8. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=true
  9. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=4
  10. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=4
  11. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
  12. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
  13. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap=none
  14. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project
  15. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.allowConvertToStarImport=true
  16. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.allowConvertToStaticStarImport=true
  17. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.countForUsingStarImport=10
  18. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.countForUsingStaticStarImport=10
  19. 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 *
  20. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.packagesForStarImport=com.dmdirc.parser.interfaces.callbacks.*
  21. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.separateStaticImports=true
  22. build.classes.dir=${build.dir}/classes
  23. build.classes.excludes=**/*.java,**/*.form
  24. # This directory is removed when the project is cleaned:
  25. build.dir=build
  26. build.generated.dir=${build.dir}/generated
  27. build.generated.sources.dir=${build.dir}/generated-sources
  28. # Only compile against the classpath explicitly listed here:
  29. build.sysclasspath=ignore
  30. build.test.classes.dir=${build.dir}/test/classes
  31. build.test.results.dir=${build.dir}/test/results
  32. # Uncomment to specify the preferred debugger connection transport:
  33. #debug.transport=dt_socket
  34. debug.classpath=\
  35. ${run.classpath}
  36. debug.test.classpath=\
  37. ${run.test.classpath}
  38. # This directory is removed when the project is cleaned:
  39. dist.dir=dist
  40. dist.jar=${dist.dir}/DMDirc-Parser.jar
  41. dist.javadoc.dir=${dist.dir}/javadoc
  42. endorsed.classpath=
  43. excludes=
  44. includes=**
  45. jar.archive.disabled=${jnlp.enabled}
  46. jar.compress=false
  47. jar.index=${jnlp.enabled}
  48. javac.classpath=\
  49. ${lib.classpath}
  50. # Space-separated list of extra javac options
  51. javac.compilerargs=
  52. javac.deprecation=true
  53. javac.processorpath=\
  54. ${javac.classpath}
  55. javac.source=1.7
  56. javac.target=1.7
  57. javac.test.classpath=\
  58. ${javac.classpath}:\
  59. ${build.classes.dir}
  60. javac.test.processorpath=\
  61. ${javac.test.classpath}
  62. javadoc.additionalparam=
  63. javadoc.author=false
  64. javadoc.encoding=${source.encoding}
  65. javadoc.noindex=false
  66. javadoc.nonavbar=false
  67. javadoc.notree=false
  68. javadoc.private=false
  69. javadoc.splitindex=true
  70. javadoc.use=true
  71. javadoc.version=false
  72. javadoc.windowtitle=
  73. jnlp.codebase.type=no.codebase
  74. jnlp.descriptor=application
  75. jnlp.enabled=false
  76. jnlp.mixed.code=default
  77. jnlp.offline-allowed=false
  78. jnlp.signed=false
  79. jnlp.signing=
  80. jnlp.signing.alias=
  81. jnlp.signing.keystore=
  82. main.class=
  83. manifest.file=manifest.mf
  84. meta.inf.dir=${src.dir}/META-INF
  85. mkdist.disabled=false
  86. platform.active=default_platform
  87. run.classpath=\
  88. ${javac.classpath}:\
  89. ${build.classes.dir}
  90. # Space-separated list of JVM arguments used when running the project
  91. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  92. # or test-sys-prop.name=value to set system properties for unit tests):
  93. run.jvmargs=
  94. run.test.classpath=\
  95. ${javac.test.classpath}:\
  96. ${build.test.classes.dir}
  97. source.encoding=UTF-8
  98. src.dir=src
  99. test.src.dir=test