make/build.xml

changeset 458
4b06441b7624
parent 453
e1d19f9fd5a9
child 474
f6588f168d79
     1.1 --- a/make/build.xml	Thu Jul 18 16:22:25 2013 +0200
     1.2 +++ b/make/build.xml	Thu Jul 18 16:47:45 2013 +0200
     1.3 @@ -267,6 +267,11 @@
     1.4  grant codeBase "file:/${basedir}/test/script/basic/JDK-8010946-privileged.js" {
     1.5      permission java.util.PropertyPermission "java.security.policy", "read";
     1.6  };
     1.7 +
     1.8 +grant codeBase "file:/${basedir}/test/script/basic/classloader.js" {
     1.9 +    permission java.lang.RuntimePermission "nashorn.JavaReflection";
    1.10 +};
    1.11 +
    1.12      </echo>
    1.13  
    1.14      <replace file="${build.dir}/nashorn.policy"><replacetoken>\</replacetoken><replacevalue>/</replacevalue></replace>    <!--hack for Windows - to make URLs with normal path separators -->

mercurial