1
0

project.properties 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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=ToolKit
  7. application.vendor=LH
  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.test.classpath=\
  23. ${run.test.classpath}
  24. # This directory is removed when the project is cleaned:
  25. dist.dir=dist
  26. dist.jar=${dist.dir}/ToolKit.jar
  27. dist.javadoc.dir=${dist.dir}/javadoc
  28. endorsed.classpath=
  29. excludes=
  30. includes=**
  31. jar.archive.disabled=${jnlp.enabled}
  32. jar.compress=false
  33. jar.index=${jnlp.enabled}
  34. javac.classpath=\
  35. ${libs.jRegistry.classpath}:\
  36. ${libs.DefaultUiFile.classpath}:\
  37. ${libs.SnakeYaml.classpath}:\
  38. ${libs.COmmons-Exec.classpath}:\
  39. ${libs.commons-IO.classpath}:\
  40. ${libs.MySQLDriver.classpath}:\
  41. ${libs.ini4j.classpath}:\
  42. ${libs.JNA.classpath}:\
  43. ${libs.SQlite-JDBC.classpath}:\
  44. ${libs.JMagix.classpath}
  45. # Space-separated list of extra javac options
  46. javac.compilerargs=
  47. javac.deprecation=false
  48. javac.processorpath=\
  49. ${javac.classpath}
  50. javac.source=1.7
  51. javac.target=1.7
  52. javac.test.classpath=\
  53. ${javac.classpath}:\
  54. ${build.classes.dir}
  55. javac.test.processorpath=\
  56. ${javac.test.classpath}
  57. javadoc.additionalparam=
  58. javadoc.author=false
  59. javadoc.encoding=${source.encoding}
  60. javadoc.noindex=false
  61. javadoc.nonavbar=false
  62. javadoc.notree=false
  63. javadoc.private=false
  64. javadoc.splitindex=true
  65. javadoc.use=true
  66. javadoc.version=false
  67. javadoc.windowtitle=
  68. jnlp.codebase.type=no.codebase
  69. jnlp.descriptor=application
  70. jnlp.enabled=false
  71. jnlp.mixed.code=default
  72. jnlp.offline-allowed=false
  73. jnlp.signed=false
  74. jnlp.signing=
  75. jnlp.signing.alias=
  76. jnlp.signing.keystore=
  77. main.class=de.nplusc.izc.tools.testing.TileTest
  78. meta.inf.dir=${src.dir}/META-INF
  79. mkdist.disabled=true
  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. # or test-sys-prop.name=value to set system properties for unit tests):
  87. run.jvmargs=
  88. run.test.classpath=\
  89. ${javac.test.classpath}:\
  90. ${build.test.classes.dir}
  91. source.encoding=UTF-8
  92. src.dir=src
  93. test.src.dir=test