Thomas Watson | cdcd094 | 2014-03-19 12:38:28 -0500 | [diff] [blame] | 1 | ############################################################################### |
| 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 |
Thomas Watson | cdcd094 | 2014-03-19 12:38:28 -0500 | [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 |
Thomas Watson | cdcd094 | 2014-03-19 12:38:28 -0500 | [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 Core 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 core Equinox bundles and source including the Equinox framework \ |
| 31 | implementation itself. \n\ |
| 32 | This feature includes the corresponding source and is intended \ |
| 33 | to be added to target platforms at development time rather than \ |
| 34 | deployed with end-user systems. |
| 35 | |
| 36 | # "copyright" property - text of the "Feature Update Copyright" |
| 37 | copyright=\ |
| 38 | Copyright (c) 2009 EclipseSource and others.\n\ |
Lars Vogel | 9f1dcac | 2018-08-21 17:14:50 +0200 | [diff] [blame] | 39 | |
| 40 | This program and the accompanying materials\n\ |
| 41 | are made available under the terms of the Eclipse Public License 2.0\n\ |
Thomas Watson | cdcd094 | 2014-03-19 12:38:28 -0500 | [diff] [blame] | 42 | which accompanies this distribution, and is available at\n\ |
Lars Vogel | 9f1dcac | 2018-08-21 17:14:50 +0200 | [diff] [blame] | 43 | https://www.eclipse.org/legal/epl-2.0/ |
| 44 | |
| 45 | SPDX-License-Identifier: EPL-2.0\n\ |
Thomas Watson | cdcd094 | 2014-03-19 12:38:28 -0500 | [diff] [blame] | 46 | \n\ |
| 47 | Contributors:\n\ |
| 48 | EclipseSource - initial API and implementation\n |
| 49 | ################ end of copyright property #################################### |