--- /dev/null
+1.8.3-1.2.4_FJVL
--- /dev/null
+1.8.3-1.2.4_JVL
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.2.3_FJVL</version>
+ <version>1.8.3-1.2.4_FJVL</version>
</parent>
<artifactId>getdown-ant</artifactId>
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.2.3_FJVL</version>
+ <version>1.8.3-1.2.4_FJVL</version>
</parent>
<artifactId>getdown-core</artifactId>
<useFile>false</useFile>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.1.0</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+
</plugins>
</build>
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.2.3_FJVL</version>
+ <version>1.8.3-1.2.4_FJVL</version>
</parent>
<artifactId>getdown-launcher</artifactId>
<archive>
<manifest>
<mainClass>com.threerings.getdown.launcher.GetdownApp</mainClass>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Permissions>all-permissions</Permissions>
if [ x$JVLVERSION != x ]; then
export VERSION=$JVLVERSION
else
- export VERSION=1.8.3-1.2.3_JVL
+ export VERSION=1.8.3-1.2.4_JVL
fi
if [ x${VERSION%_JVL} = x$VERSION ]; then
cp core/target/getdown-core-$VERSION.jar ../../../getdown/lib/getdown-core.jar && echo "Copied getdown-core-$VERSION.jar to getdown/lib"
cp core/target/getdown-core-$VERSION.jar ../../../j8lib/getdown-core.jar && echo "Copied getdown-core-$VERSION.jar to j8lib"
cp core/target/getdown-core-$VERSION.jar ../../../j11lib/getdown-core.jar && echo "Copied getdown-core-$VERSION.jar to j11lib"
+ echo "$VERSION" > ../../../getdown/lib/JVL_VERSION
fi
VERSION=${VERSION/JVL/FJVL}
RET=$?
if [ x$RET = x0 ]; then
cp launcher/target/getdown-launcher-$VERSION.jar ../../../getdown/lib/getdown-launcher-local.jar && echo "Copied getdown-launcher-$VERSION.jar to getdown/lib/getdown-launcher-local.jar"
+ echo "$VERSION" > ../../../getdown/lib/FJVL_VERSION
fi
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<packaging>pom</packaging>
- <version>1.8.3-1.2.3_FJVL</version>
+ <version>1.8.3-1.2.4_FJVL</version>
<name>getdown</name>
<description>An application installer and updater.</description>