blob: 43504cbe9aa8570e90ce5e64bc374ebb285f2179 [file] [log] [blame]
DJ Houghtonbbde11a2011-03-24 20:07:49 +00001###############################################################################
Thomas Watson85913f22011-05-02 15:40:56 +00002# Copyright (c) 2009, 2011 EclipseSource 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
DJ Houghtonbbde11a2011-03-24 20:07:49 +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
DJ Houghtonbbde11a2011-03-24 20:07:49 +000010#
11# Contributors:
12# EclipseSource - initial API and implementation
13# IBM - ongoing development
14###############################################################################
15# feature.properties
16# contains externalized strings for feature.xml
17# "%foo" in feature.xml corresponds to the key "foo" in this file
18# java.io.Properties file (ISO 8859-1 with "\" escapes)
19# This file should be translated.
20
21# "featureName" property - name of the feature
22featureName=Equinox Target Components
23
24# "providerName" property - name of the company that provides the feature
25providerName=Eclipse Equinox Project
26
27# "description" property - description of the feature
28description=All of the bundles and source that are produced by the Equinox project. \
29This includes basic OSGi framework support, all implemented compendium services, \
30the p2 provisioning platform and various server-side support bundles.\n\
31This feature includes the corresponding source and is intended \
32to be added to target platforms at development time rather than \
33deployed with end-user systems.
34
35# "copyright" property - text of the "Feature Update Copyright"
36copyright=\
37Copyright (c) 2009, 2010 EclipseSource and others.\n\
Lars Vogel9f1dcac2018-08-21 17:14:50 +020038
39This program and the accompanying materials\n\
40are made available under the terms of the Eclipse Public License 2.0\n\
DJ Houghtonbbde11a2011-03-24 20:07:49 +000041which accompanies this distribution, and is available at\n\
Lars Vogel9f1dcac2018-08-21 17:14:50 +020042https://www.eclipse.org/legal/epl-2.0/
43
44SPDX-License-Identifier: EPL-2.0\n\
DJ Houghtonbbde11a2011-03-24 20:07:49 +000045\n\
46Contributors:\n\
47 EclipseSource - initial API and implementation\n
48################ end of copyright property ####################################