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.
This commit is contained in:
@@ -195,6 +195,13 @@
|
||||
<manifest>
|
||||
<mainClass>com.threerings.getdown.launcher.GetdownApp</mainClass>
|
||||
</manifest>
|
||||
<manifestEntries>
|
||||
<Permissions>all-permissions</Permissions>
|
||||
<Application-Name>Getdown</Application-Name>
|
||||
<Codebase>*</Codebase>
|
||||
<Application-Library-Allowable-Codebase>*</Application-Library-Allowable-Codebase>
|
||||
<Caller-Allowable-Codebase>*</Caller-Allowable-Codebase>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user