JAL-1400 explicit security permissions for Desktop
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 21 Oct 2013 16:53:25 +0000 (17:53 +0100)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Tue, 5 Nov 2013 16:28:33 +0000 (16:28 +0000)
build.xml

index 0f81af7..3eae6af 100755 (executable)
--- a/build.xml
+++ b/build.xml
                <jar destfile="${packageDir}/${outputJar}">
                        <manifest>
                                <attribute name="Main-Class" value="jalview.bin.Jalview" />
+        <attribute name="Permissions" value="all-permissions" />
+        <!--<attribute name="Trusted-Lib" value="true" /> -->
+        <attribute name="Application-Name" value="Jalview Desktop"/>
+        <attribute name="Codebase" value="*"/>
                        </manifest>
                        <fileset dir="${outputDir}/">
                                <exclude name="cache*/**" />