< prev index next >
src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/resources/MacResources.properties
Print this page
*** 44,55 ****
error.no.xcode.signing.advice=Install Xcode with command line developer tools.
resource.bundle-config-file=Bundle config file
resource.app-info-plist=Application Info.plist
resource.runtime-info-plist=Java Runtime Info.plist
! resource.mac-app-store-entitlements=Mac App Store Entitlements
! resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements
resource.dmg-setup-script=DMG setup script
resource.license-setup=License setup
resource.dmg-background=dmg background
resource.volume-icon=volume icon
resource.post-install-script=script to run after application image is populated
--- 44,54 ----
error.no.xcode.signing.advice=Install Xcode with command line developer tools.
resource.bundle-config-file=Bundle config file
resource.app-info-plist=Application Info.plist
resource.runtime-info-plist=Java Runtime Info.plist
! resource.entitlements=Mac Entitlements
resource.dmg-setup-script=DMG setup script
resource.license-setup=License setup
resource.dmg-background=dmg background
resource.volume-icon=volume icon
resource.post-install-script=script to run after application image is populated
*** 66,75 ****
--- 65,75 ----
message.version-string-first-number-not-zero=The first number in a CFBundleVersion cannot be zero or negative.
message.version-string-no-negative-numbers=Negative numbers are not allowed in version strings.
message.version-string-numbers-only=Version strings can consist of only numbers and up to two dots.
message.creating-association-with-null-extension=Creating association with null extension.
message.ignoring.symlink=Warning: codesign is skipping the symlink {0}.
+ message.already.signed=File already signed: {0}.
message.keychain.error=Error: unable to get keychain list.
message.building-bundle=Building Mac App Store Package for {0}.
message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists.
message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists.
message.app-image-requires-app-name=When using an external app image you must specify the app name.
< prev index next >