1###############################################################################
2# Copyright (c) 2004, 2006 IBM Corporation and others.
3#
4# This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License 2.0
6# which accompanies this distribution, and is available at
7# https://www.eclipse.org/legal/epl-2.0/
8#
9# SPDX-License-Identifier: EPL-2.0
10#
11# Contributors:
12#     IBM Corporation - initial API and implementation
13###############################################################################
14# feature.properties
15# contains externalized strings for feature.xml
16# "%foo" in feature.xml corresponds to the key "foo" in this file
17# java.io.Properties file (ISO 8859-1 with "\" escapes)
18# This file should be translated.
19
20# "featureName" property - name of the feature
21featureName=Eclipse Core Tools
22
23# "providerName" property - name of the company that provides the feature
24providerName=Eclipse.org
25
26# "updateSiteName" property - label for the update site
27updateSiteName=Platform/Core Team Update Site
28
29# "description" property - description of the feature
30description=Tools for plug-in developers by plug-in developers
31
32# "licenseURL" property - URL of the "Feature License"
33# do not translate value - just change to point to a locale-specific HTML page
34licenseURL=license.html
35
36# "license" property - text of the "Feature Update License"
37# should be plain text version of license agreement pointed to be "licenseURL"
38license=\
39ECLIPSE.ORG SOFTWARE USER AGREEMENT\n\
4014th August, 2003\n\
41\n\
42Usage Of Content\n\
43\n\
44ECLIPSE.ORG MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
45OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
46USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
47AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
48NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
49AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
50AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
51OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
52TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
53OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
54BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
55\n\
56Applicable Licenses\n\
57\n\
58Unless otherwise indicated, all Content made available by Eclipse.org\n\
59is provided to you under the terms and conditions of the Common Public\n\
60License Version 1.0 ("CPL"). A copy of the CPL is provided with this\n\
61Content and is also available at http://www.eclipse.org/legal/cpl-v10.html.\n\
62For purposes of the CPL, "Program" will mean the Content.\n\
63\n\
64Content includes, but is not limited to, source code, object code,\n\
65documentation and other files maintained in the Eclipse.org CVS\n\
66repository ("Repository") in CVS modules ("Modules") and made available\n\
67as downloadable archives ("Downloads").\n\
68\n\
69Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments\n\
70("Fragments"), and features ("Features"). A Feature is a bundle of one or\n\
71more Plug-ins and/or Fragments and associated material. Files named\n\
72"feature.xml" may contain a list of the names and version numbers of the\n\
73Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments\n\
74are located in directories named "plugins" and Features are located in\n\
75directories named "features".\n\
76\n\
77Features may also include other Features ("Included Features"). Files named\n\
78"feature.xml" may contain a list of the names and version numbers of\n\
79Included Features.\n\
80\n\
81The terms and conditions governing Plug-ins and Fragments should be\n\
82contained in files named "about.html" ("Abouts"). The terms and\n\
83conditions governing Features and Included Features should be contained\n\
84in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
85Licenses may be located in any directory of a Download or Module\n\
86including, but not limited to the following locations:\n\
87\n\
88   - The top-level (root) directory\n\
89   - Plug-in and Fragment directories\n\
90   - Subdirectories of the directory named "src" of certain Plug-ins\n\
91   - Feature directories\n\
92\n\
93Note: if a Feature made available by Eclipse.org is installed using the\n\
94Eclipse Update Manager, you must agree to a license ("Feature Update\n\
95License") during the installation process. If the Feature contains\n\
96Included Features, the Feature Update License should either provide you\n\
97with the terms and conditions governing the Included Features or inform\n\
98you where you can locate them. Feature Update Licenses may be found in\n\
99the "license" property of files named "feature.properties". Such Abouts,\n\
100Feature Licenses and Feature Update Licenses contain the terms and\n\
101conditions (or references to such terms and conditions) that govern your\n\
102use of the associated Content in that directory.\n\
103\n\
104THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\
105TO THE CPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
106SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
107\n\
108    - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
109    - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\
110    - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
111    - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
112\n\
113IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
114TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\
115is provided, please contact Eclipse.org to determine what terms and conditions\n\
116govern that particular Content.\n\
117\n\
118Cryptography\n\
119\n\
120Content may contain encryption software. The country in which you are\n\
121currently may have restrictions on the import, possession, and use,\n\
122and/or re-export to another country, of encryption software. BEFORE\n\
123using any encryption software, please check the country's laws,\n\
124regulations and policies concerning the import, possession, or use,\n\
125and re-export of encryption software, to see if this is permitted.\n
126########### end of license property ##########################################
127