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