blob: 84135224064a80cf210941a190c43b35aa968aa1 [file] [log] [blame]
david_williamsb4413772006-11-22 22:28:43 +00001###############################################################################
eyuen564ba8f2019-01-30 20:05:45 -05002# Copyright (c) 2006, 2010 IBM Corporation and others.
david_williamsb4413772006-11-22 22:28:43 +00003# All rights reserved. This program and the accompanying materials
eyuen564ba8f2019-01-30 20:05:45 -05004# are made available under the terms of the Eclipse Public License 2.0
david_williamsb4413772006-11-22 22:28:43 +00005# which accompanies this distribution, and is available at
eyuen564ba8f2019-01-30 20:05:45 -05006# https://www.eclipse.org/legal/epl-2.0/
7#
8# SPDX-License-Identifier: EPL-2.0
david_williamsb4413772006-11-22 22:28:43 +00009#
10# Contributors:
11# IBM Corporation - initial API and implementation
12###############################################################################
13# feature.properties
14# contains externalized strings for feature.xml
15# "%foo" in feature.xml corresponds to the key "foo" in this file
16# java.io.Properties file (ISO 8859-1 with "\" escapes)
17# This file should be translated.
18
19# "featureName" property - name of the feature
david_williams530c0612006-11-22 22:35:03 +000020featureName=JST Server Adapter Plug-in Developer Resources
david_williamsb4413772006-11-22 22:28:43 +000021
22# "providerName" property - name of the company that provides the feature
david_williamsd91aaff2010-04-11 05:12:44 +000023providerName=Eclipse Web Tools Platform
david_williamsb4413772006-11-22 22:28:43 +000024
david_williamsb4413772006-11-22 22:28:43 +000025
26# "description" property - description of the feature
27description=Source code zips for JST server tools
28
29# "copyright" property - text of the "Feature Update Copyright"
30copyright=\
31Copyright (c) 2006 IBM Corporation and others.\n\
32All rights reserved. This program and the accompanying materials\n\
eyuen564ba8f2019-01-30 20:05:45 -050033are made available under the terms of the Eclipse Public License 2.0\n\
david_williamsb4413772006-11-22 22:28:43 +000034which accompanies this distribution, and is available at\n\
eyuen564ba8f2019-01-30 20:05:45 -050035https://www.eclipse.org/legal/epl-2.0/\n\
36\n\
37SPDX-License-Identifier: EPL-2.0\n\
david_williamsb4413772006-11-22 22:28:43 +000038\n\
39Contributors:\n\
40 IBM Corporation - initial API and implementation\n
41################ end of copyright property ####################################
42
43# "licenseURL" property - URL of the "Feature License"
44# do not translate value - just change to point to a locale-specific HTML page
david_williams17c4ec52011-02-20 05:52:08 +000045# license and licenseURL properties were removed as a result to migrating to new PDE license support.
46# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism.
david_williamsb4413772006-11-22 22:28:43 +000047
48# "license" property - text of the "Feature Update License"
49# should be plain text version of license agreement pointed to be "licenseURL"
david_williams17c4ec52011-02-20 05:52:08 +000050# license and licenseURL properties were removed as a result to migrating to new PDE license support.
51# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism.
david_williamsb4413772006-11-22 22:28:43 +000052########### end of license property ##########################################