/Prototipo/wsConsume/nbproject/project.properties

http://prototipomemoria.googlecode.com/ · Properties File · 89 lines · 80 code · 0 blank · 9 comment · 0 complexity · aba8329ec76431a4c175ec25a7b267f0 MD5 · raw file

  1. annotation.processing.enabled=true
  2. annotation.processing.enabled.in.editor=false
  3. annotation.processing.run.all.processors=true
  4. annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
  5. application.title=wsConsume
  6. application.vendor=diego
  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. # This directory is removed when the project is cleaned:
  24. dist.dir=dist
  25. dist.jar=${dist.dir}/wsConsume.jar
  26. dist.javadoc.dir=${dist.dir}/javadoc
  27. endorsed.classpath=\
  28. ${libs.JAX-WS-ENDORSED.classpath}
  29. excludes=
  30. file.reference.xstream-1.4-20101008.163445-1.jar=../PrototipoMemoria/lib/xstream-1.4-20101008.163445-1.jar
  31. includes=**
  32. jar.archive.disabled=${jnlp.enabled}
  33. jar.compress=false
  34. jar.index=${jnlp.enabled}
  35. javac.classpath=\
  36. ${reference.PrototipoCommons.jar}
  37. # Space-separated list of extra javac options
  38. javac.compilerargs=
  39. javac.deprecation=false
  40. javac.processorpath=\
  41. ${javac.classpath}
  42. javac.source=1.5
  43. javac.target=1.5
  44. javac.test.classpath=\
  45. ${javac.classpath}:\
  46. ${build.classes.dir}:\
  47. ${libs.junit.classpath}:\
  48. ${libs.junit_4.classpath}
  49. javac.test.processorpath=\
  50. ${javac.test.classpath}
  51. javadoc.additionalparam=
  52. javadoc.author=false
  53. javadoc.encoding=${source.encoding}
  54. javadoc.noindex=false
  55. javadoc.nonavbar=false
  56. javadoc.notree=false
  57. javadoc.private=false
  58. javadoc.splitindex=true
  59. javadoc.use=true
  60. javadoc.version=false
  61. javadoc.windowtitle=
  62. jnlp.codebase.type=no.codebase
  63. jnlp.descriptor=application
  64. jnlp.enabled=false
  65. jnlp.mixed.code=defaut
  66. jnlp.offline-allowed=false
  67. jnlp.signed=false
  68. main.class=wsconsume.Main
  69. manifest.file=manifest.mf
  70. meta.inf.dir=${src.dir}/META-INF
  71. platform.active=default_platform
  72. project.PrototipoCommons=../PrototipoCommons
  73. reference.PrototipoCommons.jar=${project.PrototipoCommons}/dist/PrototipoCommons.jar
  74. run.classpath=\
  75. ${javac.classpath}:\
  76. ${build.classes.dir}:\
  77. ${reference.PrototipoCommons.jar}:\
  78. ${file.reference.xstream-1.4-20101008.163445-1.jar}
  79. # Space-separated list of JVM arguments used when running the project
  80. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  81. # or test-sys-prop.name=value to set system properties for unit tests):
  82. run.jvmargs=
  83. run.test.classpath=\
  84. ${javac.test.classpath}:\
  85. ${build.test.classes.dir}
  86. source.encoding=UTF-8
  87. src.dir=src
  88. test.src.dir=test
  89. compile.on.save.unsupported.jaxws=true