author | herrick |
Mon, 01 Oct 2018 09:04:49 -0400 | |
branch | JDK-8200758-branch |
changeset 56933 | 9f59eeb3cc0f |
parent 56821 | 565d54ca1f41 |
child 56982 | e094d5483bd6 |
permissions | -rw-r--r-- |
56821
565d54ca1f41
8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff
changeset
|
1 |
message.using-default-resource=Using default package resource {0} (add {1} to the class path to customize) |
565d54ca1f41
8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff
changeset
|
2 |
message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}) |
565d54ca1f41
8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff
changeset
|
3 |
message.using-custom-resource-from-classpath=Using custom package resource {0} (loaded from {1}) |
565d54ca1f41
8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff
changeset
|
4 |
message.using-default-resource-from-classpath=Using default package resource {0} (add {1} to the class path to customize) |