src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties
equal
deleted
inserted
replaced
150 param.singleton.description=Prevents from launching multiple instances of application. |
150 param.singleton.description=Prevents from launching multiple instances of application. |
151 |
151 |
152 param.install-dir.name=Installation Directory |
152 param.install-dir.name=Installation Directory |
153 param.install-dir.description=Installation directory of the application. |
153 param.install-dir.description=Installation directory of the application. |
154 |
154 |
155 param.echo-mode.name=Echo Mode |
|
156 param.echo-mode.description=Outputs (without executing) native packaging commands so that users can use this as a starting point for addressing more complex needs. |
|
157 |
|
158 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists |
155 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists |
159 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
156 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
160 |
157 |
161 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists |
158 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists |
162 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
159 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |