-1.8.3-1.5.1_FJVL
+1.8.3-1.5.2_FJVL
-1.8.3-1.5.1_JVL
+1.8.3-1.5.2_JVL
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.5.1_FJVL</version>
+ <version>1.8.3-1.5.2_FJVL</version>
</parent>
<artifactId>getdown-ant</artifactId>
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.5.1_FJVL</version>
+ <version>1.8.3-1.5.2_FJVL</version>
</parent>
<artifactId>getdown-core</artifactId>
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.5.1_FJVL</version>
+ <version>1.8.3-1.5.2_FJVL</version>
</parent>
<artifactId>getdown-launcher</artifactId>
public static Getdown start (String[] argv) throws Exception {
jalview.util.ErrorLog.setHasConsole(false);
jalview.util.ErrorLog.setPrefix("LAUNCHER: ");
- jalview.util.ErrorLog.outPrintln("start of logging");
+ if (SysProps.silent() && !SysProps.launchInSilent() && "true".equals(System.getProperty("launcher.update", "false"))) {
+ jalview.util.ErrorLog.outPrintln("Running update only");
+ } else {
+ jalview.util.ErrorLog.outPrintln("Start of logging");
+ }
List<EnvConfig.Note> notes = new ArrayList<>();
boolean append = false;
EnvConfig envc = EnvConfig.create(argv, notes, GetdownApp.class);
if [ x$JVLVERSION != x ]; then
export VERSION=$JVLVERSION
else
- export VERSION=1.8.3-1.5.1_JVL
+ export VERSION=1.8.3-1.5.2_JVL
fi
if [ x${VERSION%_JVL} = x$VERSION ]; then
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<packaging>pom</packaging>
- <version>1.8.3-1.5.1_FJVL</version>
+ <version>1.8.3-1.5.2_FJVL</version>
<name>getdown</name>
<description>An application installer and updater.</description>