blob: 9afbd643f86af9c438c58549e56c3f3f0e4fb319 [file] [log] [blame]
lmandel6b61e502006-05-15 15:12:51 +00001###############################################################################
david_williams0c261962008-05-19 15:01:25 +00002# Copyright (c) 2008 IBM Corporation and others.
lmandel6b61e502006-05-15 15:12:51 +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
david_williams0c261962008-05-19 15:01:25 +000018featureName=Java EE Developer Tools
david_williams60a90d22007-06-11 08:07:58 +000019optionalFeatureName=Web Page Editor (Optional)
david_williams0c261962008-05-19 15:01:25 +000020optionalJSFToolsFeatureName=Apache MyFaces Trinidad Tag Support (Optional)
21optionalAxis2FeatureName=Axis2 Tools (Optional)
lmandel6b61e502006-05-15 15:12:51 +000022
23# "providerName" property - name of the company that provides the feature
david_williams1a48a0b2006-02-13 01:06:19 +000024providerName=Eclipse.org
jeffliu32b73ae2005-07-06 17:32:50 +000025
lmandel6b61e502006-05-15 15:12:51 +000026# "updateSiteName" property - label for the update site
27updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
jeffliu32b73ae2005-07-06 17:32:50 +000028
lmandel6b61e502006-05-15 15:12:51 +000029# "description" property - description of the feature
david_williams0c261962008-05-19 15:01:25 +000030description=Java EE Developer Tools minimum installation
lmandel6b61e502006-05-15 15:12:51 +000031
32# "copyright" property - text of the "Feature Update Copyright"
33copyright=\
david_williams0c261962008-05-19 15:01:25 +000034Copyright (c) 2008 IBM Corporation and others.\n\
lmandel6b61e502006-05-15 15:12:51 +000035All 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 IBM Corporation - 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"
jeffliu32b73ae2005-07-06 17:32:50 +000050license=\
lmandel6b61e502006-05-15 15:12:51 +000051ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
david_williams0c261962008-05-19 15:01:25 +000052June, 2008\n\
jeffliu32b73ae2005-07-06 17:32:50 +000053\n\
54Usage Of Content\n\
lmandel6b61e502006-05-15 15:12:51 +000055\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\
jeffliu32b73ae2005-07-06 17:32:50 +000067\n\
68Applicable Licenses\n\
jeffliu32b73ae2005-07-06 17:32:50 +000069\n\
lmandel6b61e502006-05-15 15:12:51 +000070Unless 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\
jeffliu32b73ae2005-07-06 17:32:50 +000075\n\
lmandel6b61e502006-05-15 15:12:51 +000076Content 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\
jeffliu32b73ae2005-07-06 17:32:50 +000080\n\
lmandel6b61e502006-05-15 15:12:51 +000081 - 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\
jeffliu32b73ae2005-07-06 17:32:50 +000092\n\
lmandel6b61e502006-05-15 15:12:51 +000093Features 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\
jeffliu32b73ae2005-07-06 17:32:50 +000096\n\
lmandel6b61e502006-05-15 15:12:51 +000097The 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\
jeffliu32b73ae2005-07-06 17:32:50 +0000103\n\
lmandel6b61e502006-05-15 15:12:51 +0000104 - 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\
jeffliu32b73ae2005-07-06 17:32:50 +0000109\n\
lmandel6b61e502006-05-15 15:12:51 +0000110Note: 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\
jlanuti05e4d8a2007-06-04 18:31:53 +0000131 - Common Development and Distribution License (CDDL) Version 1.0 (available at http://www.sun.com/cddl/cddl.html)\n\
lmandel6b61e502006-05-15 15:12:51 +0000132\n\
133IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
134TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\
135is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
136govern that particular Content.\n\
jeffliu32b73ae2005-07-06 17:32:50 +0000137\n\
138Cryptography\n\
lmandel6b61e502006-05-15 15:12:51 +0000139\n\
140Content may contain encryption software. The country in which you are\n\
141currently may have restrictions on the import, possession, and use,\n\
142and/or re-export to another country, of encryption software. BEFORE\n\
143using any encryption software, please check the country's laws,\n\
144regulations and policies concerning the import, possession, or use,\n\
145and re-export of encryption software, to see if this is permitted.\n\
146\n\
147Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
148########### end of license property ##########################################