Skip to content

Commit 0cd5595

Browse files
MainResources.properties: remove obsolete IDs
1 parent b2ae2a6 commit 0cd5595

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,23 +113,14 @@ error.invalid-install-dir=Invalid installation directory "{0}"
113113

114114
error.invalid-option-value=Invalid value "{0}" of option {1}
115115

116-
MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a package
117-
MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1} \n\
118-
Advice to fix: {2}
119-
MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}
120-
MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
121-
122116
ERR_NoMainClass=Error: Main application class is missing
123117
ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform
124118
ERR_InvalidTypeOption=Error: Option [{0}] is not valid with type [{1}]
125119
ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option
126120
ERR_MutuallyExclusiveOptions=Error: Mutually exclusive options [{0}] and [{1}]
127121
ERR_InvalidOptionWithAppImageSigning=Error: Option [{0}] is not valid when signing application image
128122

129-
ERR_MissingArgument=Error: Missing argument: {0}
130123
ERR_MissingArgument2=Error: Missing argument: {0} or {1}
131-
ERR_MissingArgument3=Error: Missing argument: {0}, {1} or {2}
132-
ERR_MissingRequiredArgument=Error: {0} argument requires at least one of [{1}] argument(s)
133124
ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
134125
ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>)
135126
ERR_InvalidAppName=Error: Invalid Application name: {0}

0 commit comments

Comments
 (0)