Thomas Watson | cdcd094 | 2014-03-19 12:38:28 -0500 | [diff] [blame^] | 1 | ############################################################################### |
| 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 |
| 18 | featureName=Equinox Core SDK |
| 19 | |
| 20 | # "providerName" property - name of the company that provides the feature |
| 21 | providerName=Eclipse Equinox Project |
| 22 | |
| 23 | # "updateSiteName" property - label for the update site |
| 24 | updateSiteName=The Equinox Project Repository |
| 25 | |
| 26 | # "description" property - description of the feature |
| 27 | description=A collection of core Equinox bundles and source including the Equinox framework \ |
| 28 | implementation itself. \n\ |
| 29 | This feature includes the corresponding source and is intended \ |
| 30 | to be added to target platforms at development time rather than \ |
| 31 | deployed with end-user systems. |
| 32 | |
| 33 | # "copyright" property - text of the "Feature Update Copyright" |
| 34 | copyright=\ |
| 35 | Copyright (c) 2009 EclipseSource and others.\n\ |
| 36 | All rights reserved. This program and the accompanying materials\n\ |
| 37 | are made available under the terms of the Eclipse Public License v1.0\n\ |
| 38 | which accompanies this distribution, and is available at\n\ |
| 39 | http://www.eclipse.org/legal/epl-v10.html\n\ |
| 40 | \n\ |
| 41 | Contributors:\n\ |
| 42 | EclipseSource - initial API and implementation\n |
| 43 | ################ end of copyright property #################################### |