src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties
branchJDK-8200758-branch
changeset 56993 3629eb24e9ac
parent 56989 0f19096663d1
--- a/src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties	Thu Oct 18 21:04:15 2018 -0400
+++ b/src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties	Fri Oct 19 08:57:13 2018 -0400
@@ -87,6 +87,9 @@
 param.name.name=Name
 param.name.description=The name of the application.
 
+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.title.name=Title
 param.title.description=A title for the application.