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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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}/GUI_Adressverwaltung.jar
  32. dist.javadoc.dir=${dist.dir}/javadoc
  33. excludes=
  34. includes=**
  35. jar.compress=false
  36. javac.classpath=
  37. # Space-separated list of extra javac options
  38. javac.compilerargs=
  39. javac.deprecation=false
  40. javac.external.vm=true
  41. javac.modulepath=
  42. javac.processormodulepath=
  43. javac.processorpath=\
  44. ${javac.classpath}
  45. javac.source=1.8
  46. javac.target=1.8
  47. javac.test.classpath=\
  48. ${javac.classpath}:\
  49. ${build.classes.dir}
  50. javac.test.modulepath=\
  51. ${javac.modulepath}
  52. javac.test.processorpath=\
  53. ${javac.test.classpath}
  54. javadoc.additionalparam=
  55. javadoc.author=false
  56. javadoc.encoding=${source.encoding}
  57. javadoc.noindex=false
  58. javadoc.nonavbar=false
  59. javadoc.notree=false
  60. javadoc.private=false
  61. javadoc.splitindex=true
  62. javadoc.use=true
  63. javadoc.version=false
  64. javadoc.windowtitle=
  65. main.class=gui_adressverwaltung.Start
  66. manifest.file=manifest.mf
  67. meta.inf.dir=${src.dir}/META-INF
  68. mkdist.disabled=false
  69. platform.active=default_platform
  70. run.classpath=\
  71. ${javac.classpath}:\
  72. ${build.classes.dir}
  73. # Space-separated list of JVM arguments used when running the project.
  74. # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  75. # To set system properties for unit tests define test-sys-prop.name=value:
  76. run.jvmargs=
  77. run.modulepath=\
  78. ${javac.modulepath}
  79. run.test.classpath=\
  80. ${javac.test.classpath}:\
  81. ${build.test.classes.dir}
  82. run.test.modulepath=\
  83. ${javac.test.modulepath}
  84. source.encoding=UTF-8
  85. src.dir=src
  86. test.src.dir=test