blob: dde54106925f9c79ed7cde397b8fb08a2f9534dc [file] [log] [blame]
Jeff McAffer6e524b82009-04-07 19:45:48 +00001###############################################################################
2# Copyright (c) 2009 EclipseSource 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# EclipseSource - 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=Equinox Compendium SDK
19
20# "providerName" property - name of the company that provides the feature
21providerName=Eclipse Equinox Project
22
23# "updateSiteName" property - label for the update site
24updateSiteName=The Equinox Project Repository
25
26# "description" property - description of the feature
27description=A collection of Equinox bundles and source that implement optional parts \
28of the current OSGi specifications--the so called "Compendium Services". \n\
29This feature includes the corresponding source and is intended to be added to target \
30platforms at development time rather than deployed with end-user systems.
31
32# "copyright" property - text of the "Feature Update Copyright"
33copyright=\
34Copyright (c) 2009 EclipseSource and others.\n\
35All rights reserved. This program and the accompanying materials\n\
36are made available under the terms of the Eclipse Public License v1.0\n\
37which accompanies this distribution, and is available at\n\
38http://www.eclipse.org/legal/epl-v10.html\n\
39\n\
40Contributors:\n\
41 EclipseSource - initial API and implementation\n
42################ end of copyright property ####################################
43
44# "licenseURL" property - URL of the "Feature License"
45# do not translate value - just change to point to a locale-specific HTML page
46licenseURL=license.html
47
48# "license" property - text of the "Feature Update License"
49# should be plain text version of license agreement pointed to be "licenseURL"
50license=\
51ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
52March 17, 2005\n\
53\n\
54Usage Of Content\n\
55\n\
56THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
57OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
58USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
59AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
60NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
61AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
62AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
63OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
64TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
65OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
66BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
67\n\
68Applicable Licenses\n\
69\n\
70Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\
71is provided to you under the terms and conditions of the Eclipse Public\n\
72License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\
73Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
74For purposes of the EPL, "Program" will mean the Content.\n\
75\n\
76Content includes, but is not limited to, source code, object code,\n\
77documentation and other files maintained in the Eclipse.org CVS\n\
78repository ("Repository") in CVS modules ("Modules") and made available\n\
79as downloadable archives ("Downloads").\n\
80\n\
81 - Content may be structured and packaged into modules to facilitate delivering,\n\
82 extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
83 plug-in fragments ("Fragments"), and features ("Features").\n\
84 - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\n\
85 in a directory named "plugins".\n\
86 - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
87 Each Feature may be packaged as a sub-directory in a directory named "features".\n\
88 Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
89 numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
90 - Features may also include other Features ("Included Features"). Within a Feature, files\n\
91 named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
92\n\
93Features may also include other Features ("Included Features"). Files named\n\
94"feature.xml" may contain a list of the names and version numbers of\n\
95Included Features.\n\
96\n\
97The terms and conditions governing Plug-ins and Fragments should be\n\
98contained in files named "about.html" ("Abouts"). The terms and\n\
99conditions governing Features and Included Features should be contained\n\
100in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
101Licenses may be located in any directory of a Download or Module\n\
102including, but not limited to the following locations:\n\
103\n\
104 - The top-level (root) directory\n\
105 - Plug-in and Fragment directories\n\
106 - Inside Plug-ins and Fragments packaged as JARs\n\
107 - Sub-directories of the directory named "src" of certain Plug-ins\n\
108 - Feature directories\n\
109\n\
110Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
111Eclipse Update Manager, you must agree to a license ("Feature Update\n\
112License") during the installation process. If the Feature contains\n\
113Included Features, the Feature Update License should either provide you\n\
114with the terms and conditions governing the Included Features or inform\n\
115you where you can locate them. Feature Update Licenses may be found in\n\
116the "license" property of files named "feature.properties". Such Abouts,\n\
117Feature Licenses and Feature Update Licenses contain the terms and\n\
118conditions (or references to such terms and conditions) that govern your\n\
119use of the associated Content in that directory.\n\
120\n\
121THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\
122TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
123SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
124\n\
125 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
126 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
127 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
128 - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\
129 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
130 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
131\n\
132IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
133TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\
134is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
135govern that particular Content.\n\
136\n\
137Cryptography\n\
138\n\
139Content may contain encryption software. The country in which you are\n\
140currently may have restrictions on the import, possession, and use,\n\
141and/or re-export to another country, of encryption software. BEFORE\n\
142using any encryption software, please check the country's laws,\n\
143regulations and policies concerning the import, possession, or use,\n\
144and re-export of encryption software, to see if this is permitted.\n\
145\n\
146Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
147########### end of license property ##########################################