From: Bill Erickson Date: Fri, 5 Apr 2019 14:22:36 +0000 (-0400) Subject: LP1817932 Dep fetcher and doc updates X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dc50603ed1faccefae2cee221628761c7ba5617f;p=working%2FHatch.git LP1817932 Dep fetcher and doc updates Remove no-longer-needed dependency fetcher warning about removing files. Repair file path in windows install docs. Signed-off-by: Bill Erickson --- diff --git a/fetch-deps.sh b/fetch-deps.sh index 3bd52fb620..b06ea61b9c 100755 --- a/fetch-deps.sh +++ b/fetch-deps.sh @@ -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; - diff --git a/installer/windows/README.adoc b/installer/windows/README.adoc index 53afe886d5..b791507bef 100644 --- a/installer/windows/README.adoc +++ b/installer/windows/README.adoc @@ -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