src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties
branchJDK-8200758-branch
changeset 57261 13b6672477df
parent 57256 d7c27451f759
child 57307 4948a1944cf9
equal deleted inserted replaced
57259:a84c657c713d 57261:13b6672477df
    40 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
    40 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
    41 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
    41 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
    42 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
    42 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
    43 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
    43 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
    44 message.debug-working-directory=Kept working directory for debug\: {0}
    44 message.debug-working-directory=Kept working directory for debug\: {0}
       
    45 message.bundle-created=Succeeded in building {0} bundle
    45 
    46 
    46 error.cannot-create-output-dir=Output directory {0} cannot be created.
    47 error.cannot-create-output-dir=Output directory {0} cannot be created.
    47 error.cannot-write-to-output-dir=Output directory {0} is not writable.
    48 error.cannot-write-to-output-dir=Output directory {0} is not writable.
    48 error.root-exists=Error: Application output directory {0} already exists
    49 error.root-exists=Error: Application output directory {0} already exists
    49 error.no-application-class=Main application class is missing.
    50 error.no-application-class=Main application class is missing.