Newer
Older
marking / nbproject / project.properties
Mark on 6 Jun 2014 2 KB Initial commit.
  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}/marking.jar
  28. dist.javadoc.dir=${dist.dir}/javadoc
  29. excludes=
  30. file.reference.h2.jar=/home/mark/dev-tools/h2/bin/h2.jar
  31. includes=**
  32. jar.compress=false
  33. javac.classpath=\
  34. ${file.reference.h2.jar}
  35. # Space-separated list of extra javac options
  36. javac.compilerargs=
  37. javac.deprecation=false
  38. javac.processorpath=\
  39. ${javac.classpath}
  40. javac.source=1.7
  41. javac.target=1.7
  42. javac.test.classpath=\
  43. ${javac.classpath}:\
  44. ${build.classes.dir}
  45. javac.test.processorpath=\
  46. ${javac.test.classpath}
  47. javadoc.additionalparam=
  48. javadoc.author=false
  49. javadoc.encoding=${source.encoding}
  50. javadoc.noindex=false
  51. javadoc.nonavbar=false
  52. javadoc.notree=false
  53. javadoc.private=false
  54. javadoc.splitindex=true
  55. javadoc.use=true
  56. javadoc.version=false
  57. javadoc.windowtitle=
  58. main.class=Main
  59. manifest.file=manifest.mf
  60. meta.inf.dir=${src.dir}/META-INF
  61. mkdist.disabled=false
  62. platform.active=default_platform
  63. run.classpath=\
  64. ${javac.classpath}:\
  65. ${build.classes.dir}
  66. # Space-separated list of JVM arguments used when running the project.
  67. # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  68. # To set system properties for unit tests define test-sys-prop.name=value:
  69. run.jvmargs=
  70. run.test.classpath=\
  71. ${javac.test.classpath}:\
  72. ${build.test.classes.dir}
  73. source.encoding=UTF-8
  74. src.dir=src
  75. test.src.dir=test
  76. compile.on.save=true