LP1817932 Dep fetcher and doc updates
authorBill Erickson <berickxx@gmail.com>
Fri, 5 Apr 2019 14:22:36 +0000 (10:22 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 8 May 2019 17:44:24 +0000 (13:44 -0400)
Remove no-longer-needed dependency fetcher warning about removing files.

Repair file path in windows install docs.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
fetch-deps.sh
installer/windows/README.adoc

index 3bd52fb..b06ea61 100755 (executable)
@@ -93,10 +93,3 @@ rm -rf "$JDK_DIR_SHORT" "$JFX_DIR_SHORT";
 mv "$JDK_DIR" "$JDK_DIR_SHORT";
 mv "$JFX_DIR" "$JFX_DIR_SHORT";
 
-if [ "$PLATFORM" == "windows" ]; then
-    echo "Please remove all .zip / .tar.gz files before completing the Windows build!"
-    echo
-    ls *.tar.gz *.zip 2> /dev/null
-    echo
-fi;
-
index 53afe88..b791507 100644 (file)
@@ -38,8 +38,8 @@ handling the Java compilation step.
 
 === Updating Version Number
 
-Modify the following variables in 'defines.nsh' as needed to apply
-version numbers to the Hatch installer.
+Modify the following variables in 'installer/windows/defines.nsh' as 
+needed to apply version numbers to the Hatch installer.
 
 ....
 !define VERSIONMAJOR 2