JAL-3631 minor changes - spelling and comment spacing in install4j template
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 25 Jul 2024 16:35:37 +0000 (17:35 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 25 Jul 2024 16:35:37 +0000 (17:35 +0100)
utils/install4j/install4j10_template.install4j

index 2ada2c2..6916041 100644 (file)
@@ -1768,8 +1768,9 @@ return advanced ? !( allowUser || allowInstaller ) : false;</property>
                   <action name="Initial comment" id="3010" beanClass="com.install4j.runtime.beans.actions.misc.AddVmOptionsAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
                     <serializedBean>
                       <property name="launcherId" type="string">2823</property>
-                      <property name="vmOptions" type="array" elementType="string" length="1">
-                        <element index="0"># Jalview specific options below</element>
+                      <property name="vmOptions" type="array" elementType="string" length="2">
+                        <element index="0"># </element>
+                        <element index="1"># Jalview specific options below</element>
                       </property>
                     </serializedBean>
                   </action>
@@ -1777,7 +1778,7 @@ return advanced ? !( allowUser || allowInstaller ) : false;</property>
                     <serializedBean>
                       <property name="launcherId" type="string">2823</property>
                       <property name="vmOptions" type="array" elementType="string" length="3">
-                        <element index="0">#</element>
+                        <element index="0"># </element>
                         <element index="1"># Uncomment the following line to disable user-space updates</element>
                         <element index="2">#-Dnouserdefaultappdir=true</element>
                       </property>
@@ -1788,7 +1789,7 @@ return advanced ? !( allowUser || allowInstaller ) : false;</property>
                     <serializedBean>
                       <property name="launcherId" type="string">2823</property>
                       <property name="vmOptions" type="array" elementType="string" length="3">
-                        <element index="0">#</element>
+                        <element index="0"># </element>
                         <element index="1"># Comment out the following line to allow user-space updates</element>
                         <element index="2">-Dnouserdefaultappdir=true</element>
                       </property>
@@ -1799,9 +1800,9 @@ return advanced ? !( allowUser || allowInstaller ) : false;</property>
                     <serializedBean>
                       <property name="launcherId" type="string">2823</property>
                       <property name="vmOptions" type="array" elementType="string" length="5">
-                        <element index="0">#</element>
+                        <element index="0"># </element>
                         <element index="1"># The below line sets a custom path for user-space updates -- use with caution.</element>
-                        <element index="2"># A leading ~/ or %h anywhere will be sustituted with the user's home path, and %u by the username.</element>
+                        <element index="2"># A leading ~/ or %h anywhere will be substituted with the user's home path, and %u by the username.</element>
                         <element index="3"># If unset, the default is ${installer:userDefaultAppdirBase} for ${installer:osName}</element>
                         <element index="4">-Dsetuserappdirpath=${installer:setUserAppdirPath}</element>
                       </property>
@@ -1812,9 +1813,9 @@ return advanced ? !( allowUser || allowInstaller ) : false;</property>
                     <serializedBean>
                       <property name="launcherId" type="string">2823</property>
                       <property name="vmOptions" type="array" elementType="string" length="5">
-                        <element index="0">#</element>
+                        <element index="0"># </element>
                         <element index="1"># Uncomment the below line to set a custom path for user-space updates -- use with caution.</element>
-                        <element index="2"># A leading ~/ or %h anywhere will be sustituted with the user's home path, and %u by the username.</element>
+                        <element index="2"># A leading ~/ or %h anywhere will be substituted with the user's home path, and %u by the username.</element>
                         <element index="3"># If not set, the default is ${installer:userDefaultAppdirBase} for ${installer:osName}</element>
                         <element index="4">#-Dsetuserappdirpath=/tmp/jalview/%u</element>
                       </property>
@@ -1825,7 +1826,7 @@ return advanced ? !( allowUser || allowInstaller ) : false;</property>
                     <serializedBean>
                       <property name="launcherId" type="string">2823</property>
                       <property name="vmOptions" type="array" elementType="string" length="3">
-                        <element index="0">#</element>
+                        <element index="0"># </element>
                         <element index="1"># Uncomment the following line to also disable all updates</element>
                         <element index="2">#-Dsilent=noupdate </element>
                       </property>
@@ -1836,7 +1837,7 @@ return advanced ? !( allowUser || allowInstaller ) : false;</property>
                     <serializedBean>
                       <property name="launcherId" type="string">2823</property>
                       <property name="vmOptions" type="array" elementType="string" length="3">
-                        <element index="0">#</element>
+                        <element index="0"># </element>
                         <element index="1"># Comment out the following line to enable updates</element>
                         <element index="2">-Dsilent=noupdate</element>
                       </property>