jdk/src/macosx/lib/Info-privileged.plist
author duke
Wed, 05 Jul 2017 19:46:41 +0200
changeset 25015 3b7e0d02c818
parent 12047 320a714614e9
permissions -rw-r--r--
Added tag jdk9-b20 for changeset 89731ae72a76

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>CFBundleIdentifier</key>
        <string>net.java.openjdk.cmd</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
        <string>OpenJDK 7 Command</string>
        <key>CFBundleShortVersionString</key>
        <string>1.0</string>
        <key>CFBundleVersion</key>
        <string>1.0</string>
        <key>SecTaskAccess</key>
        <string>allowed</string>
</dict>
</plist>