From 83af9aca338f202ea74f5f524c9f5e8cb5f2fa50 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 25 Jul 2024 17:35:37 +0100 Subject: [PATCH] JAL-3631 minor changes - spelling and comment spacing in install4j template --- utils/install4j/install4j10_template.install4j | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/utils/install4j/install4j10_template.install4j b/utils/install4j/install4j10_template.install4j index 2ada2c2..6916041 100644 --- a/utils/install4j/install4j10_template.install4j +++ b/utils/install4j/install4j10_template.install4j @@ -1768,8 +1768,9 @@ return advanced ? !( allowUser || allowInstaller ) : false; 2823 - - # Jalview specific options below + + # + # Jalview specific options below @@ -1777,7 +1778,7 @@ return advanced ? !( allowUser || allowInstaller ) : false; 2823 - # + # # Uncomment the following line to disable user-space updates #-Dnouserdefaultappdir=true @@ -1788,7 +1789,7 @@ return advanced ? !( allowUser || allowInstaller ) : false; 2823 - # + # # Comment out the following line to allow user-space updates -Dnouserdefaultappdir=true @@ -1799,9 +1800,9 @@ return advanced ? !( allowUser || allowInstaller ) : false; 2823 - # + # # The below line sets a custom path for user-space updates -- use with caution. - # A leading ~/ or %h anywhere will be sustituted with the user's home path, and %u by the username. + # A leading ~/ or %h anywhere will be substituted with the user's home path, and %u by the username. # If unset, the default is ${installer:userDefaultAppdirBase} for ${installer:osName} -Dsetuserappdirpath=${installer:setUserAppdirPath} @@ -1812,9 +1813,9 @@ return advanced ? !( allowUser || allowInstaller ) : false; 2823 - # + # # Uncomment the below line to set a custom path for user-space updates -- use with caution. - # A leading ~/ or %h anywhere will be sustituted with the user's home path, and %u by the username. + # A leading ~/ or %h anywhere will be substituted with the user's home path, and %u by the username. # If not set, the default is ${installer:userDefaultAppdirBase} for ${installer:osName} #-Dsetuserappdirpath=/tmp/jalview/%u @@ -1825,7 +1826,7 @@ return advanced ? !( allowUser || allowInstaller ) : false; 2823 - # + # # Uncomment the following line to also disable all updates #-Dsilent=noupdate @@ -1836,7 +1837,7 @@ return advanced ? !( allowUser || allowInstaller ) : false; 2823 - # + # # Comment out the following line to enable updates -Dsilent=noupdate -- 1.7.10.2