JAL-3978 Getdown add getdownappbase property to launched Jalview
authorBen Soares <b.soares@dundee.ac.uk>
Fri, 18 Mar 2022 16:55:46 +0000 (16:55 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Fri, 18 Mar 2022 16:55:46 +0000 (16:55 +0000)
13 files changed:
getdown/lib/FJVL_VERSION
getdown/lib/JVL_VERSION
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher-local.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/data/Application.java
getdown/src/getdown/launcher/pom.xml
getdown/src/getdown/mvn_cmd
getdown/src/getdown/pom.xml
j11lib/getdown-core.jar
j8lib/getdown-core.jar

index 4a5376d..1a5992a 100644 (file)
@@ -1 +1 @@
-1.8.3-1.2.12_FJVL
+1.8.3-1.2.13_FJVL
index ed249ad..60daf6c 100644 (file)
@@ -1 +1 @@
-1.8.3-1.2.12_JVL
+1.8.3-1.2.13_JVL
index 2e695eb..6a5badf 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index fd89e15..b7af0b6 100644 (file)
Binary files a/getdown/lib/getdown-launcher-local.jar and b/getdown/lib/getdown-launcher-local.jar differ
index 38c3a19..02d31cc 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index 881c952..ed0f34a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.12_FJVL</version>
+    <version>1.8.3-1.2.13_FJVL</version>
   </parent>
 
   <artifactId>getdown-ant</artifactId>
index 3e52eca..a7dfa07 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.12_FJVL</version>
+    <version>1.8.3-1.2.13_FJVL</version>
   </parent>
 
   <artifactId>getdown-core</artifactId>
index 8048728..36a8119 100644 (file)
@@ -1085,6 +1085,9 @@ public class Application
            log.info("Not setting proxy");
        }
 
+        // add the getdownappbase property.  getdownappdir is added by getdown.txt
+        args.add("-Dgetdownappbase=" + getAppbase().toString());
+
         // add the marker indicating the app is running in getdown
         args.add("-D" + Properties.GETDOWN + "=true");
         args.add("-Dsys.install4jVersion=" + Application.i4jVersion);
index df0ebbe..6cf40a8 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.12_FJVL</version>
+    <version>1.8.3-1.2.13_FJVL</version>
   </parent>
 
   <artifactId>getdown-launcher</artifactId>
index 4a9d2ea..36bc298 100755 (executable)
@@ -3,7 +3,7 @@
 if [ x$JVLVERSION != x ]; then
   export VERSION=$JVLVERSION
 else
-  export VERSION=1.8.3-1.2.12_JVL
+  export VERSION=1.8.3-1.2.13_JVL
 fi
 
 if [ x${VERSION%_JVL} = x$VERSION ]; then
index 87b361e..dc12610 100644 (file)
@@ -10,7 +10,7 @@
   <groupId>com.threerings.getdown</groupId>
   <artifactId>getdown</artifactId>
   <packaging>pom</packaging>
-  <version>1.8.3-1.2.12_FJVL</version>
+  <version>1.8.3-1.2.13_FJVL</version>
 
   <name>getdown</name>
   <description>An application installer and updater.</description>
index 2e695eb..6a5badf 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index 2e695eb..6a5badf 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ