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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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.test.classpath=\
  22. ${run.test.classpath}
  23. # Files in build.classes.dir which should be excluded from distribution jar
  24. dist.archive.excludes=
  25. # This directory is removed when the project is cleaned:
  26. dist.dir=dist
  27. dist.jar=${dist.dir}/kontakte.jar
  28. dist.javadoc.dir=${dist.dir}/javadoc
  29. excludes=
  30. includes=**
  31. jar.compress=false
  32. javac.classpath=
  33. # Space-separated list of extra javac options
  34. javac.compilerargs=
  35. javac.deprecation=false
  36. javac.external.vm=true
  37. javac.processorpath=\
  38. ${javac.classpath}
  39. javac.source=1.8
  40. javac.target=1.8
  41. javac.test.classpath=\
  42. ${javac.classpath}:\
  43. ${build.classes.dir}
  44. javac.test.processorpath=\
  45. ${javac.test.classpath}
  46. javadoc.additionalparam=
  47. javadoc.author=false
  48. javadoc.encoding=${source.encoding}
  49. javadoc.noindex=false
  50. javadoc.nonavbar=false
  51. javadoc.notree=false
  52. javadoc.private=false
  53. javadoc.splitindex=true
  54. javadoc.use=true
  55. javadoc.version=false
  56. javadoc.windowtitle=
  57. main.class=kontakte.Main
  58. manifest.file=manifest.mf
  59. meta.inf.dir=${src.dir}/META-INF
  60. mkdist.disabled=false
  61. platform.active=default_platform
  62. run.classpath=\
  63. ${javac.classpath}:\
  64. ${build.classes.dir}
  65. # Space-separated list of JVM arguments used when running the project.
  66. # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  67. # To set system properties for unit tests define test-sys-prop.name=value:
  68. run.jvmargs=
  69. run.test.classpath=\
  70. ${javac.test.classpath}:\
  71. ${build.test.classes.dir}
  72. source.encoding=UTF-8
  73. src.dir=src
  74. test.src.dir=test