src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacBaseInstallerBundler.properties
--- a/src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacBaseInstallerBundler.properties Wed Oct 17 15:43:29 2018 -0400
+++ b/src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacBaseInstallerBundler.properties Thu Oct 18 17:57:26 2018 -0400
@@ -30,7 +30,7 @@
param.app-bundler.name=Mac App Bundler
param.app-bundle.description=Creates a .app bundle for the Mac
-param.app-image-build-root.name=
+param.app-image-build-root.name=Build Root Dir
param.app-image-build-root.description=This is temporary location built by the packager that is the root of the image application
param.signing-keychain.name=Signing Keychain
@@ -39,17 +39,11 @@
param.signing-key-name.name=Signing Key User Name
param.signing-key-name.description=The user name portion of the typical "Mac Developer ID Application: <user name>" signing key.
-param.daemon-bundler.name=Mac Daemon Bundler
-param.daemon-bundler.description=Creates daemon image for the Mac
-
-param.daemon-image-build-root.name=
-param.daemon-image-build-root.description=This is temporary location built by the packager that is the root of the daemon image
-
param.installer-name.name=Installer Name
param.installer-name.description=The filename of the generated installer without the file type extension. Default is <App Name>-<Version>.
-param.config-root.name=
-param.config-root.description=
+param.config-root.name=Config Root Dir
+param.config-root.description=Configuration directory.
error.parameters-null=Parameters map is null.
error.parameters-null.advice=Pass in a non-null parameters map.