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

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