git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caca055
)
JAL-1400 explicit security permissions for Desktop
author
Jim Procter
<jprocter@compbio.dundee.ac.uk>
Mon, 21 Oct 2013 16:53:25 +0000
(17:53 +0100)
committer
Jim Procter
<jprocter@compbio.dundee.ac.uk>
Tue, 5 Nov 2013 16:28:33 +0000
(16:28 +0000)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
0f81af7
..
3eae6af
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-415,6
+415,10
@@
<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*/**" />