From ab2d7f57cf2a9540f99d26ac7268becab4c30539 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Tue, 21 Apr 2020 12:07:53 +0100 Subject: [PATCH] JAL-3577 Added newer install dirs to the deletion list in the uninstaller and tidied the list --- utils/install4j/install4j8_template.install4j | 78 ++++++++++++++++--------- 1 file changed, 49 insertions(+), 29 deletions(-) diff --git a/utils/install4j/install4j8_template.install4j b/utils/install4j/install4j8_template.install4j index eb585d9..a02cd6d 100644 --- a/utils/install4j/install4j8_template.install4j +++ b/utils/install4j/install4j8_template.install4j @@ -684,7 +684,7 @@ return console.askYesNo(message, true); - + jre @@ -702,117 +702,117 @@ return console.askYesNo(message, true); - ${compiler:GETDOWN_DIST_DIR} + getdown-launcher.jar - ${compiler:GETDOWN_ALT_DIR} + getdown-launcher-old.jar - ${compiler:GETDOWN_RESOURCE_DIR} + getdown-launcher-new.jar - getdown-launcher.jar + gettingdown.lock - getdown-launcher-old.jar + jre.zip - getdown-launcher-new.jar + digest.txt - *.jarv + digest2.txt - gettingdown.lock + getdown-launcher.jarv - *.log + getdown-launcher-new.jarv - *.txt + launcher.log - *_new + proxy.txt - digest.txt + build_properties - digest2.txt + channel_launch*.jvl - getdown-launcher.jarv + jalview*.jvl - getdown-launcher-new.jarv + *.jarv - channel_launch*.jvl + *.log - launcher.log + *.txt - proxy.txt + *_new - META-INF + hs_err_*.* - install/getdown-launcher.jar + ${compiler:GETDOWN_DIST_DIR} - install/getdown.txt + ${compiler:GETDOWN_ALT_DIR} - install/build_properties + ${compiler:GETDOWN_RESOURCE_DIR} - build_properties + META-INF @@ -822,27 +822,47 @@ return console.askYesNo(message, true); - dist + resource - release + dist - alt + release - resource + alt - hs_err_*.* + dev + + + + + build + + + + + alt_* + + + + + dev_* + + + + + build_* -- 1.7.10.2