project.properties 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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=Ivannosys
  7. application.vendor=EUGENIO CARVALHO
  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. # Files in build.classes.dir which should be excluded from distribution jar
  25. dist.archive.excludes=
  26. # This directory is removed when the project is cleaned:
  27. dist.dir=dist
  28. dist.jar=${dist.dir}/Ivannosys.jar
  29. dist.javadoc.dir=${dist.dir}/javadoc
  30. endorsed.classpath=
  31. excludes=
  32. file.reference.antlr-4.7-complete.jar=C:\\Users\\EUGENIO CARVALHO\\Downloads\\antlr-4.7-complete.jar
  33. file.reference.json-simple-1.1.1.jar=pkgs\\json-simple-1.1.1.jar
  34. file.reference.ST-4.0.8.jar=pkgs\\ST-4.0.8.jar
  35. includes=**
  36. jar.compress=false
  37. javac.classpath=\
  38. ${file.reference.ST-4.0.8.jar}:\
  39. ${file.reference.antlr-4.7-complete.jar}:\
  40. ${file.reference.json-simple-1.1.1.jar}
  41. # Space-separated list of extra javac options
  42. javac.compilerargs=
  43. javac.deprecation=false
  44. javac.external.vm=false
  45. javac.processorpath=\
  46. ${javac.classpath}
  47. javac.source=1.8
  48. javac.target=1.8
  49. javac.test.classpath=\
  50. ${javac.classpath}:\
  51. ${build.classes.dir}:\
  52. ${libs.junit_4.classpath}:\
  53. ${libs.hamcrest.classpath}
  54. javac.test.processorpath=\
  55. ${javac.test.classpath}
  56. javadoc.additionalparam=
  57. javadoc.author=false
  58. javadoc.encoding=${source.encoding}
  59. javadoc.noindex=false
  60. javadoc.nonavbar=false
  61. javadoc.notree=false
  62. javadoc.private=false
  63. javadoc.splitindex=true
  64. javadoc.use=true
  65. javadoc.version=false
  66. javadoc.windowtitle=
  67. main.class=compiler.IVANNOSYS
  68. manifest.file=manifest.mf
  69. meta.inf.dir=${src.dir}/META-INF
  70. mkdist.disabled=false
  71. platform.active=default_platform
  72. run.classpath=\
  73. ${javac.classpath}:\
  74. ${build.classes.dir}
  75. # Space-separated list of JVM arguments used when running the project.
  76. # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  77. # To set system properties for unit tests define test-sys-prop.name=value:
  78. run.jvmargs=
  79. run.test.classpath=\
  80. ${javac.test.classpath}:\
  81. ${build.test.classes.dir}
  82. source.encoding=UTF-8
  83. src.dir=src
  84. test.src.dir=test