選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

project.properties 3.5KB

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