blob: 69f26d04f8eb33e48670b48f5608ae4805db0b26 [file] [log] [blame]
lmandel6b61e502006-05-15 15:12:51 +00001###############################################################################
2# Copyright (c) 2006 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
david_williams0c261962008-05-19 15:01:25 +000018featureName=Java EE Developer Tools SDK
lmandel6b61e502006-05-15 15:12:51 +000019
20# "providerName" property - name of the company that provides the feature
david_williams2efc2d02010-04-11 05:00:26 +000021providerName=Eclipse Web Tools Platform
cbrealey2e7e5be2005-02-23 22:11:41 +000022
cbrealey2e7e5be2005-02-23 22:11:41 +000023
lmandel6b61e502006-05-15 15:12:51 +000024# "description" property - description of the feature
david_williams0c261962008-05-19 15:01:25 +000025description=Java EE Developer Tools for WTP extenders
lmandel6b61e502006-05-15 15:12:51 +000026
27# "copyright" property - text of the "Feature Update Copyright"
28copyright=\
david_williams0c261962008-05-19 15:01:25 +000029Copyright (c) 2008 IBM Corporation and others.\n\
lmandel6b61e502006-05-15 15:12:51 +000030All 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################ 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_williams9cbfbad2011-02-20 05:52:05 +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.
lmandel6b61e502006-05-15 15:12:51 +000043
44# "license" property - text of the "Feature Update License"
45# should be plain text version of license agreement pointed to be "licenseURL"
david_williams9cbfbad2011-02-20 05:52:05 +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.
lmandel6b61e502006-05-15 15:12:51 +000048########### end of license property ##########################################