diff -r 8c282c15c58c -r dd9ea030e762 make/build.xml --- a/make/build.xml Tue Aug 26 11:42:07 2014 +0200 +++ b/make/build.xml Mon Aug 25 17:38:53 2014 +0400 @@ -32,6 +32,9 @@ + + + @@ -294,7 +297,7 @@ -grant codeBase "file:/${toString:nashorn.ext.path}/nashorn.jar" { +grant codeBase "file:/${toString:dist.path}/nashorn.jar" { permission java.security.AllPermission; };