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