project.properties 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. application.title=CalculatorFX
  8. application.vendor=shubham
  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. compile.on.save=true
  20. compile.on.save.unsupported.javafx=true
  21. # Uncomment to specify the preferred debugger connection transport:
  22. #debug.transport=dt_socket
  23. debug.classpath=\
  24. ${run.classpath}
  25. debug.test.classpath=\
  26. ${run.test.classpath}
  27. # This directory is removed when the project is cleaned:
  28. dist.dir=dist
  29. dist.jar=${dist.dir}/CalculatorFX.jar
  30. dist.javadoc.dir=${dist.dir}/javadoc
  31. endorsed.classpath=
  32. excludes=
  33. includes=**
  34. # Non-JavaFX jar file creation is deactivated in JavaFX 2.0+ projects
  35. jar.archive.disabled=true
  36. jar.compress=false
  37. javac.classpath=\
  38. ${javafx.classpath.extension}
  39. # Space-separated list of extra javac options
  40. javac.compilerargs=
  41. javac.deprecation=false
  42. javac.processorpath=\
  43. ${javac.classpath}
  44. javac.source=1.8
  45. javac.target=1.8
  46. javac.test.classpath=\
  47. ${javac.classpath}:\
  48. ${build.classes.dir}
  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. javafx.application.implementation.version=1.0
  63. javafx.binarycss=false
  64. javafx.classpath.extension=\
  65. ${java.home}/lib/javaws.jar:\
  66. ${java.home}/lib/deploy.jar:\
  67. ${java.home}/lib/plugin.jar
  68. javafx.deploy.allowoffline=true
  69. # If true, application update mode is set to 'background', if false, update mode is set to 'eager'
  70. javafx.deploy.backgroundupdate=false
  71. javafx.deploy.embedJNLP=true
  72. javafx.deploy.includeDT=true
  73. # Set true to prevent creation of temporary copy of deployment artifacts before each run (disables concurrent runs)
  74. javafx.disable.concurrent.runs=false
  75. # Set true to enable multiple concurrent runs of the same WebStart or Run-in-Browser project
  76. javafx.enable.concurrent.external.runs=false
  77. # This is a JavaFX project
  78. javafx.enabled=true
  79. javafx.fallback.class=com.javafx.main.NoJavaFXFallback
  80. # Main class for JavaFX
  81. javafx.main.class=calculatorfx.CalculatorFX
  82. javafx.preloader.class=
  83. # This project does not use Preloader
  84. javafx.preloader.enabled=false
  85. javafx.preloader.jar.filename=
  86. javafx.preloader.jar.path=
  87. javafx.preloader.project.path=
  88. javafx.preloader.type=none
  89. # Set true for GlassFish only. Rebases manifest classpaths of JARs in lib dir. Not usable with signed JARs.
  90. javafx.rebase.libs=false
  91. javafx.run.height=600
  92. javafx.run.width=800
  93. # Pre-JavaFX 2.0 WebStart is deactivated in JavaFX 2.0+ projects
  94. jnlp.enabled=false
  95. # Main class for Java launcher
  96. main.class=com.javafx.main.Main
  97. # For improved security specify narrower Codebase manifest attribute to prevent RIAs from being repurposed
  98. manifest.custom.codebase=*
  99. # Specify Permissions manifest attribute to override default (choices: sandbox, all-permissions)
  100. manifest.custom.permissions=
  101. manifest.file=manifest.mf
  102. meta.inf.dir=${src.dir}/META-INF
  103. platform.active=default_platform
  104. run.classpath=\
  105. ${dist.jar}:\
  106. ${javac.classpath}:\
  107. ${build.classes.dir}
  108. run.test.classpath=\
  109. ${javac.test.classpath}:\
  110. ${build.test.classes.dir}
  111. source.encoding=UTF-8
  112. src.dir=src
  113. test.src.dir=test