cdt/cdt_6_0_x/org.eclipse.cdt-feature/feature.properties
author cawthron
Wed, 29 Jul 2009 14:30:25 -0500
changeset 37 c2bce6dd59e7
permissions -rw-r--r--
add cdt_6_0_x
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
# Copyright (c) 2005, 2009 IBM Corporation and others.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
# All rights reserved. This program and the accompanying materials
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
# are made available under the terms of the Eclipse Public License v1.0
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
# which accompanies this distribution, and is available at
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
# http://www.eclipse.org/legal/epl-v10.html
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
#
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
# Contributors:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
#     IBM Corporation - initial API and implementation
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    10
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    11
# features.properties
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
# contains externalized strings for feature.xml
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
# "%foo" in feature.xml corresponds to the key "foo" in this file
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
# java.io.Properties file (ISO 8859-1 with "\" escapes)
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
# This file should be translated.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
# "featureName" property - name of the feature
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
featureName=Eclipse C/C++ Development Tools
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    19
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    20
# "providerName" property - name of the company that provides the feature
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
providerName=Eclipse CDT
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
# "updateSiteName" property - label for the update site
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    24
updateSiteName=Eclipse CDT Update Site
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    25
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
# "description" property - description of the feature
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
description=Eclipse C/C++ development tools. (Binary runtime and user documentation.)
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    28
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    29
# copyright
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    30
copyright=\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    31
Copyright (c) 2002, 2007 QNX Software Systems and others.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    32
All rights reserved. This program and the accompanying materials\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    33
are made available under the terms of the Eclipse Public License v1.0\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    34
which accompanies this distribution, and is available at\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    35
http://www.eclipse.org/legal/epl-v10.html
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    36
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    37
# "licenseURL" property - URL of the "Feature License"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    38
# do not translate value - just change to point to a locale-specific HTML page
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    39
licenseURL=license.html
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    40
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    41
# "license" property - text of the "Feature Update License"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    42
# should be plain text version of license agreement pointed to be "licenseURL"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    43
license=\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    44
ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    45
March 17, 2005\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    46
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    47
Usage Of Content\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    48
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    49
THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    50
OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    51
USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    52
AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    53
NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    54
AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    55
AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    56
OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    57
TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    58
OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    59
BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    60
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    61
Applicable Licenses\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    62
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    63
Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    64
is provided to you under the terms and conditions of the Eclipse Public\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    65
License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    66
Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    67
For purposes of the EPL, "Program" will mean the Content.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    68
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    69
Content includes, but is not limited to, source code, object code,\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    70
documentation and other files maintained in the Eclipse.org CVS\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    71
repository ("Repository") in CVS modules ("Modules") and made available\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    72
as downloadable archives ("Downloads").\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    73
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    74
   - Content may be structured and packaged into modules to facilitate delivering,\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    75
     extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    76
     plug-in fragments ("Fragments"), and features ("Features").\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    77
   - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    78
     in a directory named "plugins".\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    79
   - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    80
     Each Feature may be packaged as a sub-directory in a directory named "features".\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    81
     Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    82
     numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    83
   - Features may also include other Features ("Included Features"). Within a Feature, files\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    84
     named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    85
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    86
Features may also include other Features ("Included Features"). Files named\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    87
"feature.xml" may contain a list of the names and version numbers of\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    88
Included Features.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    89
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    90
The terms and conditions governing Plug-ins and Fragments should be\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    91
contained in files named "about.html" ("Abouts"). The terms and\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    92
conditions governing Features and Included Features should be contained\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    93
in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    94
Licenses may be located in any directory of a Download or Module\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    95
including, but not limited to the following locations:\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    96
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    97
   - The top-level (root) directory\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    98
   - Plug-in and Fragment directories\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    99
   - Inside Plug-ins and Fragments packaged as JARs\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   100
   - Sub-directories of the directory named "src" of certain Plug-ins\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   101
   - Feature directories\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   102
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   103
Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   104
Eclipse Update Manager, you must agree to a license ("Feature Update\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   105
License") during the installation process. If the Feature contains\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   106
Included Features, the Feature Update License should either provide you\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   107
with the terms and conditions governing the Included Features or inform\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   108
you where you can locate them. Feature Update Licenses may be found in\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   109
the "license" property of files named "feature.properties". Such Abouts,\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   110
Feature Licenses and Feature Update Licenses contain the terms and\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   111
conditions (or references to such terms and conditions) that govern your\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   112
use of the associated Content in that directory.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   113
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   114
THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   115
TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   116
SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   117
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   118
    - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   119
    - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   120
    - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   121
    - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   122
    - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   123
    - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   124
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   125
IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   126
TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   127
is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   128
govern that particular Content.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   129
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   130
Cryptography\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   131
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   132
Content may contain encryption software. The country in which you are\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   133
currently may have restrictions on the import, possession, and use,\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   134
and/or re-export to another country, of encryption software. BEFORE\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   135
using any encryption software, please check the country's laws,\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   136
regulations and policies concerning the import, possession, or use,\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   137
and re-export of encryption software, to see if this is permitted.\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   138
\n\
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   139
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   140
########### end of license property ##########################################