< prev index next >

apps/toys/Shape3DToy/nbproject/project.properties

Print this page
rev 10114 : 8161704: Switch to Jigsaw-aware boot JDK for compiling FX 9
Reviewed-by:


  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 # Uncomment to specify the preferred debugger connection transport:
  19 #debug.transport=dt_socket
  20 debug.classpath=\
  21     ${run.classpath}
  22 debug.test.classpath=\
  23     ${run.test.classpath}
  24 # This directory is removed when the project is cleaned:
  25 dist.dir=dist
  26 dist.jar=${dist.dir}/ShapeT3D.jar
  27 dist.javadoc.dir=${dist.dir}/javadoc
  28 endorsed.classpath=
  29 excludes=
  30 jfxbuild.jfxrt.jar=../../../build/sdk/lib/jfxrt.jar
  31 file.reference.main-java=../../../apps/toys/Shape3DToy/src/main/java
  32 includes=**
  33 jar.compress=false
  34 javac.classpath=\
  35     ${jfxbuild.jfxrt.jar}
  36 # Space-separated list of extra javac options
  37 javac.compilerargs=

  38 javac.deprecation=false
  39 javac.processorpath=\
  40     ${javac.classpath}
  41 javac.source=1.8
  42 javac.target=1.8
  43 javac.test.classpath=\
  44     ${javac.classpath}:\
  45     ${build.classes.dir}
  46 javac.test.processorpath=\
  47     ${javac.test.classpath}
  48 javadoc.additionalparam=
  49 javadoc.author=false
  50 javadoc.encoding=${source.encoding}
  51 javadoc.noindex=false
  52 javadoc.nonavbar=false
  53 javadoc.notree=false
  54 javadoc.private=false
  55 javadoc.splitindex=true
  56 javadoc.use=true
  57 javadoc.version=false
  58 javadoc.windowtitle=
  59 main.class=shapet3dtest.MixedShapesT3D
  60 manifest.file=manifest.mf
  61 meta.inf.dir=${src.dir}/META-INF
  62 mkdist.disabled=false
  63 platform.active=JDK_1.8
  64 run.classpath=\
  65     ${javac.classpath}:\
  66     ${build.classes.dir}
  67 # Space-separated list of JVM arguments used when running the project.
  68 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  69 # To set system properties for unit tests define test-sys-prop.name=value:
  70 run.jvmargs=

  71 run.test.classpath=\
  72     ${javac.test.classpath}:\
  73     ${build.test.classes.dir}
  74 source.encoding=UTF-8
  75 src.dir=${file.reference.main-java}


  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 # Uncomment to specify the preferred debugger connection transport:
  19 #debug.transport=dt_socket
  20 debug.classpath=\
  21     ${run.classpath}
  22 debug.test.classpath=\
  23     ${run.test.classpath}
  24 # This directory is removed when the project is cleaned:
  25 dist.dir=dist
  26 dist.jar=${dist.dir}/ShapeT3D.jar
  27 dist.javadoc.dir=${dist.dir}/javadoc
  28 endorsed.classpath=
  29 excludes=

  30 file.reference.main-java=../../../apps/toys/Shape3DToy/src/main/java
  31 includes=**
  32 jar.compress=false
  33 javac.classpath=

  34 # Space-separated list of extra javac options
  35 compile.patch=@../../../build/compile.args
  36 javac.compilerargs=${compile.patch} 
  37 javac.deprecation=false
  38 javac.processorpath=\
  39     ${javac.classpath}
  40 javac.source=1.9
  41 javac.target=1.9
  42 javac.test.classpath=\
  43     ${javac.classpath}:\
  44     ${build.classes.dir}
  45 javac.test.processorpath=\
  46     ${javac.test.classpath}
  47 javadoc.additionalparam=
  48 javadoc.author=false
  49 javadoc.encoding=${source.encoding}
  50 javadoc.noindex=false
  51 javadoc.nonavbar=false
  52 javadoc.notree=false
  53 javadoc.private=false
  54 javadoc.splitindex=true
  55 javadoc.use=true
  56 javadoc.version=false
  57 javadoc.windowtitle=
  58 main.class=shapet3dtest.MixedShapesT3D
  59 manifest.file=manifest.mf
  60 meta.inf.dir=${src.dir}/META-INF
  61 mkdist.disabled=false
  62 platform.active=JDK_1.9
  63 run.classpath=\
  64     ${javac.classpath}:\
  65     ${build.classes.dir}
  66 # Space-separated list of JVM arguments used when running the project.
  67 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  68 # To set system properties for unit tests define test-sys-prop.name=value:
  69 run.patch=@../../../build/run.args
  70 run.jvmargs=${run.patch} 
  71 run.test.classpath=\
  72     ${javac.test.classpath}:\
  73     ${build.test.classes.dir}
  74 source.encoding=UTF-8
  75 src.dir=${file.reference.main-java}
< prev index next >