ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
AE
/
installer2
/
setup_win
/
JRE
/
lib
/
security
/
javaws.policy
Revision:
613
Committed:
Tue Jan 15 00:30:42 2013 UTC
(12 years, 8 months ago) by
alloc
File size:
132 byte(s)
Log Message:
AEI2: - Added win-installer
File Contents
#
Content
1
// @(#)javaws.policy 1.7 00/09/18
2
3
grant
codeBase
"file:${jnlpx.home}/javaws.jar"
{
4
permission
java
.
security
.
AllPermission
;
5
};
6