jdk/test/javax/management/remote/mandatory/version/policy
author lana
Thu, 26 Dec 2013 12:04:16 -0800
changeset 23010 6dadb192ad81
parent 2 90ce3da70b43
permissions -rw-r--r--
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
grant codebase "file:${test.classes}" {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
  permission java.util.PropertyPermission "java.runtime.version", "read";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
};