blob: e842db8071b8691dc9c0436cfaa594cbd2e6c5f5 [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"
20copyright=\
Florian Thienel7bf5b672012-03-09 20:31:35 +010021Copyright (c) 2012 John Krasnay ,\n\
dacarver30a54be2008-10-31 14:41:03 +000022David Carver (Standards for Technology in Automotive Retail), Ed Burnette (SAS) and others 2008.\n\
23All rights reserved. This program and the accompanying materials\n\
24are made available under the terms of the Eclipse Public License v1.0\n\
25which accompanies this distribution, and is available at\n\
26http://www.eclipse.org/legal/epl-v10.html\n\
27\n\
28Contributors:\n\
29 John Krasnay\n\
30 David Carver (Standards for Technology in Automotive Retail - http://www.starstandard.org)\n\
31 Ed Burnette (SAS)\n
32################ end of copyright property ####################################
33
34# "licenseURL" property - URL of the "Feature License"
35# do not translate value - just change to point to a locale-specific HTML page
36licenseURL=license.html
37
38# "license" property - text of the "Feature Update License"
39# should be plain text version of license agreement pointed to be "licenseURL"
40license=\
Florian Thienel7bf5b672012-03-09 20:31:35 +010041Eclipse Foundation Software User Agreement\n\
42February 1, 2011\n\
dacarver30a54be2008-10-31 14:41:03 +000043\n\
44Usage Of Content\n\
45\n\
46THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
47OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
48USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
49AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010050NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
dacarver30a54be2008-10-31 14:41:03 +000051AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
52AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010053OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
dacarver30a54be2008-10-31 14:41:03 +000054TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
55OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
56BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
57\n\
58Applicable Licenses\n\
59\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010060Unless otherwise indicated, all Content made available by the\n\
61Eclipse Foundation is provided to you under the terms and conditions of\n\
62the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
63provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
dacarver30a54be2008-10-31 14:41:03 +000064For purposes of the EPL, "Program" will mean the Content.\n\
65\n\
66Content includes, but is not limited to, source code, object code,\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010067documentation and other files maintained in the Eclipse Foundation source code\n\
68repository ("Repository") in software modules ("Modules") and made available\n\
dacarver30a54be2008-10-31 14:41:03 +000069as downloadable archives ("Downloads").\n\
70\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010071 - Content may be structured and packaged into modules to facilitate delivering,\n\
72 extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
73 plug-in fragments ("Fragments"), and features ("Features").\n\
74 - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
75 in a directory named "plugins".\n\
76 - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
77 Each Feature may be packaged as a sub-directory in a directory named "features".\n\
78 Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
79 numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
80 - Features may also include other Features ("Included Features"). Within a Feature, files\n\
81 named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
dacarver30a54be2008-10-31 14:41:03 +000082\n\
83The terms and conditions governing Plug-ins and Fragments should be\n\
84contained in files named "about.html" ("Abouts"). The terms and\n\
85conditions governing Features and Included Features should be contained\n\
86in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
87Licenses may be located in any directory of a Download or Module\n\
88including, but not limited to the following locations:\n\
89\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010090 - The top-level (root) directory\n\
91 - Plug-in and Fragment directories\n\
92 - Inside Plug-ins and Fragments packaged as JARs\n\
93 - Sub-directories of the directory named "src" of certain Plug-ins\n\
94 - Feature directories\n\
dacarver30a54be2008-10-31 14:41:03 +000095\n\
96Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010097Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
98Update License") during the installation process. If the Feature contains\n\
dacarver30a54be2008-10-31 14:41:03 +000099Included Features, the Feature Update License should either provide you\n\
100with the terms and conditions governing the Included Features or inform\n\
101you where you can locate them. Feature Update Licenses may be found in\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100102the "license" property of files named "feature.properties" found within a Feature.\n\
103Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
104terms and conditions (or references to such terms and conditions) that\n\
105govern your use of the associated Content in that directory.\n\
dacarver30a54be2008-10-31 14:41:03 +0000106\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100107THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
dacarver30a54be2008-10-31 14:41:03 +0000108TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
109SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
110\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100111 - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
112 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
113 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
114 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
115 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
116 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
dacarver30a54be2008-10-31 14:41:03 +0000117\n\
118IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100119TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
dacarver30a54be2008-10-31 14:41:03 +0000120is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
121govern that particular Content.\n\
122\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100123\n\Use of Provisioning Technology\n\
124\n\
125The Eclipse Foundation makes available provisioning software, examples of which include,\n\
126but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
127the purpose of allowing users to install software, documentation, information and/or\n\
128other materials (collectively "Installable Software"). This capability is provided with\n\
129the intent of allowing such users to install, extend and update Eclipse-based products.\n\
130Information about packaging Installable Software is available at\n\
131http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
132\n\
133You may use Provisioning Technology to allow other parties to install Installable Software.\n\
134You shall be responsible for enabling the applicable license agreements relating to the\n\
135Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
136in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
137making it available in accordance with the Specification, you further acknowledge your\n\
138agreement to, and the acquisition of all necessary rights to permit the following:\n\
139\n\
140 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
141 the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
142 extending or updating the functionality of an Eclipse-based product.\n\
143 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
144 Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
145 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
146 govern the use of the Installable Software ("Installable Software Agreement") and such\n\
147 Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
148 with the Specification. Such Installable Software Agreement must inform the user of the\n\
149 terms and conditions that govern the Installable Software and must solicit acceptance by\n\
150 the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
151 indication of agreement by the user, the provisioning Technology will complete installation\n\
152 of the Installable Software.\n\
153\n\
dacarver30a54be2008-10-31 14:41:03 +0000154Cryptography\n\
155\n\
156Content may contain encryption software. The country in which you are\n\
157currently may have restrictions on the import, possession, and use,\n\
158and/or re-export to another country, of encryption software. BEFORE\n\
159using any encryption software, please check the country's laws,\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100160regulations and policies concerning the import, possession, or use, and\n\
161re-export of encryption software, to see if this is permitted.\n\
dacarver30a54be2008-10-31 14:41:03 +0000162\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100163Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n