JAL-3348 jvmmempc allowed in jvl file
authorBen Soares <bsoares@dundee.ac.uk>
Wed, 3 Jul 2019 16:06:55 +0000 (17:06 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Wed, 3 Jul 2019 16:06:55 +0000 (17:06 +0100)
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/ant/pom.xml
getdown/src/getdown/core/pom.xml
getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/Config.java
getdown/src/getdown/launcher/pom.xml
getdown/src/getdown/launcher/src/main/java/jalview/bin/StartupNotificationListener.java
getdown/src/getdown/pom.xml
j11lib/getdown-core.jar
j8lib/getdown-core.jar

index 7849bc7..cb7ff5b 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index 7f99732..73ed005 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index 3b29977..c742cbd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.1.5_JVL</version>
+    <version>1.8.3_1.1.5_JVL</version>
   </parent>
 
   <artifactId>getdown-ant</artifactId>
index c63fd37..e3b7cfa 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.1.5_JVL</version>
+    <version>1.8.3_1.1.5_JVL</version>
   </parent>
 
   <artifactId>getdown-core</artifactId>
index 6ad2b4f..7c35f0d 100644 (file)
@@ -471,7 +471,7 @@ public class Config
 
     private final Map<String, Object> _data;
  
-    public static final List<String> allowedReplaceKeys = Arrays.asList("appbase","apparg","jvmarg"); // these are the ones we might use
-    public static final List<String> allowedMergeKeys = Arrays.asList("apparg","jvmarg"); // these are the ones we might use
+    public static final List<String> allowedReplaceKeys = Arrays.asList("appbase","apparg","jvmarg","jvmmempc"); // these are the ones we might use
+    public static final List<String> allowedMergeKeys = Arrays.asList("apparg","jvmarg","jvmmempc"); // these are the ones we might use
     //private final List<String> allowedMergeKeys = Arrays.asList("apparg","jvmarg","resource","code","java_location"); // (not exhaustive list here)
 }
index d1514df..02ee228 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.1.5_JVL</version>
+    <version>1.8.3_1.1.5_JVL</version>
   </parent>
 
   <artifactId>getdown-launcher</artifactId>
index c6aadd7..5c6c7c3 100644 (file)
@@ -25,10 +25,5 @@ public class StartupNotificationListener {
     }
 
   }
-  
-  public String[] getExtraCommandLineArguments() {
-    com.install4j.api.context.Context c = new com.install4j.api.context.Context();
-    return c.getExtraCommandLineArguments();
-  }
 
 }
index 4615ca8..c23e80c 100644 (file)
@@ -10,7 +10,7 @@
   <groupId>com.threerings.getdown</groupId>
   <artifactId>getdown</artifactId>
   <packaging>pom</packaging>
-  <version>1.8.3-1.1.5_JVL</version>
+  <version>1.8.3_1.1.5_JVL</version>
 
   <name>getdown</name>
   <description>An application installer and updater.</description>
index 7849bc7..cb7ff5b 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index 7849bc7..cb7ff5b 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ