--- /dev/null 2014-03-13 13:00:25.000000000 -0600 +++ new/modules/fxpackager/src/main/resources/com/oracle/bundlers/mac/MacBaseInstallerBundler.properties 2014-03-13 13:00:25.000000000 -0600 @@ -0,0 +1,26 @@ +bundler.name=Mac App Store +bundler.description=Creates a binary bundle ready for deployment into the Mac App Store. + +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.description=This is temporary location built by the packager that is the root of the image application + +param.app-image.name=Image Directory +param.app-image.description=Location of the image that will be used to build either a DMG or PKG installer. + +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.config-root.name= +param.config-root.description= + +error.parameters-null=Parameters map is null. +error.parameters-null.advice=Pass in a non-null parameters map. + +message.app-image-dir-does-not-exist=Specified image directory {0}\: {1} does not exists +message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists