diff -r f63f13da91c0 -r 1b08af362a30 src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacAppStoreBundler.properties --- a/src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacAppStoreBundler.properties Fri Nov 02 11:34:56 2018 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ -# -# 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. -# -# - -bundler.name=Mac App Store Ready Bundler -bundler.description=Creates a binary bundle ready for deployment into the Mac App Store." - -param.signing-key-app.name=Application Signing Key -param.signing-key-app.description=The full name of the signing key to sign the application with. - -param.signing-key-pkg.name=Installer Signing Key -param.signing-key-pkg.description=The full name of the signing key to sign the PKG Installer with. - -param.mac-app-store-entitlements.name=Entitlements File -param.mac-app-store-entitlements.description=File location of a custom mac app store entitlements file - -param.installer-suffix.name=Installer Suffix -param.installer-suffix.description=The suffix for the installer name for this package. .pkg. - -resource.mac-app-store-entitlements=Mac App Store Entitlements -resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements - -error.parameters-null=Parameters map is null. -error.parameters-null.advice=Pass in a non-null parameters map. -error.cannot-create-output-dir=Output directory {0} cannot be created. -error.cannot-write-to-output-dir=Output directory {0} is not writable. -error.no-system-runtime=Bundle Configured to use the System JRE -error.no-system-runtime.advice=Do not set 'runtime' to null, either don't set it or set it to a valid value. -error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration. -error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true. -error.no-app-signing-key=No Mac App Store App Signing Key -error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode. -error.no-pkg-signing-key=No Mac App Store Installer Signing Key -error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode. -error.certificate.expired=Error: Certificate expired {0}. - - -message.building-bundle=Building Mac App Store Bundle for {0} -mesasge.intermediate-bundle-location=Intermediate application bundle image\: {0}