src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacBaseInstallerBundler.properties
branchJDK-8200758-branch
changeset 56986 5c3dae7af901
parent 56982 e094d5483bd6
equal deleted inserted replaced
56985:5e6ced665587 56986:5c3dae7af901
    28 bundler.description=Creates a binary bundle ready for deployment into the Mac App Store.
    28 bundler.description=Creates a binary bundle ready for deployment into the Mac App Store.
    29 
    29 
    30 param.app-bundler.name=Mac App Bundler
    30 param.app-bundler.name=Mac App Bundler
    31 param.app-bundle.description=Creates a .app bundle for the Mac
    31 param.app-bundle.description=Creates a .app bundle for the Mac
    32 
    32 
    33 param.app-image-build-root.name=
    33 param.app-image-build-root.name=Build Root Dir
    34 param.app-image-build-root.description=This is temporary location built by the packager that is the root of the image application
    34 param.app-image-build-root.description=This is temporary location built by the packager that is the root of the image application
    35 
    35 
    36 param.signing-keychain.name=Signing Keychain
    36 param.signing-keychain.name=Signing Keychain
    37 param.signing-keychain.description=The location of the keychain to use.  If not specified the standard keychains will be used.
    37 param.signing-keychain.description=The location of the keychain to use.  If not specified the standard keychains will be used.
    38 
    38 
    39 param.signing-key-name.name=Signing Key User Name
    39 param.signing-key-name.name=Signing Key User Name
    40 param.signing-key-name.description=The user name portion of the typical "Mac Developer ID Application: <user name>" signing key.
    40 param.signing-key-name.description=The user name portion of the typical "Mac Developer ID Application: <user name>" signing key.
    41 
    41 
    42 param.daemon-bundler.name=Mac Daemon Bundler
       
    43 param.daemon-bundler.description=Creates daemon image for the Mac
       
    44 
       
    45 param.daemon-image-build-root.name=
       
    46 param.daemon-image-build-root.description=This is temporary location built by the packager that is the root of the daemon image
       
    47 
       
    48 param.installer-name.name=Installer Name
    42 param.installer-name.name=Installer Name
    49 param.installer-name.description=The filename of the generated installer without the file type extension.  Default is <App Name>-<Version>.
    43 param.installer-name.description=The filename of the generated installer without the file type extension.  Default is <App Name>-<Version>.
    50 
    44 
    51 param.config-root.name=
    45 param.config-root.name=Config Root Dir
    52 param.config-root.description=
    46 param.config-root.description=Configuration directory.
    53 
    47 
    54 error.parameters-null=Parameters map is null.
    48 error.parameters-null=Parameters map is null.
    55 error.parameters-null.advice=Pass in a non-null parameters map.
    49 error.parameters-null.advice=Pass in a non-null parameters map.
    56 
    50 
    57 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
    51 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists