src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacBaseInstallerBundler.properties
branchJDK-8200758-branch
changeset 56888 628a283daa6c
parent 56821 565d54ca1f41
child 56982 e094d5483bd6
equal deleted inserted replaced
56887:93db8a13c4c5 56888:628a283daa6c
    26 param.config-root.description=
    26 param.config-root.description=
    27 
    27 
    28 error.parameters-null=Parameters map is null.
    28 error.parameters-null=Parameters map is null.
    29 error.parameters-null.advice=Pass in a non-null parameters map.
    29 error.parameters-null.advice=Pass in a non-null parameters map.
    30 
    30 
       
    31 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
       
    32 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
       
    33 
    31 message.could-not-retrieve-name=Could not retrieve gecos name
    34 message.could-not-retrieve-name=Could not retrieve gecos name
    32 message.app-image-requires-app-name=When using an external app image you must specify the app name.
    35 message.app-image-requires-app-name=When using an external app image you must specify the app name.
    33 message.app-image-requires-app-name.advice=Set the app name via the -name CLI flag, the fx:application/@name ANT attribute, or via the 'appName' bundler argument.
    36 message.app-image-requires-app-name.advice=Set the app name via the -name CLI flag, the fx:application/@name ANT attribute, or via the 'appName' bundler argument.
    34 message.app-image-requires-identifier=When using an external app image you must specify the identifier.
    37 message.app-image-requires-identifier=When using an external app image you must specify the identifier.
    35 message.app-image-requires-identifier.advice=Set the identifier via the -appId CLI flag, the fx:application/@id ANT attribute, or via the 'identifier' bundler argument.
    38 message.app-image-requires-identifier.advice=Set the identifier via the -appId CLI flag, the fx:application/@id ANT attribute, or via the 'identifier' bundler argument.