blob: 8541023f147ebac6f93f5006cff69eb1d886a771 [file] [log] [blame]
david_williams87b1cef2006-12-07 12:17:21 +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
18featureName=WTP releng test feature
19
20# "providerName" property - name of the company that provides the feature
david_williams2efc2d02010-04-11 05:00:26 +000021providerName=Eclipse Web Tools Platform
david_williams87b1cef2006-12-07 12:17:21 +000022
23# "updateSiteName" property - label for the update site
24updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
25
26# "description" property - description of the feature
27description=WTP releng test feature
28
29# "copyright" property - text of the "Feature Update Copyright"
30copyright=\
31Copyright (c) 2006 IBM Corporation and others.\n\
32All rights reserved. This program and the accompanying materials\n\
33are made available under the terms of the Eclipse Public License v1.0\n\
34which accompanies this distribution, and is available at\n\
35http://www.eclipse.org/legal/epl-v10.html\n\
36\n\
37Contributors:\n\
38 IBM Corporation - initial API and implementation\n
39################ end of copyright property ####################################
40
41# "licenseURL" property - URL of the "Feature License"
42# do not translate value - just change to point to a locale-specific HTML page
43licenseURL=license.html
44
45# "license" property - text of the "Feature Update License"
46# should be plain text version of license agreement pointed to be "licenseURL"
david_williamsffccbb62010-04-24 01:55:33 +000047license=\
48Eclipse Foundation Software User Agreement\n\
david_williams5836bcb2010-04-20 20:09:06 +000049April 14, 2010\n\
david_williams87b1cef2006-12-07 12:17:21 +000050\n\
david_williamsffccbb62010-04-24 01:55:33 +000051Usage Of Content\n\
david_williams87b1cef2006-12-07 12:17:21 +000052\n\
53THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
54OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
55USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
56AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
david_williams75e44e62010-04-09 22:20:19 +000057NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
david_williams87b1cef2006-12-07 12:17:21 +000058AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
59AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
david_williams75e44e62010-04-09 22:20:19 +000060OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
david_williams87b1cef2006-12-07 12:17:21 +000061TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
62OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
63BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
64\n\
65Applicable Licenses\n\
66\n\
david_williams75e44e62010-04-09 22:20:19 +000067Unless otherwise indicated, all Content made available by the\n\
68Eclipse Foundation is provided to you under the terms and conditions of\n\
69the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
70provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
david_williams87b1cef2006-12-07 12:17:21 +000071For purposes of the EPL, "Program" will mean the Content.\n\
72\n\
73Content includes, but is not limited to, source code, object code,\n\
david_williams5836bcb2010-04-20 20:09:06 +000074documentation and other files maintained in the Eclipse Foundation source code\n\
75repository ("Repository") in software modules ("Modules") and made available\n\
david_williams87b1cef2006-12-07 12:17:21 +000076as downloadable archives ("Downloads").\n\
77\n\
david_williams0f8cc122010-04-24 01:43:17 +000078 - Content may be structured and packaged into modules to facilitate delivering,\n\
79 extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
80 plug-in fragments ("Fragments"), and features ("Features").\n\
81 - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
82 in a directory named "plugins".\n\
83 - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
84 Each Feature may be packaged as a sub-directory in a directory named "features".\n\
85 Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
86 numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
87 - Features may also include other Features ("Included Features"). Within a Feature, files\n\
88 named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
david_williams87b1cef2006-12-07 12:17:21 +000089\n\
90The terms and conditions governing Plug-ins and Fragments should be\n\
91contained in files named "about.html" ("Abouts"). The terms and\n\
92conditions governing Features and Included Features should be contained\n\
93in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
94Licenses may be located in any directory of a Download or Module\n\
95including, but not limited to the following locations:\n\
96\n\
david_williams0f8cc122010-04-24 01:43:17 +000097 - The top-level (root) directory\n\
98 - Plug-in and Fragment directories\n\
99 - Inside Plug-ins and Fragments packaged as JARs\n\
100 - Sub-directories of the directory named "src" of certain Plug-ins\n\
101 - Feature directories\n\
david_williams87b1cef2006-12-07 12:17:21 +0000102\n\
103Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
david_williams5836bcb2010-04-20 20:09:06 +0000104Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
105Update License") during the installation process. If the Feature contains\n\
david_williams87b1cef2006-12-07 12:17:21 +0000106Included Features, the Feature Update License should either provide you\n\
107with the terms and conditions governing the Included Features or inform\n\
108you where you can locate them. Feature Update Licenses may be found in\n\
david_williams75e44e62010-04-09 22:20:19 +0000109the "license" property of files named "feature.properties" found within a Feature.\n\
110Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
111terms and conditions (or references to such terms and conditions) that\n\
112govern your use of the associated Content in that directory.\n\
david_williams87b1cef2006-12-07 12:17:21 +0000113\n\
david_williams75e44e62010-04-09 22:20:19 +0000114THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
david_williams87b1cef2006-12-07 12:17:21 +0000115TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
116SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
117\n\
david_williams0f8cc122010-04-24 01:43:17 +0000118 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
119 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
120 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
121 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
122 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
david_williams87b1cef2006-12-07 12:17:21 +0000123\n\
124IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
david_williams75e44e62010-04-09 22:20:19 +0000125TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
david_williams87b1cef2006-12-07 12:17:21 +0000126is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
127govern that particular Content.\n\
128\n\
david_williams5836bcb2010-04-20 20:09:06 +0000129\n\Use of Provisioning Technology\n\
130\n\
131The Eclipse Foundation makes available provisioning software, examples of which include,\n\
132but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
133the purpose of allowing users to install software, documentation, information and/or\n\
134other materials (collectively "Installable Software"). This capability is provided with\n\
135the intent of allowing such users to install, extend and update Eclipse-based products.\n\
136Information about packaging Installable Software is available at\n\
137http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
138\n\
139You may use Provisioning Technology to allow other parties to install Installable Software.\n\
140You shall be responsible for enabling the applicable license agreements relating to the\n\
141Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
142in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
143making it available in accordance with the Specification, you further acknowledge your\n\
144agreement to, and the acquisition of all necessary rights to permit the following:\n\
145\n\
david_williams0f8cc122010-04-24 01:43:17 +0000146 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
147 the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
148 extending or updating the functionality of an Eclipse-based product.\n\
149 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
150 Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
151 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
152 govern the use of the Installable Software ("Installable Software Agreement") and such\n\
153 Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
154 with the Specification. Such Installable Software Agreement must inform the user of the\n\
155 terms and conditions that govern the Installable Software and must solicit acceptance by\n\
156 the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
157 indication of agreement by the user, the provisioning Technology will complete installation\n\
158 of the Installable Software.\n\
david_williams5836bcb2010-04-20 20:09:06 +0000159\n\
david_williams87b1cef2006-12-07 12:17:21 +0000160Cryptography\n\
161\n\
162Content may contain encryption software. The country in which you are\n\
163currently may have restrictions on the import, possession, and use,\n\
164and/or re-export to another country, of encryption software. BEFORE\n\
165using any encryption software, please check the country's laws,\n\
david_williams75e44e62010-04-09 22:20:19 +0000166regulations and policies concerning the import, possession, or use, and\n\
167re-export of encryption software, to see if this is permitted.\n\
david_williams87b1cef2006-12-07 12:17:21 +0000168\n\
david_williams5836bcb2010-04-20 20:09:06 +0000169Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
david_williams87b1cef2006-12-07 12:17:21 +0000170########### end of license property ##########################################