1
0

project.properties 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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=iZPl
  7. application.vendor=LH
  8. auxiliary.org-netbeans-modules-hudson.builder=http://localhost:8080/jenkins/job/iZpl-Core/
  9. build.classes.dir=${build.dir}/classes
  10. build.classes.excludes=**/*.java,**/*.form
  11. # This directory is removed when the project is cleaned:
  12. build.dir=build
  13. build.generated.dir=${build.dir}/generated
  14. build.generated.sources.dir=${build.dir}/generated-sources
  15. # Only compile against the classpath explicitly listed here:
  16. build.sysclasspath=ignore
  17. build.test.classes.dir=${build.dir}/test/classes
  18. build.test.results.dir=${build.dir}/test/results
  19. # Uncomment to specify the preferred debugger connection transport:
  20. #debug.transport=dt_socket
  21. debug.classpath=\
  22. ${run.classpath}
  23. debug.test.classpath=\
  24. ${run.test.classpath}
  25. # This directory is removed when the project is cleaned:
  26. dist.dir=dist
  27. dist.jar=${dist.dir}/iZPl.jar
  28. dist.javadoc.dir=${dist.dir}/javadoc
  29. endorsed.classpath=
  30. excludes=
  31. includes=**
  32. jar.compress=false
  33. javac.classpath=\
  34. ${libs.SnakeYaml.classpath}:\
  35. ${libs.jRegistry.classpath}:\
  36. ${libs.COmmons-Exec.classpath}:\
  37. ${libs.commons-IO.classpath}:\
  38. ${libs.ini4j.classpath}:\
  39. ${libs.MySQLDriver.classpath}:\
  40. ${libs.ToolKit.classpath}
  41. # Space-separated list of extra javac options
  42. javac.compilerargs=
  43. javac.deprecation=false
  44. javac.processorpath=\
  45. ${javac.classpath}
  46. javac.source=1.7
  47. javac.target=1.7
  48. javac.test.classpath=\
  49. ${javac.classpath}:\
  50. ${build.classes.dir}
  51. javac.test.processorpath=\
  52. ${javac.test.classpath}
  53. javadoc.additionalparam=
  54. javadoc.author=false
  55. javadoc.encoding=${source.encoding}
  56. javadoc.noindex=false
  57. javadoc.nonavbar=false
  58. javadoc.notree=false
  59. javadoc.private=false
  60. javadoc.splitindex=true
  61. javadoc.use=true
  62. javadoc.version=false
  63. javadoc.windowtitle=
  64. main.class=de.nplusc.izc.iZpl.Builder
  65. manifest.file=manifest.mf
  66. meta.inf.dir=${src.dir}/META-INF
  67. mkdist.disabled=false
  68. platform.active=default_platform
  69. run.classpath=\
  70. ${javac.classpath}:\
  71. ${build.classes.dir}
  72. # Space-separated list of JVM arguments used when running the project.
  73. # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  74. # To set system properties for unit tests define test-sys-prop.name=value:
  75. run.jvmargs=
  76. run.test.classpath=\
  77. ${javac.test.classpath}:\
  78. ${build.test.classes.dir}
  79. source.encoding=UTF-8
  80. src.dir=src
  81. test.src.dir=test