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=JNLPConverter
   7 application.vendor=
   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 # Uncomment to specify the preferred debugger connection transport:
  20 #debug.transport=dt_socket
  21 debug.classpath=\
  22     ${run.classpath}
  23 debug.test.classpath=\
  24     ${run.test.classpath}
  25 # Files in build.classes.dir which should be excluded from distribution jar
  26 dist.archive.excludes=
  27 # This directory is removed when the project is cleaned:
  28 dist.dir=dist
  29 dist.jar=${dist.dir}/JNLPConverter.jar
  30 dist.javadoc.dir=${dist.dir}/javadoc
  31 endorsed.classpath=
  32 excludes=
  33 file.reference.jnlpconverter-src=../../../jpackage/jnlpconverter/src
  34 includes=**
  35 jar.archive.disabled=${jnlp.enabled}
  36 jar.compress=false
  37 jar.index=${jnlp.enabled}
  38 javac.classpath=
  39 # Space-separated list of extra javac options
  40 javac.compilerargs=
  41 javac.deprecation=false
  42 javac.external.vm=true
  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 jnlp.codebase.type=no.codebase
  64 jnlp.descriptor=application
  65 jnlp.enabled=false
  66 jnlp.mixed.code=default
  67 jnlp.offline-allowed=false
  68 jnlp.signed=false
  69 jnlp.signing=
  70 jnlp.signing.alias=
  71 jnlp.signing.keystore=
  72 main.class=jnlp.converter.Main
  73 # Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found.
  74 manifest.custom.application.library.allowable.codebase=
  75 # Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts.
  76 manifest.custom.caller.allowable.codebase=
  77 # Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed
  78 manifest.custom.codebase=
  79 # Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions)
  80 manifest.custom.permissions=
  81 manifest.file=manifest.mf
  82 meta.inf.dir=${src.dir}/META-INF
  83 mkdist.disabled=false
  84 platform.active=default_platform
  85 run.classpath=\
  86     ${javac.classpath}:\
  87     ${build.classes.dir}
  88 # Space-separated list of JVM arguments used when running the project.
  89 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  90 # To set system properties for unit tests define test-sys-prop.name=value:
  91 run.jvmargs=
  92 run.test.classpath=\
  93     ${javac.test.classpath}:\
  94     ${build.test.classes.dir}
  95 source.encoding=UTF-8
  96 src.src.dir=${file.reference.jnlpconverter-src}