diff -r 5e6ced665587 -r 5c3dae7af901 src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties --- a/src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties Wed Oct 17 15:43:29 2018 -0400 +++ b/src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties Thu Oct 18 17:57:26 2018 -0400 @@ -84,30 +84,12 @@ param.main-jar.name=Main Jar param.main-jar.description=The main jar of the application. This jar should have the main-class, and is relative to the assembled application dir. -param.service-hint.name=Service Hint -param.service-hint.description=The bundler should register the application as service/daemon - -param.start-on-install.name=Start On Install -param.start-on-install.description=Controls whether the service/daemon should be started on install - -param.stop-on-uninstall.name=Stop On Uninstall -param.stop-on-uninstall.description=Controls whether the service/daemon should be stopped on uninstall - -param.run-at-startup.name=Run At Startup -param.run-at-startup.description=Controls whether the service/daemon should be started during system startup - 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. -param.use-javafx-packaging.name=FX Packaging -param.use-javafx-packaging.description=Should we use the JavaFX packaging conventions? - param.vendor.name=Vendor param.vendor.description=The vendor of the application. param.vendor.default=Unknown