Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

project.properties 3.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. build.classes.dir=${build.dir}/classes
  21. build.classes.excludes=**/*.java,**/*.form
  22. # This directory is removed when the project is cleaned:
  23. build.dir=build
  24. build.generated.dir=${build.dir}/generated
  25. build.generated.sources.dir=${build.dir}/generated-sources
  26. # Only compile against the classpath explicitly listed here:
  27. build.sysclasspath=ignore
  28. build.test.classes.dir=${build.dir}/test/classes
  29. build.test.results.dir=${build.dir}/test/results
  30. # Uncomment to specify the preferred debugger connection transport:
  31. #debug.transport=dt_socket
  32. debug.classpath=${run.classpath}
  33. debug.test.classpath=${run.test.classpath}
  34. # This directory is removed when the project is cleaned:
  35. dist.dir=dist
  36. dist.jar=${dist.dir}/utils.jar
  37. dist.javadoc.dir=${dist.dir}/javadoc
  38. endorsed.classpath=
  39. excludes=
  40. includes=**
  41. jar.compress=false
  42. javac.classpath=${lib.classpath}
  43. # Space-separated list of extra javac options
  44. javac.compilerargs=
  45. javac.deprecation=true
  46. javac.processorpath=${javac.classpath}
  47. javac.source=1.6
  48. javac.target=1.6
  49. javac.test.classpath=${javac.classpath}\:${build.classes.dir}
  50. javac.test.processorpath=${javac.test.classpath}
  51. javadoc.additionalparam=
  52. javadoc.author=false
  53. javadoc.encoding=${source.encoding}
  54. javadoc.noindex=false
  55. javadoc.nonavbar=false
  56. javadoc.notree=false
  57. javadoc.private=false
  58. javadoc.splitindex=true
  59. javadoc.use=true
  60. javadoc.version=false
  61. javadoc.windowtitle=
  62. manifest.file=manifest.mf
  63. meta.inf.dir=${src.dir}/META-INF
  64. mkdist.disabled=true
  65. platform.active=default_platform
  66. run.classpath=${javac.classpath}\:${build.classes.dir}
  67. # Space-separated list of JVM arguments used when running the project
  68. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  69. # or test-sys-prop.name=value to set system properties for unit tests):
  70. run.jvmargs=
  71. run.test.classpath=${javac.test.classpath}\:${build.test.classes.dir}
  72. source.encoding=UTF-8
  73. src.dir=src
  74. test.src.dir=test