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 javac.classpath=\
  37     ${javafx.classpath.extension}
  38 # Space-separated list of extra javac options
  39 compile.patch=@../../../../build/compile.args
  40 javac.compilerargs=${compile.patch} 
  41 javac.deprecation=false
  42 javac.processorpath=\
  43     ${javac.classpath}
  44 javac.source=1.9
  45 javac.target=1.9
  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     ${platforms.JDK_1.8.home}/jre/lib/javaws.jar:\
  66     ${platforms.JDK_1.8.home}/jre/lib/deploy.jar:\
  67     ${platforms.JDK_1.8.home}/jre/lib/plugin.jar
  68 javafx.deploy.adddesktopshortcut=false
  69 javafx.deploy.addstartmenushortcut=false
  70 javafx.deploy.allowoffline=true
  71 # If true, application update mode is set to 'background', if false, update mode is set to 'eager'
  72 javafx.deploy.backgroundupdate=false
  73 javafx.deploy.disable.proxy=false
  74 javafx.deploy.embedJNLP=true
  75 javafx.deploy.includeDT=true
  76 javafx.deploy.installpermanently=false
  77 javafx.deploy.permissionselevated=true
  78 # Set true to prevent creation of temporary copy of deployment artifacts before each run (disables concurrent runs)
  79 javafx.disable.concurrent.runs=false
  80 # Set true to enable multiple concurrent runs of the same WebStart or Run-in-Browser project
  81 javafx.enable.concurrent.external.runs=false
  82 # This is a JavaFX project
  83 javafx.enabled=true
  84 javafx.fallback.class=com.javafx.main.NoJavaFXFallback
  85 # Main class for JavaFX
  86 javafx.main.class=helloswingnode.HelloSwingNode
  87 javafx.preloader.class=
  88 # This project does not use Preloader
  89 javafx.preloader.enabled=false
  90 javafx.preloader.jar.filename=
  91 javafx.preloader.jar.path=
  92 javafx.preloader.project.path=
  93 javafx.preloader.type=none
  94 # Set true for GlassFish only. Rebases manifest classpaths of JARs in lib dir. Not usable with signed JARs.
  95 javafx.rebase.libs=false
  96 javafx.run.height=600
  97 javafx.run.width=800
  98 javafx.signing.blob=false
  99 javafx.signing.enabled=true
 100 javafx.signing.type=self
 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=helloswingnode.HelloSwingNode
 105 # For improved security specify narrower Codebase manifest attribute to prevent RIAs from being repurposed
 106 manifest.custom.codebase=no.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 mkdist.disabled=false
 112 native.bundling.enabled=false
 113 platform.active=JDK_1.9
 114 run.classpath=\
 115     ${dist.jar}:\
 116     ${javac.classpath}:\
 117     ${build.classes.dir}
 118 run.patch=@../../../../build/run.args
 119 run.jvmargs=${run.patch} -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