blob: d60648200a4730451d32d9b75eb40a50b11439fc [file] [log] [blame]
Jeff McAffer6e524b82009-04-07 19:45:48 +00001###############################################################################
2# Copyright (c) 2009 EclipseSource and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# EclipseSource - initial API and implementation
10###############################################################################
11# feature.properties
12# contains externalized strings for feature.xml
13# "%foo" in feature.xml corresponds to the key "foo" in this file
14# java.io.Properties file (ISO 8859-1 with "\" escapes)
15# This file should be translated.
16
17# "featureName" property - name of the feature
18featureName=Equinox Compendium SDK
19
20# "providerName" property - name of the company that provides the feature
21providerName=Eclipse Equinox Project
22
23# "updateSiteName" property - label for the update site
24updateSiteName=The Equinox Project Repository
25
26# "description" property - description of the feature
27description=A collection of Equinox bundles and source that implement optional parts \
28of the current OSGi specifications--the so called "Compendium Services". \n\
29This feature includes the corresponding source and is intended to be added to target \
30platforms at development time rather than deployed with end-user systems.
31
32# "copyright" property - text of the "Feature Update Copyright"
33copyright=\
34Copyright (c) 2009 EclipseSource and others.\n\
35All rights reserved. This program and the accompanying materials\n\
36are made available under the terms of the Eclipse Public License v1.0\n\
37which accompanies this distribution, and is available at\n\
38http://www.eclipse.org/legal/epl-v10.html\n\
39\n\
40Contributors:\n\
41 EclipseSource - initial API and implementation\n
Kim Moire1f248f2011-01-23 19:08:24 +000042################ end of copyright property ####################################