From 7b215a0b2dfec268cf3598ecf4bb53e8f7ec3f14 Mon Sep 17 00:00:00 2001 From: Mark Johnson Date: Thu, 4 Dec 2014 15:02:44 -0800 Subject: [PATCH] Fix the getdown manifest for maven builds. We have an ant build.xml and a maven pom.xml. At some point I guess the build switched to maven, which didn't have the special manifest to use for the jar to work around all the Java permission changes. If you want getdown to work with the latest Java, you will need to use this update. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 9d9ea80..9d1db94 100644 --- a/pom.xml +++ b/pom.xml @@ -195,6 +195,13 @@ com.threerings.getdown.launcher.GetdownApp + + all-permissions + Getdown + * + * + * +