make/build.xml

changeset 1837
27842bf384fe
parent 1823
e6bd60e65f33
child 1959
61ffdd1b89f2
     1.1 --- a/make/build.xml	Wed Jun 01 18:59:33 2016 +0530
     1.2 +++ b/make/build.xml	Thu Jun 02 14:56:20 2016 +0530
     1.3 @@ -425,6 +425,10 @@
     1.4      permission java.io.FilePermission "${basedir}/test/script/external/showdown/-", "read";
     1.5  };
     1.6  
     1.7 +grant codeBase "file:/${basedir}/test/script/basic/JDK-8158467.js" {
     1.8 +    permission java.lang.RuntimePermission "nashorn.setConfig";
     1.9 +};
    1.10 +
    1.11      </echo>
    1.12  
    1.13      <replace file="${build.dir}/nashorn.policy"><replacetoken>\</replacetoken><replacevalue>/</replacevalue></replace>    <!--hack for Windows - to make URLs with normal path separators -->

mercurial