blob: dcfe5828d85b076cc3335ac2770a6b8518f53b9e [file] [log] [blame]
Jeff McAfferd4028002010-11-04 14:53:28 +00001###############################################################################
Thomas Watson85913f22011-05-02 15:40:56 +00002# Copyright (c) 2010, 2011 EclipseSource Inc. and others.
Lars Vogel9f1dcac2018-08-21 17:14:50 +02003#
4# This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License 2.0
Jeff McAfferd4028002010-11-04 14:53:28 +00006# which accompanies this distribution, and is available at
Lars Vogel9f1dcac2018-08-21 17:14:50 +02007# https://www.eclipse.org/legal/epl-2.0/
8#
9# SPDX-License-Identifier: EPL-2.0
Jeff McAfferd4028002010-11-04 14:53:28 +000010#
11# Contributors:
12# EclipseSource - 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
21featureName=Equinox Core Function
22
23# "providerName" property - name of the company that provides the feature
24providerName=Eclipse Equinox Project
25
26# "copyright" property - text of the "Feature Update Copyright"
27copyright=\
28Copyright (c) 2010 EclipseSource and others.\n\
Lars Vogel9f1dcac2018-08-21 17:14:50 +020029
30This program and the accompanying materials\n\
31are made available under the terms of the Eclipse Public License 2.0\n\
Jeff McAfferd4028002010-11-04 14:53:28 +000032which accompanies this distribution, and is available at\n\
Lars Vogel9f1dcac2018-08-21 17:14:50 +020033https://www.eclipse.org/legal/epl-2.0/
34
35SPDX-License-Identifier: EPL-2.0\n\
Jeff McAfferd4028002010-11-04 14:53:28 +000036\n\
37Contributors:\n\
38 EclipseSource - initial API and implementation\n
39################ end of copyright property ####################################