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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. #Sat, 19 May 2012 23:51:24 +0100
  2. annotation.processing.enabled=true
  3. annotation.processing.enabled.in.editor=true
  4. annotation.processing.processors.list=
  5. annotation.processing.run.all.processors=true
  6. annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
  7. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=true
  8. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=4
  9. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=4
  10. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
  11. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
  12. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap=none
  13. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project
  14. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.allowConvertToStarImport=false
  15. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.countForUsingStaticStarImport=1
  16. 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 *
  17. auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.separateStaticImports=true
  18. application.title=DMDirc-Utils
  19. application.vendor=DMDirc
  20. auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
  21. build.classes.dir=${build.dir}/classes
  22. build.classes.excludes=**/*.java,**/*.form
  23. # This directory is removed when the project is cleaned:
  24. build.dir=build
  25. build.generated.dir=${build.dir}/generated
  26. build.generated.sources.dir=${build.dir}/generated-sources
  27. # Only compile against the classpath explicitly listed here:
  28. build.sysclasspath=ignore
  29. build.test.classes.dir=${build.dir}/test/classes
  30. build.test.results.dir=${build.dir}/test/results
  31. # Uncomment to specify the preferred debugger connection transport:
  32. #debug.transport=dt_socket
  33. debug.classpath=${run.classpath}
  34. debug.test.classpath=${run.test.classpath}
  35. # This directory is removed when the project is cleaned:
  36. dist.dir=dist
  37. dist.jar=${dist.dir}/utils.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=-Xlint:all -Xmaxerrs 1000 -Xmaxwarns 1000
  49. javac.deprecation=true
  50. javac.processorpath=\
  51. ${javac.classpath}
  52. javac.source=1.7
  53. javac.target=1.7
  54. javac.test.classpath=\
  55. ${javac.classpath}:\
  56. ${build.classes.dir}
  57. javac.test.processorpath=${javac.test.classpath}
  58. javadoc.additionalparam=
  59. javadoc.author=false
  60. javadoc.encoding=${source.encoding}
  61. javadoc.noindex=false
  62. javadoc.nonavbar=false
  63. javadoc.notree=false
  64. javadoc.private=false
  65. javadoc.splitindex=true
  66. javadoc.use=true
  67. javadoc.version=false
  68. javadoc.windowtitle=
  69. jnlp.codebase.type=no.codebase
  70. jnlp.descriptor=application
  71. jnlp.enabled=false
  72. jnlp.mixed.code=default
  73. jnlp.offline-allowed=false
  74. jnlp.signed=false
  75. jnlp.signing=
  76. jnlp.signing.alias=
  77. jnlp.signing.keystore=
  78. # Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed
  79. manifest.custom.codebase=
  80. # Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions)
  81. manifest.custom.permissions=
  82. manifest.file=manifest.mf
  83. meta.inf.dir=${src.dir}/META-INF
  84. mkdist.disabled=true
  85. platform.active=default_platform
  86. project.licensePath=./nbproject/licenseheader.txt
  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