1+ # ##############################################################################
2+ # Copyright (c) 2008, 2013 IBM Corporation and others.
3+ #
4+ # This program and the accompanying materials
5+ # are made available under the terms of the Eclipse Public License 2.0
6+ # which accompanies this distribution, and is available at
7+ # https://www.eclipse.org/legal/epl-2.0/
8+ #
9+ # SPDX-License-Identifier: EPL-2.0
10+ #
11+ # Contributors:
12+ # IBM Corporation - initial API and implementation
13+ # ##############################################################################
14+ # feature.properties
15+ # contains externalized strings for feature.xml
16+ # "%foo" in feature.xml corresponds to the key "foo" in this file
17+ # java.io.Properties file (ISO 8859-1 with "\" escapes)
18+ # This file should be translated.
19+
20+ # "featureName" property - name of the feature
21+ featureName =Eclipse Help System
22+
23+ # "providerName" property - name of the company that provides the feature
24+ providerName =Eclipse.org
25+
26+ # "description" property - description of the feature
27+ description =Eclipse help system.
28+
29+ # "copyright" property - text of the "Feature Update Copyright"
30+ copyright =\
31+ Copyright (c) 2008, 2013 IBM Corporation and others.\n \
32+
33+ This program and the accompanying materials\n \
34+ are made available under the terms of the Eclipse Public License 2.0\n \
35+ which accompanies this distribution, and is available at\n \
36+ https://www.eclipse.org/legal/epl-2.0/
37+
38+ SPDX-License-Identifier : EPL-2.0\n \
39+ \n \
40+ Contributors:\n \
41+ IBM Corporation - initial API and implementation\n
42+ # ############### end of copyright property ####################################
0 commit comments