blob: b56176760eb111043d37a58947c1c0e8be6d7433 [file] [log] [blame]
lmandel4b2b19e2006-05-15 15:03:49 +00001###############################################################################
Nitin Dahyabhaia7682a32019-01-03 14:12:44 -05002# Copyright (c) 2007, 2017 IBM Corporation and others.
lmandel4b2b19e2006-05-15 15:03:49 +00003# All rights reserved. This program and the accompanying materials
Nitin Dahyabhaia7682a32019-01-03 14:12:44 -05004# are made available under the terms of the Eclipse Public License 2.0
lmandel4b2b19e2006-05-15 15:03:49 +00005# which accompanies this distribution, and is available at
Nitin Dahyabhaia7682a32019-01-03 14:12:44 -05006# https://www.eclipse.org/legal/epl-2.0/
7#
8# SPDX-License-Identifier: EPL-2.0
lmandel4b2b19e2006-05-15 15:03:49 +00009#
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
20featureName=WST XML Tests
21
22# "providerName" property - name of the company that provides the feature
david_williams8937d312010-04-11 05:24:22 +000023providerName=Eclipse Web Tools Platform
lmandel4b2b19e2006-05-15 15:03:49 +000024
lmandel4b2b19e2006-05-15 15:03:49 +000025# "description" property - description of the feature
Nitin Dahyabhaia7682a32019-01-03 14:12:44 -050026description=Automated tests for the Eclipse XML Editors and Tools
lmandel4b2b19e2006-05-15 15:03:49 +000027
28# "copyright" property - text of the "Feature Update Copyright"
29copyright=\
david_williams3e731192007-06-04 00:28:23 +000030Copyright (c) 2000, 2007 IBM Corporation and others.\n\
lmandel4b2b19e2006-05-15 15:03:49 +000031All rights reserved. This program and the accompanying materials\n\
Nitin Dahyabhaia7682a32019-01-03 14:12:44 -050032are made available under the terms of the Eclipse Public License 2.0\n\
lmandel4b2b19e2006-05-15 15:03:49 +000033which accompanies this distribution, and is available at\n\
Nitin Dahyabhaia7682a32019-01-03 14:12:44 -050034https://www.eclipse.org/legal/epl-2.0/\n\
35\n\
36SPDX-License-Identifier: EPL-2.0\n\
lmandel4b2b19e2006-05-15 15:03:49 +000037\n\
38Contributors:\n\
39 IBM Corporation - initial API and implementation\n
40################ end of copyright property ####################################