--- a/src/jdk.packager/share/classes/jdk/packager/internal/resources/Bundle.properties Fri Oct 12 19:00:51 2018 -0400
+++ b/src/jdk.packager/share/classes/jdk/packager/internal/resources/Bundle.properties Wed Oct 17 13:50:11 2018 -0400
@@ -1,45 +1,41 @@
+#
+# Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# This code is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License version 2 only, as
+# published by the Free Software Foundation. Oracle designates this
+# particular file as subject to the "Classpath" exception as provided
+# by Oracle in the LICENSE file that accompanied this code.
+#
+# This code is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+# version 2 for more details (a copy is included in the LICENSE file that
+# accompanied this code).
+#
+# You should have received a copy of the GNU General Public License version
+# 2 along with this work; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+# or visit www.oracle.com if you need additional information or have any
+# questions.
+#
+#
+
MSG_Version=jpackager version
-ERR_UnknownArgument=Error: Unknown argument: {0}
-ERR_UnknownCommand=Error: Unknown command: {0}
-ERR_UnknownReason=Unknown reason
ERR_MissingArgument=Error: Missing argument: {0}
-ERR_EmbedingLauncher=Error: Missing embedded resource [{0}]
-ERR_ContradictorySetting=Error: Ant script manifest argument ''{0}'' contradicts Ant script data type settings.
-ERR_CreatingDirFailed=Error: Failed to create directory {0}
-ERR_CreatingFileFailed=Error: Failed to create file {0}
-ERR_CreatingTempFileFailed=Error: Failed to create temporary file
-ERR_CreatingJarFailed=Error: Failed to create jar file {0}
-ERR_FileCopyFailed=Error: Failed copy file to directory {0}
-ERR_FileReadFailed=Error: Failed reading file {0}
-ERR_CantDeleteFile=Error: File {0} could not be deleted.
-ERR_MissingDirectory=Missing directory {0}
-ERR_InvalidDirectory=Invalid directory {0}
-ERR_EmptySourceDirectory=Empty source directory {0}
-ERR_MissingJavaHome=Error: Java home directory is not known.
-ERR_MissingJavaFxHome=Error: JavaFx home directory is not known.
-ERR_JavacFailed=Error: javac execution failed, exit code: {0}
-ERR_MakeAllJavacFailed=Error: compilation of java sources failed
-ERR_DeployFailed=Error: deploy failed
-ERR_InvalidStoreFile=Error: Invalid keystore file: {0}
-ERR_SignFailed=Error: Signing failed
ERR_MissingAppResources=Error: No application jars found
-ERR_NoEmbeddedDT=Error: -includedt requires the java deployment toolkit, which is not included in this distribution
ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories
ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter.
ERR_NoUniqueName=Secondary Launchers require a unique name parameter.
ERR_NoJreInstallerName=Jre Installers require a name parameter.
-MSG_UpdatingJar=Updating jar file\: {0}
-MSG_NoJREPackaged=Package is configured to ship without a JRE.
-MSG_UserProvidedJRE=Using base JDK at\: {0}
-MSG_UseSystemJRE=No base JDK. Package will use system JRE.
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}
MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
-MSG_JarNoSelfCopy=Skip jar copy to itself\: {0}
-MSG_EnterKeystorePassword=Enter Passphrase for keystore:
-MSG_EnterKeyPassword=Enter key password for %s: