src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties
branchJDK-8200758-branch
changeset 57438 4a31db8d42bd
parent 57414 6eda749d3117
child 57447 3fbe47a62ed0
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties	Fri Jun 21 10:14:49 2019 -0400
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties	Thu Jun 27 17:44:18 2019 -0400
@@ -55,7 +55,6 @@
 warning.no.jdk.modules.found=Warning: No JDK Modules found.
 
 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
-MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1}. \n\
 Advice to fix: {2}
 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}.
@@ -78,7 +77,6 @@
 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory.
 ERR_InvalidOption=Error: Invalid Option: [{0}].
-ERR_VersionComparison=Error: Failed to compare version {0} with {1}.
 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}].
 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options.
 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option.