blob: 0717977457a4b8078c07b2734e9402a0a0dc80f2 [file] [log] [blame]
david_williams06551452010-05-05 03:12:19 +00001###############################################################################
2# Copyright (c) 2010 IBM Corporation 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# IBM Corporation - 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
18featureName=Releng Tools Feature
19
20# "providerName" property - name of the company that provides the feature
21providerName=Eclipse Web Tools Platform
22
23
24# "description" property - description of the feature
25description=Tools to Aide routine releng tasks
26
27# "copyright" property - text of the "Feature Update Copyright"
28copyright=\
29Copyright (c) 2010 IBM Corporation and others.\n\
30All rights reserved. This program and the accompanying materials\n\
31are made available under the terms of the Eclipse Public License v1.0\n\
32which accompanies this distribution, and is available at\n\
33http://www.eclipse.org/legal/epl-v10.html\n\
34\n\
35Contributors: \n\
36 IBM Corporation - initial API and implementation\n\
37\n\
38Contributors:\n\
39 IBM Corporation - initial API and implementation\n
40################ end of copyright property ####################################
41
42# "licenseURL" property - URL of the "Feature License"
43# do not translate value - just change to point to a locale-specific HTML page
david_williams980ac362011-02-20 04:43:48 +000044# license and licenseURL properties were removed as a result to migrating to new PDE license support.
45# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism.
david_williams06551452010-05-05 03:12:19 +000046
47# "license" property - text of the "Feature Update License"
48# should be plain text version of license agreement pointed to be "licenseURL"
david_williams980ac362011-02-20 04:43:48 +000049# license and licenseURL properties were removed as a result to migrating to new PDE license support.
50# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism.
david_williams06551452010-05-05 03:12:19 +000051########### end of license property ##########################################