< prev index next >

tools/scripts/make_xpatch.sh

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

*** 1,9 **** #!/bin/bash # # given a pointer to the directory containing the modules... ! # create a working xpatch.args file that has the full paths # in place # TOP="$1" --- 1,9 ---- #!/bin/bash # # given a pointer to the directory containing the modules... ! # create a working run.args file that has the full paths # in place # TOP="$1"
*** 16,26 **** echo "$1" fi } MODULES="javafx.base javafx.deploy javafx.graphics javafx.swing javafx.controls javafx.fxml javafx.media javafx.web" ! XPATCHFILE=xpatch.args if [ ! -d "$TOP" ] then if [ ! -z "$JAVAFX_HOME" ] then --- 16,26 ---- echo "$1" fi } MODULES="javafx.base javafx.deploy javafx.graphics javafx.swing javafx.controls javafx.fxml javafx.media javafx.web" ! XPATCHFILE=run.args if [ ! -d "$TOP" ] then if [ ! -z "$JAVAFX_HOME" ] then
< prev index next >