Simon Kaegi | ef4f87e | 2010-03-31 01:31:11 +0000 | [diff] [blame] | 1 | ############################################################################### |
Thomas Watson | 85913f2 | 2011-05-02 15:40:56 +0000 | [diff] [blame] | 2 | # Copyright (c) 2010, 2011 IBM, Composent, Inc. 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 |
Simon Kaegi | ef4f87e | 2010-03-31 01:31:11 +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 |
Simon Kaegi | ef4f87e | 2010-03-31 01:31:11 +0000 | [diff] [blame] | 10 | # |
| 11 | # Contributors: |
| 12 | # IBM - 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=Jetty Http Server Feature |
| 22 | |
| 23 | # "providerName" property - name of the company that provides the feature |
| 24 | providerName=Eclipse Equinox Project |
| 25 | |
| 26 | # "copyright" property - text of the "Feature Update Copyright" |
| 27 | copyright=\ |
Simon Kaegi | 9800879 | 2010-04-07 21:29:43 +0000 | [diff] [blame] | 28 | Copyright (c) 2010 IBM, Composent, Inc. and others.\n\ |
Lars Vogel | 9f1dcac | 2018-08-21 17:14:50 +0200 | [diff] [blame] | 29 | |
| 30 | This program and the accompanying materials\n\ |
| 31 | are made available under the terms of the Eclipse Public License 2.0\n\ |
Simon Kaegi | ef4f87e | 2010-03-31 01:31:11 +0000 | [diff] [blame] | 32 | which accompanies this distribution, and is available at\n\ |
Lars Vogel | 9f1dcac | 2018-08-21 17:14:50 +0200 | [diff] [blame] | 33 | https://www.eclipse.org/legal/epl-2.0/ |
| 34 | |
| 35 | SPDX-License-Identifier: EPL-2.0\n\ |
Simon Kaegi | ef4f87e | 2010-03-31 01:31:11 +0000 | [diff] [blame] | 36 | \n\ |
| 37 | Contributors:\n\ |
| 38 | IBM - initial API and implementation\n |
Kim Moir | e1f248f | 2011-01-23 19:08:24 +0000 | [diff] [blame] | 39 | ################ end of copyright property #################################### |