src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties
--- a/src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties Fri Oct 12 19:00:51 2018 -0400
+++ b/src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties Wed Oct 17 13:50:11 2018 -0400
@@ -1,3 +1,29 @@
+#
+# 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.
+#
+#
+
param.app-name.name=App Name
param.app-name.description=The name of the application.
@@ -76,12 +102,6 @@
param.preferences-id.name=Preferences ID
param.preferences-id.description=The preferences node to search for User JVM Options. The format be a slash delimited version of the main package name, such as "com/example/myapplication".
-param.preloader.name=JavaFX Preloader Class Name
-param.preloader.description=For JavaFX applications only, this is the Fully Qualified Class Name of the preloader class. This class needs to exist in the classpath, preferably early in the path.
-
-param.runtime.name=JRE
-param.runtime.description=The Java Runtime to co-bundle. The default value is the current JRE running the bundler. A value of null will cause no JRE to be co-bundled and the system JRE will be used to launch the application.
-
param.title.name=Title
param.title.description=A title for the application.
@@ -126,18 +146,6 @@
param.fa-description.name=File Association Description
param.fa-description.description=The description to be used for associated files. The default is "<appName> File".
-param.commercial-features.name=Unlock Commercial Features
-param.commercial-features.description=Some options require commercial features to be unlocked. This must be passed in as true to unlock those features. Otherwise they will be ignored.
-
-param.com-app-cds.name=Enable AppCDS
-param.com-app-cds.description=Enabled and package with Application Class Data Sharing, including generation of .jsa file.
-
-param.com-app-cds-cache-mode.name=AppCDS Cache Mode
-param.com-app-cds-cache-mode.description=The mode in which the AppCDS .jpa files are generated and cached. Current values are 'install', 'auto', and 'auto+install'.
-
-param.com-app-cds-root.name=AppCDS Root Classes
-param.com-app-cds-root.description=List of "root classes" for AppCDS to generate class sharing data from. Default is the main class.
-
param.source-dir.name=Source Directory
param.source-dir.description=Path to the directory containing the files to be bundled.
@@ -171,7 +179,6 @@
message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
-error.required-parameter={0} is a required parameter.
error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
error.no-main-class-with-main-jar.advice=Please specify a applicationClass or ensure that the jar {0} specifies one in the manifest.
error.no-main-class-with-classpath=An application class was not specified nor was one found in the supplied classpath
@@ -181,7 +188,4 @@
error.main-jar-does-not-exist=The configured main jar does not exist {0}
error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
-message.fx-app-does-not-match-specified-main=The jar {0} has an FX Application class{1} that does not match the declared main {2}
-message.main-class-does-not-match-specified-main=The jar {0} has a main class {1} that does not match the declared main {2}
-
warning.no.jdk.modules.found=Warning: No JDK Modules found.