src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacAppStoreBundler.properties
author herrick
Thu, 18 Oct 2018 21:04:15 -0400
branchJDK-8200758-branch
changeset 56989 0f19096663d1
parent 56982 e094d5483bd6
permissions -rw-r--r--
8212625: Remove --echo-mode and related code Submitten-by: almatvee Reviewed-by: herrick

#
# 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.  <name><suffix>.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}