blob: 31f1720d6dd8b87db2d945b2dda5c0d78faa3ad2 [file] [log] [blame]
dacarver30a54be2008-10-31 14:41:03 +00001# feature.properties
2# contains externalized strings for feature.xml
3# "%foo" in feature.xml corresponds to the key "foo" in this file
4# java.io.Properties file (ISO 8859-1 with "\" escapes)
5# This file should be translated.
6
7# "featureName" property - name of the feature
Florian Thienelc18ba772012-09-06 22:26:24 +02008featureName=Vex SDK
dacarver30a54be2008-10-31 14:41:03 +00009
10# "providerName" property - name of the company that provides the feature
11providerName=Eclipse.org
12
13# "updateSiteName" property - label for the update site
Florian Thienelc18ba772012-09-06 22:26:24 +020014updateSiteName=Vex Milestones
dacarver30a54be2008-10-31 14:41:03 +000015
16# "description" property - description of the feature
Florian Thienel7bf5b672012-03-09 20:31:35 +010017description=The Vex SDK contains all source bundles of the Visual Editor for XML.
dacarver30a54be2008-10-31 14:41:03 +000018
19# "copyright" property - text of the "Feature Update Copyright"
Florian Thienel0d415e32014-11-22 22:29:32 +010020copyright=Copyright (c) 2004, 2014 John Krasnay and others.\n\
dacarver30a54be2008-10-31 14:41:03 +000021All rights reserved. This program and the accompanying materials\n\
22are made available under the terms of the Eclipse Public License v1.0\n\
23which accompanies this distribution, and is available at\n\
24http://www.eclipse.org/legal/epl-v10.html\n\
25\n\
26Contributors:\n\
Florian Thienel0d415e32014-11-22 22:29:32 +010027 John Krasnay - initial API and implementation\n\
dacarver30a54be2008-10-31 14:41:03 +000028 David Carver (Standards for Technology in Automotive Retail - http://www.starstandard.org)\n\
Florian Thienel0d415e32014-11-22 22:29:32 +010029 Florian Thienel\n\
30 and others\n
dacarver30a54be2008-10-31 14:41:03 +000031################ end of copyright property ####################################
32
33# "licenseURL" property - URL of the "Feature License"
34# do not translate value - just change to point to a locale-specific HTML page
35licenseURL=license.html
36
37# "license" property - text of the "Feature Update License"
38# should be plain text version of license agreement pointed to be "licenseURL"
39license=\
Florian Thienel7bf5b672012-03-09 20:31:35 +010040Eclipse Foundation Software User Agreement\n\
41February 1, 2011\n\
dacarver30a54be2008-10-31 14:41:03 +000042\n\
43Usage Of Content\n\
44\n\
45THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
46OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
47USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
48AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010049NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
dacarver30a54be2008-10-31 14:41:03 +000050AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
51AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010052OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
dacarver30a54be2008-10-31 14:41:03 +000053TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
54OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
55BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
56\n\
57Applicable Licenses\n\
58\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010059Unless otherwise indicated, all Content made available by the\n\
60Eclipse Foundation is provided to you under the terms and conditions of\n\
61the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
62provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
dacarver30a54be2008-10-31 14:41:03 +000063For purposes of the EPL, "Program" will mean the Content.\n\
64\n\
65Content includes, but is not limited to, source code, object code,\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010066documentation and other files maintained in the Eclipse Foundation source code\n\
67repository ("Repository") in software modules ("Modules") and made available\n\
dacarver30a54be2008-10-31 14:41:03 +000068as downloadable archives ("Downloads").\n\
69\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010070 - Content may be structured and packaged into modules to facilitate delivering,\n\
71 extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
72 plug-in fragments ("Fragments"), and features ("Features").\n\
73 - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
74 in a directory named "plugins".\n\
75 - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
76 Each Feature may be packaged as a sub-directory in a directory named "features".\n\
77 Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
78 numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
79 - Features may also include other Features ("Included Features"). Within a Feature, files\n\
80 named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
dacarver30a54be2008-10-31 14:41:03 +000081\n\
82The terms and conditions governing Plug-ins and Fragments should be\n\
83contained in files named "about.html" ("Abouts"). The terms and\n\
84conditions governing Features and Included Features should be contained\n\
85in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
86Licenses may be located in any directory of a Download or Module\n\
87including, but not limited to the following locations:\n\
88\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010089 - The top-level (root) directory\n\
90 - Plug-in and Fragment directories\n\
91 - Inside Plug-ins and Fragments packaged as JARs\n\
92 - Sub-directories of the directory named "src" of certain Plug-ins\n\
93 - Feature directories\n\
dacarver30a54be2008-10-31 14:41:03 +000094\n\
95Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010096Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
97Update License") during the installation process. If the Feature contains\n\
dacarver30a54be2008-10-31 14:41:03 +000098Included Features, the Feature Update License should either provide you\n\
99with the terms and conditions governing the Included Features or inform\n\
100you where you can locate them. Feature Update Licenses may be found in\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100101the "license" property of files named "feature.properties" found within a Feature.\n\
102Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
103terms and conditions (or references to such terms and conditions) that\n\
104govern your use of the associated Content in that directory.\n\
dacarver30a54be2008-10-31 14:41:03 +0000105\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100106THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
dacarver30a54be2008-10-31 14:41:03 +0000107TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
108SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
109\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100110 - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
111 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
112 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
113 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
114 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
115 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
dacarver30a54be2008-10-31 14:41:03 +0000116\n\
117IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100118TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
dacarver30a54be2008-10-31 14:41:03 +0000119is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
120govern that particular Content.\n\
121\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100122\n\Use of Provisioning Technology\n\
123\n\
124The Eclipse Foundation makes available provisioning software, examples of which include,\n\
125but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
126the purpose of allowing users to install software, documentation, information and/or\n\
127other materials (collectively "Installable Software"). This capability is provided with\n\
128the intent of allowing such users to install, extend and update Eclipse-based products.\n\
129Information about packaging Installable Software is available at\n\
130http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
131\n\
132You may use Provisioning Technology to allow other parties to install Installable Software.\n\
133You shall be responsible for enabling the applicable license agreements relating to the\n\
134Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
135in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
136making it available in accordance with the Specification, you further acknowledge your\n\
137agreement to, and the acquisition of all necessary rights to permit the following:\n\
138\n\
139 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
140 the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
141 extending or updating the functionality of an Eclipse-based product.\n\
142 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
143 Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
144 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
145 govern the use of the Installable Software ("Installable Software Agreement") and such\n\
146 Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
147 with the Specification. Such Installable Software Agreement must inform the user of the\n\
148 terms and conditions that govern the Installable Software and must solicit acceptance by\n\
149 the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
150 indication of agreement by the user, the provisioning Technology will complete installation\n\
151 of the Installable Software.\n\
152\n\
dacarver30a54be2008-10-31 14:41:03 +0000153Cryptography\n\
154\n\
155Content may contain encryption software. The country in which you are\n\
156currently may have restrictions on the import, possession, and use,\n\
157and/or re-export to another country, of encryption software. BEFORE\n\
158using any encryption software, please check the country's laws,\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100159regulations and policies concerning the import, possession, or use, and\n\
160re-export of encryption software, to see if this is permitted.\n\
dacarver30a54be2008-10-31 14:41:03 +0000161\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100162Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n