src/jdk.packager/share/classes/jdk/packager/internal/resources/AbstractImageBundler.properties
branchJDK-8200758-branch
changeset 56982 e094d5483bd6
parent 56933 9f59eeb3cc0f
--- a/src/jdk.packager/share/classes/jdk/packager/internal/resources/AbstractImageBundler.properties	Fri Oct 12 19:00:51 2018 -0400
+++ b/src/jdk.packager/share/classes/jdk/packager/internal/resources/AbstractImageBundler.properties	Wed Oct 17 13:50:11 2018 -0400
@@ -1,8 +1,28 @@
-param.launcher-cfg-format.name=Launcher .cfg File Format
-param.launcher-cfg-format.description=The file format of the .cfg file used by the launcher executable.  Current values are 'ini' and 'prop'.
-
-error.jre-missing-file=Java Runtime does not include {0}
-error.jre-missing-file.advice=Make sure ant is using Oracle JDK 8 or later.
+#
+# 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.
+#
+#
 
 error.no-application-class=Main application class is missing.
 error.no-application-class.advice=Please specify main application class.
@@ -10,12 +30,3 @@
 error.no-main-module=Main application module is missing.
 error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
 
-error.app-cds-bad-version=AppCDS Not Supported in Bundled Runtime.
-error.app-cds-bad-version.advice=AppCDS support was added in 8u40.  Use an 8u40 or later Java Runtime
-
-error.app-cds-requires-runtime=AppCDS Not Supported with System Runtime.
-error.app-cds-requires-runtime.advice=AppCDS support requires that a runtime be bundled with the applicaiton.  The use of a System JRE is not supported.
-
-error.app-cds-no-commercial-unlock=AppCDS Requires Commercial Features to be Unlocked.
-error.app-cds-no-commercial-unlock.advice=Verify you have a license for commercial features for the Oracle Java Runtime the set the bundler argument 'commercialFeatures' to 'true'.
-