Jeff McAffer | 6e524b8 | 2009-04-07 19:45:48 +0000 | [diff] [blame] | 1 | ############################################################################### |
Thomas Watson | 85913f2 | 2011-05-02 15:40:56 +0000 | [diff] [blame] | 2 | # Copyright (c) 2009, 2011 EclipseSource and others. |
Lars Vogel | 9f1dcac | 2018-08-21 17:14:50 +0200 | [diff] [blame] | 3 | # |
| 4 | # This program and the accompanying materials |
| 5 | # are made available under the terms of the Eclipse Public License 2.0 |
Jeff McAffer | 6e524b8 | 2009-04-07 19:45:48 +0000 | [diff] [blame] | 6 | # which accompanies this distribution, and is available at |
Lars Vogel | 9f1dcac | 2018-08-21 17:14:50 +0200 | [diff] [blame] | 7 | # https://www.eclipse.org/legal/epl-2.0/ |
| 8 | # |
| 9 | # SPDX-License-Identifier: EPL-2.0 |
Jeff McAffer | 6e524b8 | 2009-04-07 19:45:48 +0000 | [diff] [blame] | 10 | # |
| 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 |
| 21 | featureName=Equinox Compendium SDK |
| 22 | |
| 23 | # "providerName" property - name of the company that provides the feature |
| 24 | providerName=Eclipse Equinox Project |
| 25 | |
| 26 | # "updateSiteName" property - label for the update site |
| 27 | updateSiteName=The Equinox Project Repository |
| 28 | |
| 29 | # "description" property - description of the feature |
| 30 | description=A collection of Equinox bundles and source that implement optional parts \ |
| 31 | of the current OSGi specifications--the so called "Compendium Services". \n\ |
| 32 | This feature includes the corresponding source and is intended to be added to target \ |
| 33 | platforms at development time rather than deployed with end-user systems. |
| 34 | |
| 35 | # "copyright" property - text of the "Feature Update Copyright" |
| 36 | copyright=\ |
| 37 | Copyright (c) 2009 EclipseSource and others.\n\ |
Lars Vogel | 9f1dcac | 2018-08-21 17:14:50 +0200 | [diff] [blame] | 38 | |
| 39 | This program and the accompanying materials\n\ |
| 40 | are made available under the terms of the Eclipse Public License 2.0\n\ |
Jeff McAffer | 6e524b8 | 2009-04-07 19:45:48 +0000 | [diff] [blame] | 41 | which accompanies this distribution, and is available at\n\ |
Lars Vogel | 9f1dcac | 2018-08-21 17:14:50 +0200 | [diff] [blame] | 42 | https://www.eclipse.org/legal/epl-2.0/ |
| 43 | |
| 44 | SPDX-License-Identifier: EPL-2.0\n\ |
Jeff McAffer | 6e524b8 | 2009-04-07 19:45:48 +0000 | [diff] [blame] | 45 | \n\ |
| 46 | Contributors:\n\ |
| 47 | EclipseSource - initial API and implementation\n |
Kim Moir | e1f248f | 2011-01-23 19:08:24 +0000 | [diff] [blame] | 48 | ################ end of copyright property #################################### |