blob: e9967263fae94dd6cd6e180420bbbb8ad2014e5e [file] [log] [blame]
david_williamsa9664062009-01-12 20:31:28 +00001###############################################################################
2# Copyright (c) 2008 IONA Technologies PLC
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# IONA Technologies PLC - 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
sclarke8351dd62010-03-22 22:07:38 +000018featureName=CXF Web Services SDK
david_williamsa9664062009-01-12 20:31:28 +000019
20# "featureProvider" property - name of the company that provides the feature
sclarke7260aea2009-06-04 22:12:29 +000021featureProvider=Eclipse Web Tools Platform
david_williamsa9664062009-01-12 20:31:28 +000022
23# "description" property - description of the feature
sclarke8351dd62010-03-22 22:07:38 +000024description=CXF Web Services SDK
david_williamsa9664062009-01-12 20:31:28 +000025
david_williamsa9664062009-01-12 20:31:28 +000026
27# "copyright" property - text of the "Feature Update Copyright"
28copyright=\
29 Copyright (c) 2008 IONA Technologies PLC\n\
30 All rights reserved. This program and the accompanying materials\n\
31 are made available under the terms of the Eclipse Public License v1.0\n\
32 which accompanies this distribution, and is available at\n\
33 http://www.eclipse.org/legal/epl-v10.html\n\
34\n\
35Contributors:\n\
36 IONA Technologies PLC - initial API and implementation\n
37################ end of copyright property ####################################
38
39# "licenseURL" property - URL of the "Feature License"
40# do not translate value - just change to point to a locale-specific HTML page
david_williams0d423952011-02-20 05:52:52 +000041# license and licenseURL properties were removed as a result to migrating to new PDE license support.
42# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism.
david_williamsa9664062009-01-12 20:31:28 +000043
44# "license" property - text of the "Feature Update License"
45# should be plain text version of license agreement pointed to be "licenseURL"
david_williams0d423952011-02-20 05:52:52 +000046# license and licenseURL properties were removed as a result to migrating to new PDE license support.
47# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism.
david_williamsa9664062009-01-12 20:31:28 +000048########### end of license property ##########################################