blob: c6ca5fa11e53c689768cf06fdddc135bedd7f570 [file] [log] [blame]
Thomas Watsoncdcd0942014-03-19 12:38:28 -05001###############################################################################
2# Copyright (c) 2009, 2011 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 Core 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 core Equinox bundles and source including the Equinox framework \
28implementation itself. \n\
29This feature includes the corresponding source and is intended \
30to be added to target platforms at development time rather than \
31deployed with end-user systems.
32
33# "copyright" property - text of the "Feature Update Copyright"
34copyright=\
35Copyright (c) 2009 EclipseSource and others.\n\
36All rights reserved. This program and the accompanying materials\n\
37are made available under the terms of the Eclipse Public License v1.0\n\
38which accompanies this distribution, and is available at\n\
39http://www.eclipse.org/legal/epl-v10.html\n\
40\n\
41Contributors:\n\
42 EclipseSource - initial API and implementation\n
43################ end of copyright property ####################################