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:
e1a4dac
)
JAL-1400 explicit security settings for applet
author
Jim Procter
<jprocter@compbio.dundee.ac.uk>
Mon, 21 Oct 2013 16:53:45 +0000
(17:53 +0100)
committer
Jim Procter
<jprocter@compbio.dundee.ac.uk>
Tue, 5 Nov 2013 16:28:34 +0000
(16:28 +0000)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
3eae6af
..
9eacab7
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-467,6
+467,10
@@
<jar destfile="in.jar">
<manifest>
<attribute name="Main-Class" value="jalview.bin.JalviewLite" />
+ <!-- <attribute name="Permissions" value="sandbox" /> -->
+ <!--<attribute name="Trusted-Lib" value="true" /> -->
+ <attribute name="Application-Name" value="JalviewLite Applet"/>
+ <attribute name="Codebase" value="*"/>
</manifest>
<fileset dir="${outputDir}">
<include name="com/**" />