blob: 50e4ee58f927d4bd95986b40b5891d09abd7bf6f [file] [log] [blame]
asobolev0dde53c2007-05-02 15:06:13 +00001###############################################################################
2# Copyright (c) 2005, 2007 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#
apanchenk7cf32072010-05-05 04:44:50 +00008# $Id: feature.properties,v 1.9 2010/05/05 04:44:50 apanchenk Exp $
aplatovf73b0052007-06-01 13:01:57 +00009#
asobolevc6294ad2007-02-22 08:39:46 +000010# This file contains externalized strings for feature.xml
11# "%foo" in feature.xml corresponds to the key "foo" in this file
12# java.io.Properties file (ISO 8859-1 with "\" escapes)
13# This file should be translated.
14
15# "featureName" property - name of the feature
apanchenk5c2e1d02009-06-10 09:01:02 +000016featureName=Dynamic Languages Toolkit - Core Frameworks
asobolevc6294ad2007-02-22 08:39:46 +000017
18# "providerName" property - name of the company that provides the feature
19providerName=Eclipse.org
20
21# "updateSiteName" property - label for the update site
aplatovf73b0052007-06-01 13:01:57 +000022updateSiteName=Dynamic Languages Toolkit Update Site
asobolevc6294ad2007-02-22 08:39:46 +000023
24# "description" property - description of the feature
aplatovf73b0052007-06-01 13:01:57 +000025description=Dynamic Languages Toolkit Core Frameworks
asobolevc6294ad2007-02-22 08:39:46 +000026
27# "licenseURL" property - URL of the "Feature License"
28# do not translate value - just change to point to a locale-specific HTML page
29licenseURL=license.html
30
31# ==============================================================================
32# %%% END OF TRANSLATED PROPERTIES %%%
33# The above properties have been shipped for translation.
34# ==============================================================================
35
36# "license" property - text of the "Feature Update License"
37# should be plain text version of license agreement pointed to be "licenseURL"
38license=\
apanchenk7cf32072010-05-05 04:44:50 +000039Eclipse Foundation Software User Agreement\n\
40April 14, 2010\n\
asobolevc6294ad2007-02-22 08:39:46 +000041\n\
42Usage Of Content\n\
43\n\
44THE ECLIPSE FOUNDATION 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\
apanchenk7cf32072010-05-05 04:44:50 +000048NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
asobolevc6294ad2007-02-22 08:39:46 +000049AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
50AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
apanchenk7cf32072010-05-05 04:44:50 +000051OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
asobolevc6294ad2007-02-22 08:39:46 +000052TERMS 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\
apanchenk7cf32072010-05-05 04:44:50 +000058Unless otherwise indicated, all Content made available by the\n\
59Eclipse Foundation is provided to you under the terms and conditions of\n\
60the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
61provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
asobolevc6294ad2007-02-22 08:39:46 +000062For purposes of the EPL, "Program" will mean the Content.\n\
63\n\
64Content includes, but is not limited to, source code, object code,\n\
apanchenk7cf32072010-05-05 04:44:50 +000065documentation and other files maintained in the Eclipse Foundation source code\n\
66repository ("Repository") in software modules ("Modules") and made available\n\
asobolevc6294ad2007-02-22 08:39:46 +000067as downloadable archives ("Downloads").\n\
68\n\
apanchenk7cf32072010-05-05 04:44:50 +000069 - Content may be structured and packaged into modules to facilitate delivering,\n\
70 extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
71 plug-in fragments ("Fragments"), and features ("Features").\n\
72 - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
73 in a directory named "plugins".\n\
74 - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
75 Each Feature may be packaged as a sub-directory in a directory named "features".\n\
76 Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
77 numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
78 - Features may also include other Features ("Included Features"). Within a Feature, files\n\
79 named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
asobolevc6294ad2007-02-22 08:39:46 +000080\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\
apanchenk7cf32072010-05-05 04:44:50 +000088 - The top-level (root) directory\n\
89 - Plug-in and Fragment directories\n\
90 - Inside Plug-ins and Fragments packaged as JARs\n\
91 - Sub-directories of the directory named "src" of certain Plug-ins\n\
92 - Feature directories\n\
asobolevc6294ad2007-02-22 08:39:46 +000093\n\
94Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
apanchenk7cf32072010-05-05 04:44:50 +000095Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
96Update License") during the installation process. If the Feature contains\n\
asobolevc6294ad2007-02-22 08:39:46 +000097Included Features, the Feature Update License should either provide you\n\
98with the terms and conditions governing the Included Features or inform\n\
99you where you can locate them. Feature Update Licenses may be found in\n\
apanchenk7cf32072010-05-05 04:44:50 +0000100the "license" property of files named "feature.properties" found within a Feature.\n\
101Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
102terms and conditions (or references to such terms and conditions) that\n\
103govern your use of the associated Content in that directory.\n\
asobolevc6294ad2007-02-22 08:39:46 +0000104\n\
apanchenk7cf32072010-05-05 04:44:50 +0000105THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
106TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
asobolevc6294ad2007-02-22 08:39:46 +0000107SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
108\n\
apanchenk7cf32072010-05-05 04:44:50 +0000109 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
110 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
111 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
112 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
113 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
asobolevc6294ad2007-02-22 08:39:46 +0000114\n\
115IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
apanchenk7cf32072010-05-05 04:44:50 +0000116TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
asobolevc6294ad2007-02-22 08:39:46 +0000117is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
118govern that particular Content.\n\
119\n\
apanchenk7cf32072010-05-05 04:44:50 +0000120\n\Use of Provisioning Technology\n\
121\n\
122The Eclipse Foundation makes available provisioning software, examples of which include,\n\
123but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
124the purpose of allowing users to install software, documentation, information and/or\n\
125other materials (collectively "Installable Software"). This capability is provided with\n\
126the intent of allowing such users to install, extend and update Eclipse-based products.\n\
127Information about packaging Installable Software is available at\n\
128http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
129\n\
130You may use Provisioning Technology to allow other parties to install Installable Software.\n\
131You shall be responsible for enabling the applicable license agreements relating to the\n\
132Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
133in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
134making it available in accordance with the Specification, you further acknowledge your\n\
135agreement to, and the acquisition of all necessary rights to permit the following:\n\
136\n\
137 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
138 the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
139 extending or updating the functionality of an Eclipse-based product.\n\
140 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
141 Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
142 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
143 govern the use of the Installable Software ("Installable Software Agreement") and such\n\
144 Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
145 with the Specification. Such Installable Software Agreement must inform the user of the\n\
146 terms and conditions that govern the Installable Software and must solicit acceptance by\n\
147 the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
148 indication of agreement by the user, the provisioning Technology will complete installation\n\
149 of the Installable Software.\n\
150\n\
asobolevc6294ad2007-02-22 08:39:46 +0000151Cryptography\n\
152\n\
153Content may contain encryption software. The country in which you are\n\
154currently may have restrictions on the import, possession, and use,\n\
155and/or re-export to another country, of encryption software. BEFORE\n\
156using any encryption software, please check the country's laws,\n\
apanchenk7cf32072010-05-05 04:44:50 +0000157regulations and policies concerning the import, possession, or use, and\n\
158re-export of encryption software, to see if this is permitted.\n\
159\n\
160Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
asobolevc6294ad2007-02-22 08:39:46 +0000161########### end of license property ##########################################