blob: 3380447eef6a2cb112f9846c07b9ec49f0b17420 [file] [log] [blame]
jgraham99438512008-02-04 21:22:29 +00001# /**
2# * <copyright>
3# *
4# * Copyright (c) 2002-2005 IBM Corporation and others.
5# * All rights reserved. This program and the accompanying materials
6# * are made available under the terms of the Eclipse Public License v1.0
7# * which accompanies this distribution, and is available at
8# * http://www.eclipse.org/legal/epl-v10.html
9# *
10# * Contributors:
11# * IBM - Initial API and implementation
12# *
13# * </copyright>
14# *
15# * $Id: feature.properties,v 1.5 2005/06/08 06:23:46 nickb Exp $
16# */
17
18# "featureName" property - name of the feature
19featureName=Data Tools Platform Enablement for PostgreSQL
20
21# "providerName" property - name of the company that provides the feature
22providerName=Eclipse.org
23
24# "updateSiteName" property - label for the update site
25updateSiteName=Eclipse.org update site
26
27# "description" property - description of the feature
28description=DTP support for using the PostgreSQL database
29
30# "licenseURL" property - URL of the "Feature License"
31# do not translate value - just change to point to a locale-specific HTML page
32licenseURL=license.html
33
34# "license" property - text of the "Feature Update License"
35# should be plain text version of license agreement pointed to be "licenseURL"
36license=\
37ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
38January 28, 2004\n\
39\n\
40Usage Of Content\n\
41\n\
42THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
43OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
44USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
45AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
46NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
47AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
48AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
49OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
50TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
51OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
52BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
53\n\
54Applicable Licenses\n\
55\n\
56Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\
57is provided to you under the terms and conditions of the Eclipse Public\n\
58License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\
59Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
60For purposes of the EPL, "Program" will mean the Content.\n\
61\n\
62Content includes, but is not limited to, source code, object code,\n\
63documentation and other files maintained in the Eclipse.org CVS\n\
64repository ("Repository") in CVS modules ("Modules") and made available\n\
65as downloadable archives ("Downloads").\n\
66\n\
67Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments\n\
68("Fragments"), and features ("Features"). A Feature is a bundle of one or\n\
69more Plug-ins and/or Fragments and associated material. Files named\n\
70"feature.xml" may contain a list of the names and version numbers of the\n\
71Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments\n\
72are located in directories named "plugins" and Features are located in\n\
73directories named "features".\n\
74\n\
75Features may also include other Features ("Included Features"). Files named\n\
76"feature.xml" may contain a list of the names and version numbers of\n\
77Included Features.\n\
78\n\
79The terms and conditions governing Plug-ins and Fragments should be\n\
80contained in files named "about.html" ("Abouts"). The terms and\n\
81conditions governing Features and Included Features should be contained\n\
82in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
83Licenses may be located in any directory of a Download or Module\n\
84including, but not limited to the following locations:\n\
85\n\
86 - The top-level (root) directory\n\
87 - Plug-in and Fragment directories\n\
88 - Subdirectories of the directory named "src" of certain Plug-ins\n\
89 - Feature directories\n\
90\n\
91Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
92Eclipse Update Manager, you must agree to a license ("Feature Update\n\
93License") during the installation process. If the Feature contains\n\
94Included Features, the Feature Update License should either provide you\n\
95with the terms and conditions governing the Included Features or inform\n\
96you where you can locate them. Feature Update Licenses may be found in\n\
97the "license" property of files named "feature.properties". Such Abouts,\n\
98Feature Licenses and Feature Update Licenses contain the terms and\n\
99conditions (or references to such terms and conditions) that govern your\n\
100use of the associated Content in that directory.\n\
101\n\
102THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\
103TO THE CPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
104SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
105\n\
106 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
107 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
108 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
109 - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\
110 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
111 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
112\n\
113IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
114TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\
115is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
116govern that particular Content.\n\
117\n\
118Cryptography\n\
119\n\
120Content may contain encryption software. The country in which you are\n\
121currently may have restrictions on the import, possession, and use,\n\
122and/or re-export to another country, of encryption software. BEFORE\n\
123using any encryption software, please check the country's laws,\n\
124regulations and policies concerning the import, possession, or use,\n\
125and re-export of encryption software, to see if this is permitted.\n
126########### end of license property ##########################################
127
128# "secondaryUpdateSiteName" property - label for the secondary update site (on download1.eclipse.org)
129secondaryUpdateSiteName=DTP Secondary Update Site