< prev index next >

apps/experiments/WebTerminal/nbproject/project.properties

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

*** 23,40 **** # This directory is removed when the project is cleaned: dist.dir=dist dist.jar=${dist.dir}/WebTerminal.jar dist.javadoc.dir=${dist.dir}/javadoc excludes= - file.reference.jfxrt.jar=../../../../artifacts/sdk/lib/jfxrt.jar file.reference.Library-src=src includes=** jar.compress=false ! javac.classpath=\ ! ${file.reference.jfxrt.jar} # Space-separated list of extra javac options ! javac.compilerargs= javac.deprecation=false javac.processorpath=\ ${javac.classpath} javac.source=1.6 javac.target=1.6 --- 23,39 ---- # This directory is removed when the project is cleaned: dist.dir=dist dist.jar=${dist.dir}/WebTerminal.jar dist.javadoc.dir=${dist.dir}/javadoc excludes= file.reference.Library-src=src includes=** jar.compress=false ! javac.classpath= # Space-separated list of extra javac options ! compile.patch=@../../../build/compile.args ! javac.compilerargs=${compile.patch} javac.deprecation=false javac.processorpath=\ ${javac.classpath} javac.source=1.6 javac.target=1.6
*** 56,73 **** javadoc.windowtitle= main.class=webterminal.ShellConsole manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false ! platform.active=default_platform run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} # Space-separated list of JVM arguments used when running the project # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): ! run.jvmargs= run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 src.dir=${file.reference.Library-src} --- 55,73 ---- javadoc.windowtitle= main.class=webterminal.ShellConsole manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false ! platform.active=JDK_1.9 run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} # Space-separated list of JVM arguments used when running the project # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): ! run.patch=@../../../build/run.args ! run.jvmargs=${run.patch} run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 src.dir=${file.reference.Library-src}
< prev index next >