blob: ff1e873d45f5fb278acfe79c5b4e5bc94085436d [file] [log] [blame]
david_williams7d430c92008-04-02 06:51:10 +00001###############################################################################
kchong0c80dd62010-05-12 21:15:28 +00002# Copyright (c) 2006, 2010 IBM Corporation and others.
david_williams7d430c92008-04-02 06:51:10 +00003# 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# IBM Corporation - 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=WTP Axis 2 Developer Resources
19# "providerName" property - name of the company that provides the feature
david_williamse0061b72010-04-11 05:03:08 +000020providerName=Eclipse Web Tools Platform
david_williams7d430c92008-04-02 06:51:10 +000021
david_williams7d430c92008-04-02 06:51:10 +000022
23# "description" property - description of the feature
24description=Source code for WTP Axis2 Tools.
25
26# "copyright" property - text of the "Feature Update Copyright"
kchong0c80dd62010-05-12 21:15:28 +000027feature.copyright=\
david_williams7d430c92008-04-02 06:51:10 +000028Copyright (c) 2008 WSO2 and others.\n\
29All rights reserved. This program and the accompanying materials\n\
30are made available under the terms of the Eclipse Public License v1.0\n\
31which accompanies this distribution, and is available at\n\
32http://www.eclipse.org/legal/epl-v10.html\n\
33\n\
34Contributors:\n\
35 WSO2 - initial API and implementation\n
36################ end of copyright property ####################################
37
38# "licenseURL" property - URL of the "Feature License"
39# do not translate value - just change to point to a locale-specific HTML page
40licenseURL=license.html
41
42# "license" property - text of the "Feature Update License"
43# should be plain text version of license agreement pointed to be "licenseURL"
44license=\
david_williams128f7ce2010-04-15 04:15:48 +000045Eclipse Foundation Software User Agreement\n\
david_williams9a578b12010-04-21 06:26:55 +000046April 14, 2010\n\
david_williams7d430c92008-04-02 06:51:10 +000047\n\
48Usage Of Content\n\
49\n\
50THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
51OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
52USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
53AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
david_williams128f7ce2010-04-15 04:15:48 +000054NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
david_williams7d430c92008-04-02 06:51:10 +000055AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
56AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
david_williams128f7ce2010-04-15 04:15:48 +000057OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
david_williams7d430c92008-04-02 06:51:10 +000058TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
59OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
60BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
61\n\
62Applicable Licenses\n\
63\n\
david_williams128f7ce2010-04-15 04:15:48 +000064Unless otherwise indicated, all Content made available by the\n\
65Eclipse Foundation is provided to you under the terms and conditions of\n\
66the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
67provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
david_williams7d430c92008-04-02 06:51:10 +000068For purposes of the EPL, "Program" will mean the Content.\n\
69\n\
70Content includes, but is not limited to, source code, object code,\n\
david_williams9a578b12010-04-21 06:26:55 +000071documentation and other files maintained in the Eclipse Foundation source code\n\
72repository ("Repository") in software modules ("Modules") and made available\n\
david_williams7d430c92008-04-02 06:51:10 +000073as downloadable archives ("Downloads").\n\
74\n\
david_williams9a578b12010-04-21 06:26:55 +000075 - Content may be structured and packaged into modules to facilitate delivering,\n\
76 extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
77 plug-in fragments ("Fragments"), and features ("Features").\n\
78 - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
79 in a directory named "plugins".\n\
80 - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
81 Each Feature may be packaged as a sub-directory in a directory named "features".\n\
82 Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
83 numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
84 - Features may also include other Features ("Included Features"). Within a Feature, files\n\
85 named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
david_williams7d430c92008-04-02 06:51:10 +000086\n\
87The terms and conditions governing Plug-ins and Fragments should be\n\
88contained in files named "about.html" ("Abouts"). The terms and\n\
89conditions governing Features and Included Features should be contained\n\
90in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
91Licenses may be located in any directory of a Download or Module\n\
92including, but not limited to the following locations:\n\
93\n\
david_williams9a578b12010-04-21 06:26:55 +000094 - The top-level (root) directory\n\
95 - Plug-in and Fragment directories\n\
96 - Inside Plug-ins and Fragments packaged as JARs\n\
97 - Sub-directories of the directory named "src" of certain Plug-ins\n\
98 - Feature directories\n\
david_williams7d430c92008-04-02 06:51:10 +000099\n\
100Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
david_williams9a578b12010-04-21 06:26:55 +0000101Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
102Update License") during the installation process. If the Feature contains\n\
david_williams7d430c92008-04-02 06:51:10 +0000103Included Features, the Feature Update License should either provide you\n\
104with the terms and conditions governing the Included Features or inform\n\
105you where you can locate them. Feature Update Licenses may be found in\n\
david_williams128f7ce2010-04-15 04:15:48 +0000106the "license" property of files named "feature.properties" found within a Feature.\n\
107Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
108terms and conditions (or references to such terms and conditions) that\n\
109govern your use of the associated Content in that directory.\n\
david_williams7d430c92008-04-02 06:51:10 +0000110\n\
david_williams128f7ce2010-04-15 04:15:48 +0000111THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
david_williams7d430c92008-04-02 06:51:10 +0000112TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
113SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
114\n\
david_williams9a578b12010-04-21 06:26:55 +0000115 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
116 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
117 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
118 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
119 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
david_williams7d430c92008-04-02 06:51:10 +0000120\n\
121IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
david_williams128f7ce2010-04-15 04:15:48 +0000122TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
david_williams7d430c92008-04-02 06:51:10 +0000123is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
124govern that particular Content.\n\
125\n\
david_williams9a578b12010-04-21 06:26:55 +0000126\n\Use of Provisioning Technology\n\
127\n\
128The Eclipse Foundation makes available provisioning software, examples of which include,\n\
129but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
130the purpose of allowing users to install software, documentation, information and/or\n\
131other materials (collectively "Installable Software"). This capability is provided with\n\
132the intent of allowing such users to install, extend and update Eclipse-based products.\n\
133Information about packaging Installable Software is available at\n\
134http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
135\n\
136You may use Provisioning Technology to allow other parties to install Installable Software.\n\
137You shall be responsible for enabling the applicable license agreements relating to the\n\
138Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
139in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
140making it available in accordance with the Specification, you further acknowledge your\n\
141agreement to, and the acquisition of all necessary rights to permit the following:\n\
142\n\
143 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
144 the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
145 extending or updating the functionality of an Eclipse-based product.\n\
146 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
147 Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
148 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
149 govern the use of the Installable Software ("Installable Software Agreement") and such\n\
150 Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
151 with the Specification. Such Installable Software Agreement must inform the user of the\n\
152 terms and conditions that govern the Installable Software and must solicit acceptance by\n\
153 the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
154 indication of agreement by the user, the provisioning Technology will complete installation\n\
155 of the Installable Software.\n\
156\n\
david_williams7d430c92008-04-02 06:51:10 +0000157Cryptography\n\
158\n\
159Content may contain encryption software. The country in which you are\n\
160currently may have restrictions on the import, possession, and use,\n\
161and/or re-export to another country, of encryption software. BEFORE\n\
162using any encryption software, please check the country's laws,\n\
david_williams128f7ce2010-04-15 04:15:48 +0000163regulations and policies concerning the import, possession, or use, and\n\
164re-export of encryption software, to see if this is permitted.\n\
david_williams7d430c92008-04-02 06:51:10 +0000165\n\
david_williams9a578b12010-04-21 06:26:55 +0000166Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
david_williams7d430c92008-04-02 06:51:10 +0000167########### end of license property ##########################################