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