Statistiques
| Révision :

root / tmp / org.eclipse.rcp-feature / feature.properties @ 51

Historique | Voir | Annoter | Télécharger (9,69 ko)

1 51 sjacqu01
###############################################################################
2 51 sjacqu01
# Copyright (c) 2000, 2013 IBM Corporation and others.
3 51 sjacqu01
# All rights reserved. This program and the accompanying materials
4 51 sjacqu01
# are made available under the terms of the Eclipse Public License v1.0
5 51 sjacqu01
# which accompanies this distribution, and is available at
6 51 sjacqu01
# http://www.eclipse.org/legal/epl-v10.html
7 51 sjacqu01
#
8 51 sjacqu01
# Contributors:
9 51 sjacqu01
#     IBM Corporation - initial API and implementation
10 51 sjacqu01
###############################################################################
11 51 sjacqu01
# feature.properties
12 51 sjacqu01
# contains externalized strings for feature.xml
13 51 sjacqu01
# "%foo" in feature.xml corresponds to the key "foo" in this file
14 51 sjacqu01
# java.io.Properties file (ISO 8859-1 with "\" escapes)
15 51 sjacqu01
# This file should be translated.
16 51 sjacqu01
17 51 sjacqu01
# "featureName" property - name of the feature
18 51 sjacqu01
featureName=Eclipse RCP
19 51 sjacqu01
20 51 sjacqu01
# "providerName" property - name of the company that provides the feature
21 51 sjacqu01
providerName=Eclipse.org
22 51 sjacqu01
23 51 sjacqu01
# "updateSiteName" property - label for the update site
24 51 sjacqu01
updateSiteName=The Eclipse Project Updates
25 51 sjacqu01
26 51 sjacqu01
# "description" property - description of the feature
27 51 sjacqu01
description=Rich Client Platform
28 51 sjacqu01
29 51 sjacqu01
# "copyright" property - text of the "Feature Update Copyright"
30 51 sjacqu01
copyright=\
31 51 sjacqu01
Copyright (c) 2000, 2013 Eclipse contributors and others.\n\
32 51 sjacqu01
All rights reserved. This program and the accompanying materials\n\
33 51 sjacqu01
are made available under the terms of the Eclipse Public License v1.0\n\
34 51 sjacqu01
which accompanies this distribution, and is available at\n\
35 51 sjacqu01
http://www.eclipse.org/legal/epl-v10.html\n\
36 51 sjacqu01
\n\
37 51 sjacqu01
Contributors:\n\
38 51 sjacqu01
    IBM Corporation - initial API and implementation\n
39 51 sjacqu01
################ end of copyright property ####################################
40 51 sjacqu01
# "licenseURL" property - URL of the "Feature License"
41 51 sjacqu01
# do not translate value - just change to point to a locale-specific HTML page
42 51 sjacqu01
licenseURL=license.html
43 51 sjacqu01
44 51 sjacqu01
# "license" property - text of the "Feature Update License"
45 51 sjacqu01
# should be plain text version of license agreement pointed to be "licenseURL"
46 51 sjacqu01
license=\
47 51 sjacqu01
Eclipse Foundation Software User Agreement\n\
48 51 sjacqu01
April 9, 2014\n\
49 51 sjacqu01
\n\
50 51 sjacqu01
Usage Of Content\n\
51 51 sjacqu01
\n\
52 51 sjacqu01
THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
53 51 sjacqu01
OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
54 51 sjacqu01
USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
55 51 sjacqu01
AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
56 51 sjacqu01
NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU\n\
57 51 sjacqu01
AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
58 51 sjacqu01
AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
59 51 sjacqu01
OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE\n\
60 51 sjacqu01
TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
61 51 sjacqu01
OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
62 51 sjacqu01
BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
63 51 sjacqu01
\n\
64 51 sjacqu01
Applicable Licenses\n\
65 51 sjacqu01
\n\
66 51 sjacqu01
Unless otherwise indicated, all Content made available by the\n\
67 51 sjacqu01
Eclipse Foundation is provided to you under the terms and conditions of\n\
68 51 sjacqu01
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
69 51 sjacqu01
provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
70 51 sjacqu01
For purposes of the EPL, "Program" will mean the Content.\n\
71 51 sjacqu01
\n\
72 51 sjacqu01
Content includes, but is not limited to, source code, object code,\n\
73 51 sjacqu01
documentation and other files maintained in the Eclipse Foundation source code\n\
74 51 sjacqu01
repository ("Repository") in software modules ("Modules") and made available\n\
75 51 sjacqu01
as downloadable archives ("Downloads").\n\
76 51 sjacqu01
\n\
77 51 sjacqu01
\t- Content may be structured and packaged into modules to facilitate delivering,\n\
78 51 sjacqu01
\t  extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
79 51 sjacqu01
\t  plug-in fragments ("Fragments"), and features ("Features").\n\
80 51 sjacqu01
\t- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
81 51 sjacqu01
\t  in a directory named "plugins".\n\
82 51 sjacqu01
\t- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
83 51 sjacqu01
\t  Each Feature may be packaged as a sub-directory in a directory named "features".\n\
84 51 sjacqu01
\t  Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
85 51 sjacqu01
\t  numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
86 51 sjacqu01
\t- Features may also include other Features ("Included Features"). Within a Feature, files\n\
87 51 sjacqu01
\t  named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
88 51 sjacqu01
\n\
89 51 sjacqu01
The terms and conditions governing Plug-ins and Fragments should be\n\
90 51 sjacqu01
contained in files named "about.html" ("Abouts"). The terms and\n\
91 51 sjacqu01
conditions governing Features and Included Features should be contained\n\
92 51 sjacqu01
in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
93 51 sjacqu01
Licenses may be located in any directory of a Download or Module\n\
94 51 sjacqu01
including, but not limited to the following locations:\n\
95 51 sjacqu01
\n\
96 51 sjacqu01
\t- The top-level (root) directory\n\
97 51 sjacqu01
\t- Plug-in and Fragment directories\n\
98 51 sjacqu01
\t- Inside Plug-ins and Fragments packaged as JARs\n\
99 51 sjacqu01
\t- Sub-directories of the directory named "src" of certain Plug-ins\n\
100 51 sjacqu01
\t- Feature directories\n\
101 51 sjacqu01
\n\
102 51 sjacqu01
Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
103 51 sjacqu01
Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
104 51 sjacqu01
Update License") during the installation process. If the Feature contains\n\
105 51 sjacqu01
Included Features, the Feature Update License should either provide you\n\
106 51 sjacqu01
with the terms and conditions governing the Included Features or inform\n\
107 51 sjacqu01
you where you can locate them. Feature Update Licenses may be found in\n\
108 51 sjacqu01
the "license" property of files named "feature.properties" found within a Feature.\n\
109 51 sjacqu01
Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
110 51 sjacqu01
terms and conditions (or references to such terms and conditions) that\n\
111 51 sjacqu01
govern your use of the associated Content in that directory.\n\
112 51 sjacqu01
\n\
113 51 sjacqu01
THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
114 51 sjacqu01
TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
115 51 sjacqu01
SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
116 51 sjacqu01
\n\
117 51 sjacqu01
\t- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
118 51 sjacqu01
\t- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
119 51 sjacqu01
\t- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
120 51 sjacqu01
\t- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
121 51 sjacqu01
\t- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
122 51 sjacqu01
\n\
123 51 sjacqu01
IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
124 51 sjacqu01
TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
125 51 sjacqu01
is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
126 51 sjacqu01
govern that particular Content.\n\
127 51 sjacqu01
\n\
128 51 sjacqu01
\n\Use of Provisioning Technology\n\
129 51 sjacqu01
\n\
130 51 sjacqu01
The Eclipse Foundation makes available provisioning software, examples of which include,\n\
131 51 sjacqu01
but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
132 51 sjacqu01
the purpose of allowing users to install software, documentation, information and/or\n\
133 51 sjacqu01
other materials (collectively "Installable Software"). This capability is provided with\n\
134 51 sjacqu01
the intent of allowing such users to install, extend and update Eclipse-based products.\n\
135 51 sjacqu01
Information about packaging Installable Software is available at\n\
136 51 sjacqu01
http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
137 51 sjacqu01
\n\
138 51 sjacqu01
You may use Provisioning Technology to allow other parties to install Installable Software.\n\
139 51 sjacqu01
You shall be responsible for enabling the applicable license agreements relating to the\n\
140 51 sjacqu01
Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
141 51 sjacqu01
in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
142 51 sjacqu01
making it available in accordance with the Specification, you further acknowledge your\n\
143 51 sjacqu01
agreement to, and the acquisition of all necessary rights to permit the following:\n\
144 51 sjacqu01
\n\
145 51 sjacqu01
\t1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
146 51 sjacqu01
\t   the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
147 51 sjacqu01
\t   extending or updating the functionality of an Eclipse-based product.\n\
148 51 sjacqu01
\t2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
149 51 sjacqu01
\t   Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
150 51 sjacqu01
\t3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
151 51 sjacqu01
\t   govern the use of the Installable Software ("Installable Software Agreement") and such\n\
152 51 sjacqu01
\t   Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
153 51 sjacqu01
\t   with the Specification. Such Installable Software Agreement must inform the user of the\n\
154 51 sjacqu01
\t   terms and conditions that govern the Installable Software and must solicit acceptance by\n\
155 51 sjacqu01
\t   the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
156 51 sjacqu01
\t   indication of agreement by the user, the provisioning Technology will complete installation\n\
157 51 sjacqu01
\t   of the Installable Software.\n\
158 51 sjacqu01
\n\
159 51 sjacqu01
Cryptography\n\
160 51 sjacqu01
\n\
161 51 sjacqu01
Content may contain encryption software. The country in which you are\n\
162 51 sjacqu01
currently may have restrictions on the import, possession, and use,\n\
163 51 sjacqu01
and/or re-export to another country, of encryption software. BEFORE\n\
164 51 sjacqu01
using any encryption software, please check the country's laws,\n\
165 51 sjacqu01
regulations and policies concerning the import, possession, or use, and\n\
166 51 sjacqu01
re-export of encryption software, to see if this is permitted.\n\
167 51 sjacqu01
\n\
168 51 sjacqu01
Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
169 51 sjacqu01
########### end of license property ##########################################