blob: b5fda88b46492b8cd8bf3d1e5ecee2779f051fef [file] [log] [blame]
deboer5e8f5972006-05-09 13:23:11 +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
lmandel9b3bf902006-05-15 15:13:01 +000018featureName=WST Server Tests
deboer5e8f5972006-05-09 13:23:11 +000019
20# "providerName" property - name of the company that provides the feature
david_williamsd91aaff2010-04-11 05:12:44 +000021providerName=Eclipse Web Tools Platform
deboer5e8f5972006-05-09 13:23:11 +000022
deboer5e8f5972006-05-09 13:23:11 +000023
24# "description" property - description of the feature
lmandel9b3bf902006-05-15 15:13:01 +000025description=WST Server tests
26
27# "copyright" property - text of the "Feature Update Copyright"
28copyright=\
29Copyright (c) 2006 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################ end of copyright property ####################################
deboer5e8f5972006-05-09 13:23:11 +000038
39# "licenseURL" property - URL of the "Feature License"
40# do not translate value - just change to point to a locale-specific HTML page
41licenseURL=license.html
42
43# "license" property - text of the "Feature Update License"
44# should be plain text version of license agreement pointed to be "licenseURL"
45license=\
david_williamsd480f9c2010-04-09 23:09:45 +000046Eclipse Foundation Software User Agreement\n\
david_williams7d7685e2010-04-21 06:33:17 +000047April 14, 2010\n\
deboer5e8f5972006-05-09 13:23:11 +000048\n\
49Usage Of Content\n\
50\n\
51THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
52OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
53USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
54AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
david_williamsd480f9c2010-04-09 23:09:45 +000055NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
deboer5e8f5972006-05-09 13:23:11 +000056AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
57AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
david_williamsd480f9c2010-04-09 23:09:45 +000058OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
deboer5e8f5972006-05-09 13:23:11 +000059TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
60OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
61BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
62\n\
63Applicable Licenses\n\
64\n\
david_williamsd480f9c2010-04-09 23:09:45 +000065Unless otherwise indicated, all Content made available by the\n\
66Eclipse Foundation is provided to you under the terms and conditions of\n\
67the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
68provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
deboer5e8f5972006-05-09 13:23:11 +000069For purposes of the EPL, "Program" will mean the Content.\n\
70\n\
71Content includes, but is not limited to, source code, object code,\n\
david_williams7d7685e2010-04-21 06:33:17 +000072documentation and other files maintained in the Eclipse Foundation source code\n\
73repository ("Repository") in software modules ("Modules") and made available\n\
deboer5e8f5972006-05-09 13:23:11 +000074as downloadable archives ("Downloads").\n\
75\n\
david_williams7d7685e2010-04-21 06:33:17 +000076 - Content may be structured and packaged into modules to facilitate delivering,\n\
77 extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
78 plug-in fragments ("Fragments"), and features ("Features").\n\
79 - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
80 in a directory named "plugins".\n\
81 - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
82 Each Feature may be packaged as a sub-directory in a directory named "features".\n\
83 Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
84 numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
85 - Features may also include other Features ("Included Features"). Within a Feature, files\n\
86 named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
deboer5e8f5972006-05-09 13:23:11 +000087\n\
88The terms and conditions governing Plug-ins and Fragments should be\n\
89contained in files named "about.html" ("Abouts"). The terms and\n\
90conditions governing Features and Included Features should be contained\n\
91in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
92Licenses may be located in any directory of a Download or Module\n\
93including, but not limited to the following locations:\n\
94\n\
david_williams7d7685e2010-04-21 06:33:17 +000095 - The top-level (root) directory\n\
96 - Plug-in and Fragment directories\n\
97 - Inside Plug-ins and Fragments packaged as JARs\n\
98 - Sub-directories of the directory named "src" of certain Plug-ins\n\
99 - Feature directories\n\
deboer5e8f5972006-05-09 13:23:11 +0000100\n\
101Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
david_williams7d7685e2010-04-21 06:33:17 +0000102Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
103Update License") during the installation process. If the Feature contains\n\
deboer5e8f5972006-05-09 13:23:11 +0000104Included Features, the Feature Update License should either provide you\n\
105with the terms and conditions governing the Included Features or inform\n\
106you where you can locate them. Feature Update Licenses may be found in\n\
david_williamsd480f9c2010-04-09 23:09:45 +0000107the "license" property of files named "feature.properties" found within a Feature.\n\
108Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
109terms and conditions (or references to such terms and conditions) that\n\
110govern your use of the associated Content in that directory.\n\
deboer5e8f5972006-05-09 13:23:11 +0000111\n\
david_williamsd480f9c2010-04-09 23:09:45 +0000112THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
deboer5e8f5972006-05-09 13:23:11 +0000113TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
114SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
115\n\
david_williams7d7685e2010-04-21 06:33:17 +0000116 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
117 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
118 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
119 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
120 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
deboer5e8f5972006-05-09 13:23:11 +0000121\n\
122IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
david_williamsd480f9c2010-04-09 23:09:45 +0000123TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
deboer5e8f5972006-05-09 13:23:11 +0000124is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
125govern that particular Content.\n\
126\n\
david_williams7d7685e2010-04-21 06:33:17 +0000127\n\Use of Provisioning Technology\n\
128\n\
129The Eclipse Foundation makes available provisioning software, examples of which include,\n\
130but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
131the purpose of allowing users to install software, documentation, information and/or\n\
132other materials (collectively "Installable Software"). This capability is provided with\n\
133the intent of allowing such users to install, extend and update Eclipse-based products.\n\
134Information about packaging Installable Software is available at\n\
135http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
136\n\
137You may use Provisioning Technology to allow other parties to install Installable Software.\n\
138You shall be responsible for enabling the applicable license agreements relating to the\n\
139Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
140in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
141making it available in accordance with the Specification, you further acknowledge your\n\
142agreement to, and the acquisition of all necessary rights to permit the following:\n\
143\n\
144 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
145 the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
146 extending or updating the functionality of an Eclipse-based product.\n\
147 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
148 Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
149 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
150 govern the use of the Installable Software ("Installable Software Agreement") and such\n\
151 Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
152 with the Specification. Such Installable Software Agreement must inform the user of the\n\
153 terms and conditions that govern the Installable Software and must solicit acceptance by\n\
154 the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
155 indication of agreement by the user, the provisioning Technology will complete installation\n\
156 of the Installable Software.\n\
157\n\
deboer5e8f5972006-05-09 13:23:11 +0000158Cryptography\n\
159\n\
160Content may contain encryption software. The country in which you are\n\
161currently may have restrictions on the import, possession, and use,\n\
162and/or re-export to another country, of encryption software. BEFORE\n\
163using any encryption software, please check the country's laws,\n\
david_williamsd480f9c2010-04-09 23:09:45 +0000164regulations and policies concerning the import, possession, or use, and\n\
165re-export of encryption software, to see if this is permitted.\n\
deboer5e8f5972006-05-09 13:23:11 +0000166\n\
david_williams7d7685e2010-04-21 06:33:17 +0000167Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
deboer5e8f5972006-05-09 13:23:11 +0000168########### end of license property ##########################################