src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources.properties
branchJDK-8200758-branch
changeset 57438 4a31db8d42bd
parent 57407 2c14fbeff1dc
child 58114 42df7de58e39
--- a/src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources.properties	Fri Jun 21 10:14:49 2019 -0400
+++ b/src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources.properties	Thu Jun 27 17:44:18 2019 -0400
@@ -25,11 +25,8 @@
 #
 
 app.bundler.name=Windows Application Image
-app.bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers.
 exe.bundler.name=EXE Installer
-exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
 msi.bundler.name=MSI Installer
-msi.bundler.description=Microsoft Windows MSI Installer, via WiX.
 
 param.menu-group.default=Unknown
 
@@ -58,6 +55,7 @@
 error.version-string-part-not-number=Failed to convert version component to int.
 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory.
 error.version-swap=Failed to update version information for {0}.
+error.version-compare=Error: Failed to compare version {0} with {1}.
 
 message.result-dir=Result application bundle: {0}.
 message.icon-not-ico=The specified icon "{0}" is not an ICO file and will not be used. The default icon will be used in it's place.