project.properties 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. ${libs.Mp3Utils.classpath}:\
  42. ${libs.OggUtils.classpath}:\
  43. ${libs.mp4rawparse.classpath}:\
  44. ${libs.aspectJ.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. main.class=de.nplusc.izc.iZpl.Builder
  69. manifest.file=manifest.mf
  70. meta.inf.dir=${src.dir}/META-INF
  71. mkdist.disabled=false
  72. platform.active=default_platform
  73. run.classpath=\
  74. ${javac.classpath}:\
  75. ${build.classes.dir}
  76. # Space-separated list of JVM arguments used when running the project.
  77. # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  78. # To set system properties for unit tests define test-sys-prop.name=value:
  79. run.jvmargs=
  80. run.test.classpath=\
  81. ${javac.test.classpath}:\
  82. ${build.test.classes.dir}
  83. source.encoding=UTF-8
  84. src.dir=src
  85. test.src.dir=test