blob: b5ab1a5272959cd3960ce2e8fdc98ca8cf79b1f9 [file] [log] [blame]
Jeff McAffer6e524b82009-04-07 19:45:48 +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
Jeff McAffer6e524b82009-04-07 19:45:48 +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 McAffer6e524b82009-04-07 19:45:48 +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 Server-side SDK
22
23# "providerName" property - name of the company that provides the feature
24providerName=Eclipse Equinox Project
25
26# "updateSiteName" property - label for the update site
27updateSiteName=The Equinox Project Repository
28
29# "description" property - description of the feature
30description=All of the bundles that make up the Equinox server-side OSGi \
31support including basic, Jetty and servlet-bridge based HTTP \
32service implementations.\n\
33This feature includes the corresponding source and is intended \
34to be added to target platforms at development time rather than \
35deployed with end-user systems.
36
37# "copyright" property - text of the "Feature Update Copyright"
38copyright=\
39Copyright (c) 2009 EclipseSource and others.\n\
Lars Vogel9f1dcac2018-08-21 17:14:50 +020040
41This program and the accompanying materials\n\
42are made available under the terms of the Eclipse Public License 2.0\n\
Jeff McAffer6e524b82009-04-07 19:45:48 +000043which accompanies this distribution, and is available at\n\
Lars Vogel9f1dcac2018-08-21 17:14:50 +020044https://www.eclipse.org/legal/epl-2.0/
45
46SPDX-License-Identifier: EPL-2.0\n\
Jeff McAffer6e524b82009-04-07 19:45:48 +000047\n\
48Contributors:\n\
49 EclipseSource - initial API and implementation\n
Kim Moire1f248f2011-01-23 19:08:24 +000050################ end of copyright property ####################################