| lmandel | 4b2b19e | 2006-05-15 15:03:49 +0000 | [diff] [blame] | 1 | ############################################################################### |
| Nitin Dahyabhai | a7682a3 | 2019-01-03 14:12:44 -0500 | [diff] [blame] | 2 | # Copyright (c) 2007, 2017 IBM Corporation and others. |
| lmandel | 4b2b19e | 2006-05-15 15:03:49 +0000 | [diff] [blame] | 3 | # All rights reserved. This program and the accompanying materials |
| Nitin Dahyabhai | a7682a3 | 2019-01-03 14:12:44 -0500 | [diff] [blame] | 4 | # are made available under the terms of the Eclipse Public License 2.0 |
| lmandel | 4b2b19e | 2006-05-15 15:03:49 +0000 | [diff] [blame] | 5 | # which accompanies this distribution, and is available at |
| Nitin Dahyabhai | a7682a3 | 2019-01-03 14:12:44 -0500 | [diff] [blame] | 6 | # https://www.eclipse.org/legal/epl-2.0/ |
| 7 | # |
| 8 | # SPDX-License-Identifier: EPL-2.0 |
| lmandel | 4b2b19e | 2006-05-15 15:03:49 +0000 | [diff] [blame] | 9 | # |
| 10 | # Contributors: |
| 11 | # IBM Corporation - initial API and implementation |
| 12 | ############################################################################### |
| 13 | # feature.properties |
| 14 | # contains externalized strings for feature.xml |
| 15 | # "%foo" in feature.xml corresponds to the key "foo" in this file |
| 16 | # java.io.Properties file (ISO 8859-1 with "\" escapes) |
| 17 | # This file should be translated. |
| 18 | |
| 19 | # "featureName" property - name of the feature |
| 20 | featureName=WST XML Tests |
| 21 | |
| 22 | # "providerName" property - name of the company that provides the feature |
| david_williams | 8937d31 | 2010-04-11 05:24:22 +0000 | [diff] [blame] | 23 | providerName=Eclipse Web Tools Platform |
| lmandel | 4b2b19e | 2006-05-15 15:03:49 +0000 | [diff] [blame] | 24 | |
| lmandel | 4b2b19e | 2006-05-15 15:03:49 +0000 | [diff] [blame] | 25 | # "description" property - description of the feature |
| Nitin Dahyabhai | a7682a3 | 2019-01-03 14:12:44 -0500 | [diff] [blame] | 26 | description=Automated tests for the Eclipse XML Editors and Tools |
| lmandel | 4b2b19e | 2006-05-15 15:03:49 +0000 | [diff] [blame] | 27 | |
| 28 | # "copyright" property - text of the "Feature Update Copyright" |
| 29 | copyright=\ |
| david_williams | 3e73119 | 2007-06-04 00:28:23 +0000 | [diff] [blame] | 30 | Copyright (c) 2000, 2007 IBM Corporation and others.\n\ |
| lmandel | 4b2b19e | 2006-05-15 15:03:49 +0000 | [diff] [blame] | 31 | All rights reserved. This program and the accompanying materials\n\ |
| Nitin Dahyabhai | a7682a3 | 2019-01-03 14:12:44 -0500 | [diff] [blame] | 32 | are made available under the terms of the Eclipse Public License 2.0\n\ |
| lmandel | 4b2b19e | 2006-05-15 15:03:49 +0000 | [diff] [blame] | 33 | which accompanies this distribution, and is available at\n\ |
| Nitin Dahyabhai | a7682a3 | 2019-01-03 14:12:44 -0500 | [diff] [blame] | 34 | https://www.eclipse.org/legal/epl-2.0/\n\ |
| 35 | \n\ |
| 36 | SPDX-License-Identifier: EPL-2.0\n\ |
| lmandel | 4b2b19e | 2006-05-15 15:03:49 +0000 | [diff] [blame] | 37 | \n\ |
| 38 | Contributors:\n\ |
| 39 | IBM Corporation - initial API and implementation\n |
| 40 | ################ end of copyright property #################################### |