a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
4.1 KiB

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