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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. annotation.processing.enabled=true
  2. annotation.processing.enabled.in.editor=false
  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=Aufgabe11_GrafChat
  7. application.vendor=le
  8. build.classes.dir=${build.dir}/classes
  9. build.classes.excludes=**/*.java,**/*.form
  10. # This directory is removed when the project is cleaned:
  11. build.dir=build
  12. build.generated.dir=${build.dir}/generated
  13. build.generated.sources.dir=${build.dir}/generated-sources
  14. # Only compile against the classpath explicitly listed here:
  15. build.sysclasspath=ignore
  16. build.test.classes.dir=${build.dir}/test/classes
  17. build.test.results.dir=${build.dir}/test/results
  18. # Uncomment to specify the preferred debugger connection transport:
  19. #debug.transport=dt_socket
  20. debug.classpath=\
  21. ${run.classpath}
  22. debug.modulepath=\
  23. ${run.modulepath}
  24. debug.test.classpath=\
  25. ${run.test.classpath}
  26. debug.test.modulepath=\
  27. ${run.test.modulepath}
  28. # Files in build.classes.dir which should be excluded from distribution jar
  29. dist.archive.excludes=
  30. # This directory is removed when the project is cleaned:
  31. dist.dir=dist
  32. dist.jar=${dist.dir}/Aufgabe11_GrafChat.jar
  33. dist.javadoc.dir=${dist.dir}/javadoc
  34. dist.jlink.dir=${dist.dir}/jlink
  35. dist.jlink.output=${dist.jlink.dir}/Aufgabe11_GrafChat
  36. endorsed.classpath=
  37. excludes=
  38. includes=**
  39. jar.compress=false
  40. javac.classpath=
  41. # Space-separated list of extra javac options
  42. javac.compilerargs=
  43. javac.deprecation=false
  44. javac.external.vm=true
  45. javac.modulepath=
  46. javac.processormodulepath=
  47. javac.processorpath=\
  48. ${javac.classpath}
  49. javac.source=17
  50. javac.target=17
  51. javac.test.classpath=\
  52. ${javac.classpath}:\
  53. ${build.classes.dir}
  54. javac.test.modulepath=\
  55. ${javac.modulepath}
  56. javac.test.processorpath=\
  57. ${javac.test.classpath}
  58. javadoc.additionalparam=
  59. javadoc.author=false
  60. javadoc.encoding=${source.encoding}
  61. javadoc.html5=false
  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. # The jlink additional root modules to resolve
  71. jlink.additionalmodules=
  72. # The jlink additional command line parameters
  73. jlink.additionalparam=
  74. jlink.launcher=true
  75. jlink.launcher.name=Aufgabe11_GrafChat
  76. main.class=ChatProgramm.Start
  77. manifest.file=manifest.mf
  78. meta.inf.dir=${src.dir}/META-INF
  79. mkdist.disabled=false
  80. platform.active=default_platform
  81. run.classpath=\
  82. ${javac.classpath}:\
  83. ${build.classes.dir}
  84. # Space-separated list of JVM arguments used when running the project.
  85. # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  86. # To set system properties for unit tests define test-sys-prop.name=value:
  87. run.jvmargs=
  88. run.modulepath=\
  89. ${javac.modulepath}
  90. run.test.classpath=\
  91. ${javac.test.classpath}:\
  92. ${build.test.classes.dir}
  93. run.test.modulepath=\
  94. ${javac.test.modulepath}
  95. source.encoding=UTF-8
  96. src.dir=src
  97. test.src.dir=test