8216492: Update copyright of all new jpackage fils to 2019
Reviewed-by: herrick
## Copyright (c) 2017, 2019, 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.##param.images-root.name=Image Rootparam.images-root.description=Image Rootparam.config-root.name=Config Rootparam.config-root.description=Config root dirparam.create-image.name=Create Imageparam.create-image.description=Creates platform-specific application image.param.create-installer.name=Create Installerparam.create-installer.description=Creates platform-specific installer for the application.param.create-jre-installer.name=Create JRE Installerparam.create-jre-installer.description=Creates platform-specific JRE installer.param.jlink-builder.name=JLink Builderparam.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with.param.app-name.name=App Nameparam.app-name.description=The name of the application.param.app-fs-name.name=App File System Nameparam.app-fs-name.description=The name of the application suitable for file system use. Typically this is just letters, numbers, dots, and dashes.param.app-resource.description=All of the files to place in the resources directory. Including all needed jars as assets.param.app-resources.name=Resourcesparam.app-resource-list.description=A List of RelativeFileSet objects containing all of the files to place in the resources directory. Including all needed jars as assets.param.app-resources-list.name=Resources Listparam.build-root.name=Build Rootparam.build-root.description=The directory in which to use and place temporary files.param.category.name=Categoryparam.category.description=The category oor group of the application. Generally speaking you will also want to specify application specific categories as well.param.category.default=Unknownparam.copyright.name=Copyrightparam.copyright.description=The copyright for the application.param.copyright.default=Copyright (C) {0,date,YYYY}param.description.name=Descriptionparam.description.description=A longer description of the applicationparam.description.default=noneparam.icon-file.name=Iconparam.icon-file.description=The main icon of the application bundle.param.identifier.name=Identifierparam.identifier.description=What is the machine readable identifier of this application? The format should be a DNS name in reverse order, such as com.example.myapplication.param.arguments.name=Command Line Argumentsparam.arguments.description=Command Line Arguments to be passed to the main class if no arguments are specified by the launcher.param.jvm-options.name=JVM Optionsparam.jvm-options.description=JVM flags and options to be passed in.param.jvm-system-properties.name=JVM System Propertiesparam.jvm-system-properties.description=JVM System Properties (of the -Dname\=value variety).param.license-file.name=Licenseparam.license-file.description=The license file, relative to the assembled application directory.param.main-class.name=Main Classparam.main-class.description=The main class for the application. Either a javafx.application.Application instance or a java class with a main method.param.main-module.name=Main Moduleparam.main-module.description=The main module for the application. This is the module containing the main class.param.classpath.name=Main Jar Classpathparam.classpath.description=The classpath from the main jar of the application, relative to the assembled application directory.param.main-jar.name=Main Jarparam.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.name.name=Nameparam.name.description=The name of the application.param.preferences-id.name=Preferences IDparam.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=Titleparam.title.description=A title for the application.param.vendor.name=Vendorparam.vendor.description=The vendor of the application.param.vendor.default=Unknownparam.predefined-app-image.name=Predefined Application Imageparam.predefined-app-image.description=Location of the predefined application image that is used to build an installable package.param.predefined-runtime-image.name=Predefined Runtime Imageparam.predefined-runtime-image.description=Location of the custom runtime image that is used to build an application image and installable packages.param.version.name=Versionparam.version.description=The version of this application.param.version.default=1.0param.verbose.name=Verboseparam.verbose.description=Flag to print out more information and saves configuration files for bundlers.param.force.name=Forceparam.force.description=Flag to allow removal of existing Build Root contentsparam.resource-dir.name=Resource Dirparam.resource-dir.description=The directory to look for bundler specific resources.param.secondary-launchers.name=Secondary Launchersparam.secondary-launchers.description=A collection of bundle param info for secondary launchersparam.file-associations.name=File Associationsparam.file-associations.description=A list of maps where each map describes a file association. Uses the "fileAssociation." series of bundle arguments in each map.param.fa-extension.name=File Association Extensionparam.fa-extension.description=The File Extension to be associated, just the extension no dots.param.fa-content-type.name=File Association Content Typeparam.fa-content-type.description=Content Type to be associated. Such as application/x-vnd.my-awesome-app.param.fa-icon.name=File Association Iconparam.fa-icon.description=The Icon to be used for associated files. Defaults to the application icon.param.fa-description.name=File Association Descriptionparam.fa-description.description=The description to be used for associated files. The default is "<appName> File".param.source-dir.name=Source Directoryparam.source-dir.description=Path to the directory containing the files to be bundled.param.module-path.name=Module Pathparam.module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules.param.add-modules.name=Add Modulesparam.add-modules.description=List of Modules to add to JImage creation, including possible services.param.limit-modules.name=Limit Modulesparam.limit-modules.description=Modules to Limit JImage creation to.param.strip-executables.name=Strip Native Executablesparam.strip-executables.description=Removes native executables from the JImage creation.param.main.module.name=Main Moduleparam.main.module.description=The main module of the application. This module should have the main-class, and is on the module path.param.install-dir.name=Installation Directoryparam.install-dir.description=Installation directory of the application.message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize)message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize)message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1})message.using-custom-resource=Using custom package resource {0} (loaded from {1})message.creating-app-bundle=Creating app bundle\: {0} in {1}message.detected.modules="Automatically adding detected modules: {0}."message.modules="Adding modules: {0} to runtime image."message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not existsmessage.app-image-dir-does-not-exist.advice=Confirm that the value for {0} existsmessage.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not existsmessage.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} existsmessage.debug-working-directory=Kept working directory for debug\: {0}error.cannot-create-output-dir=Output directory {0} cannot be created.error.cannot-write-to-output-dir=Output directory {0} is not writable.error.root-exists-without-force=Root Directory {0} already exists and --force is not specified"error.no-application-class=Main application class is missing.error.no-application-class.advice=Please specify main application class.error.no-main-module=Main application module is missing.error.no-main-module.advice=Make sure to use fx\:module task to create modular application.error.srcfiles.contain.modules=Error: Modules are not allowed in srcfiles: {0}.error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}error.no-main-class-with-main-jar.advice=Please specify a application class or ensure that the jar {0} specifies one in the manifest.error.no-main-class=An application class was not specified nor was one found in the supplied application resourceserror.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.error.main-jar-does-not-exist=The configured main jar does not exist {0}error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.warning.module.does.not.exist=Module {0} does not exist.warning.no.jdk.modules.found=Warning: No JDK Modules found.MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1} \n\Advice to fix\: {2}MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem\: {1}MSG_BundlerRuntimeException=Bundler {0} failed because of {1}MSG_Version=jpackage versionMSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.ERR_MissingArgument=Error: Missing argument: {0}ERR_MissingAppResources=Error: No application jars foundERR_AppImageNotExist=Error: App image directory "{0}" does not existERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directoriesERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter.ERR_NoUniqueName=Secondary Launchers require a unique name parameter.ERR_NoJreInstallerName=Jre Installers require a name parameter.ERR_InvalidCharacterInArgument=Error: Invalid character found in {0} argumentERR_LicenseFileNotExit=Error: Specified license file does not exist.ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.