1*8d2d6836SMatthias Sohn############################################################################### 2*8d2d6836SMatthias Sohn# Copyright (c) 2020 Matthias Sohn <matthias.sohn@sap.com> and others. 3*8d2d6836SMatthias Sohn# 4*8d2d6836SMatthias Sohn# All rights reserved. This program and the accompanying materials 5*8d2d6836SMatthias Sohn# are made available under the terms of the Eclipse Public License v1.0 6*8d2d6836SMatthias Sohn# which accompanies this distribution, and is available at 7*8d2d6836SMatthias Sohn# http://www.eclipse.org/legal/epl-v10.html 8*8d2d6836SMatthias Sohn# 9*8d2d6836SMatthias Sohn############################################################################### 10*8d2d6836SMatthias Sohn 11*8d2d6836SMatthias SohnfeatureName=Java implementation of Git - ssh support using JCraft jsch 12*8d2d6836SMatthias SohnproviderName=Eclipse JGit 13*8d2d6836SMatthias Sohn 14*8d2d6836SMatthias SohnupdateSiteName=Eclipse JGit Update Site 15*8d2d6836SMatthias Sohn 16*8d2d6836SMatthias Sohn# description property - text of the "Feature Description" 17*8d2d6836SMatthias Sohndescription=\ 18*8d2d6836SMatthias SohnSsh support using JCraft jsch.\n 19*8d2d6836SMatthias Sohn################ end of description property ################################## 20*8d2d6836SMatthias Sohn 21*8d2d6836SMatthias Sohn# "copyright" property - text of the "Feature Update Copyright" 22*8d2d6836SMatthias Sohncopyright=\ 23*8d2d6836SMatthias SohnCopyright (c) 2020 Matthias Sohn and others.\n\ 24*8d2d6836SMatthias SohnAll rights reserved. This program and the accompanying materials\n\ 25*8d2d6836SMatthias Sohnare made available under the terms of the Eclipse Distribution License v1.0\n\ 26*8d2d6836SMatthias Sohnwhich accompanies this distribution, and is available at\n\ 27*8d2d6836SMatthias Sohnhttp://www.eclipse.org/org/documents/edl-v10.html\n 28*8d2d6836SMatthias Sohn################ end of copyright property #################################### 29*8d2d6836SMatthias Sohn 30*8d2d6836SMatthias Sohn# "licenseURL" property - URL of the "Feature License" 31*8d2d6836SMatthias Sohn# do not translate value - just change to point to a locale-specific HTML page 32*8d2d6836SMatthias SohnlicenseURL=license.html 33*8d2d6836SMatthias Sohn# "license" property - text of the "Feature Update License" 34*8d2d6836SMatthias Sohn# should be plain text version of license agreement pointed to be "licenseURL" 35*8d2d6836SMatthias Sohnlicense=\ 36*8d2d6836SMatthias SohnEclipse Foundation Software User Agreement\n\ 37*8d2d6836SMatthias Sohn\n\ 38*8d2d6836SMatthias SohnNovember 22, 2017\n\ 39*8d2d6836SMatthias Sohn\n\ 40*8d2d6836SMatthias SohnUsage Of Content\n\ 41*8d2d6836SMatthias Sohn\n\ 42*8d2d6836SMatthias SohnTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION\n\ 43*8d2d6836SMatthias SohnAND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF\n\ 44*8d2d6836SMatthias SohnTHE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE\n\ 45*8d2d6836SMatthias SohnTERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ 46*8d2d6836SMatthias SohnBELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED\n\ 47*8d2d6836SMatthias SohnBY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE\n\ 48*8d2d6836SMatthias SohnAGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ 49*8d2d6836SMatthias SohnTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY\n\ 50*8d2d6836SMatthias SohnAPPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU\n\ 51*8d2d6836SMatthias SohnMAY NOT USE THE CONTENT.\n\ 52*8d2d6836SMatthias Sohn\n\ 53*8d2d6836SMatthias SohnApplicable Licenses\n\ 54*8d2d6836SMatthias Sohn\n\ 55*8d2d6836SMatthias SohnUnless otherwise indicated, all Content made available by the Eclipse Foundation\n\ 56*8d2d6836SMatthias Sohnis provided to you under the terms and conditions of the Eclipse Public License\n\ 57*8d2d6836SMatthias SohnVersion 2.0 ("EPL"). A copy of the EPL is provided with this Content and is also\n\ 58*8d2d6836SMatthias Sohnavailable at http://www.eclipse.org/legal/epl-2.0. For purposes of the EPL,\n\ 59*8d2d6836SMatthias Sohn"Program" will mean the Content.\n\ 60*8d2d6836SMatthias Sohn\n\ 61*8d2d6836SMatthias SohnContent includes, but is not limited to, source code, object code, documentation\n\ 62*8d2d6836SMatthias Sohnand other files maintained in the Eclipse Foundation source code repository\n\ 63*8d2d6836SMatthias Sohn("Repository") in software modules ("Modules") and made available as\n\ 64*8d2d6836SMatthias Sohndownloadable archives ("Downloads").\n\ 65*8d2d6836SMatthias Sohn\n\ 66*8d2d6836SMatthias Sohn- Content may be structured and packaged into modules to facilitate\n\ 67*8d2d6836SMatthias Sohn delivering, extending, and upgrading the Content. Typical modules may\n\ 68*8d2d6836SMatthias Sohn include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and\n\ 69*8d2d6836SMatthias Sohn features ("Features").\n\ 70*8d2d6836SMatthias Sohn- Each Plug-in or Fragment may be packaged as a sub-directory or JAR\n\ 71*8d2d6836SMatthias Sohn (Java\u2122 ARchive) in a directory named "plugins".\n\ 72*8d2d6836SMatthias Sohn- A Feature is a bundle of one or more Plug-ins and/or Fragments and\n\ 73*8d2d6836SMatthias Sohn associated material. Each Feature may be packaged as a sub-directory in a\n\ 74*8d2d6836SMatthias Sohn directory named "features". Within a Feature, files named "feature.xml" may\n\ 75*8d2d6836SMatthias Sohn contain a list of the names and version numbers of the Plug-ins and/or\n\ 76*8d2d6836SMatthias Sohn Fragments associated with that Feature.\n\ 77*8d2d6836SMatthias Sohn- Features may also include other Features ("Included Features"). Within a\n\ 78*8d2d6836SMatthias Sohn Feature, files named "feature.xml" may contain a list of the names and\n\ 79*8d2d6836SMatthias Sohn version numbers of Included Features.\n\ 80*8d2d6836SMatthias Sohn\n\ 81*8d2d6836SMatthias SohnThe terms and conditions governing Plug-ins and Fragments should be contained in\n\ 82*8d2d6836SMatthias Sohnfiles named "about.html" ("Abouts"). The terms and conditions governing Features\n\ 83*8d2d6836SMatthias Sohnand Included Features should be contained in files named "license.html"\n\ 84*8d2d6836SMatthias Sohn("Feature Licenses"). Abouts and Feature Licenses may be located in any\n\ 85*8d2d6836SMatthias Sohndirectory of a Download or Module including, but not limited to the following\n\ 86*8d2d6836SMatthias Sohnlocations:\n\ 87*8d2d6836SMatthias Sohn\n\ 88*8d2d6836SMatthias Sohn- The top-level (root) directory\n\ 89*8d2d6836SMatthias Sohn- Plug-in and Fragment directories\n\ 90*8d2d6836SMatthias Sohn- Inside Plug-ins and Fragments packaged as JARs\n\ 91*8d2d6836SMatthias Sohn- Sub-directories of the directory named "src" of certain Plug-ins\n\ 92*8d2d6836SMatthias Sohn- Feature directories\n\ 93*8d2d6836SMatthias Sohn\n\ 94*8d2d6836SMatthias SohnNote: if a Feature made available by the Eclipse Foundation is installed using\n\ 95*8d2d6836SMatthias Sohnthe Provisioning Technology (as defined below), you must agree to a license\n\ 96*8d2d6836SMatthias Sohn("Feature Update License") during the installation process. If the Feature\n\ 97*8d2d6836SMatthias Sohncontains Included Features, the Feature Update License should either provide you\n\ 98*8d2d6836SMatthias Sohnwith the terms and conditions governing the Included Features or inform you\n\ 99*8d2d6836SMatthias Sohnwhere you can locate them. Feature Update Licenses may be found in the "license"\n\ 100*8d2d6836SMatthias Sohnproperty of files named "feature.properties" found within a Feature. Such\n\ 101*8d2d6836SMatthias SohnAbouts, Feature Licenses, and Feature Update Licenses contain the terms and\n\ 102*8d2d6836SMatthias Sohnconditions (or references to such terms and conditions) that govern your use of\n\ 103*8d2d6836SMatthias Sohnthe associated Content in that directory.\n\ 104*8d2d6836SMatthias Sohn\n\ 105*8d2d6836SMatthias SohnTHE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL\n\ 106*8d2d6836SMatthias SohnOR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE\n\ 107*8d2d6836SMatthias SohnOTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ 108*8d2d6836SMatthias Sohn\n\ 109*8d2d6836SMatthias Sohn- Eclipse Public License Version 1.0 (available at\n\ 110*8d2d6836SMatthias Sohn http://www.eclipse.org/legal/epl-v10.html)\n\ 111*8d2d6836SMatthias Sohn- Eclipse Distribution License Version 1.0 (available at\n\ 112*8d2d6836SMatthias Sohn http://www.eclipse.org/licenses/edl-v1.0.html)\n\ 113*8d2d6836SMatthias Sohn- Common Public License Version 1.0 (available at\n\ 114*8d2d6836SMatthias Sohn http://www.eclipse.org/legal/cpl-v10.html)\n\ 115*8d2d6836SMatthias Sohn- Apache Software License 1.1 (available at\n\ 116*8d2d6836SMatthias Sohn http://www.apache.org/licenses/LICENSE)\n\ 117*8d2d6836SMatthias Sohn- Apache Software License 2.0 (available at\n\ 118*8d2d6836SMatthias Sohn http://www.apache.org/licenses/LICENSE-2.0)\n\ 119*8d2d6836SMatthias Sohn- Mozilla Public License Version 1.1 (available at\n\ 120*8d2d6836SMatthias Sohn http://www.mozilla.org/MPL/MPL-1.1.html)\n\ 121*8d2d6836SMatthias Sohn\n\ 122*8d2d6836SMatthias SohnIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO\n\ 123*8d2d6836SMatthias SohnUSE OF THE CONTENT. If no About, Feature License, or Feature Update License is\n\ 124*8d2d6836SMatthias Sohnprovided, please contact the Eclipse Foundation to determine what terms and\n\ 125*8d2d6836SMatthias Sohnconditions govern that particular Content.\n\ 126*8d2d6836SMatthias Sohn\n\ 127*8d2d6836SMatthias SohnUse of Provisioning Technology\n\ 128*8d2d6836SMatthias Sohn\n\ 129*8d2d6836SMatthias SohnThe Eclipse Foundation makes available provisioning software, examples of which\n\ 130*8d2d6836SMatthias Sohninclude, but are not limited to, p2 and the Eclipse Update Manager\n\ 131*8d2d6836SMatthias Sohn("Provisioning Technology") for the purpose of allowing users to install\n\ 132*8d2d6836SMatthias Sohnsoftware, documentation, information and/or other materials (collectively\n\ 133*8d2d6836SMatthias Sohn"Installable Software"). This capability is provided with the intent of allowing\n\ 134*8d2d6836SMatthias Sohnsuch users to install, extend and update Eclipse-based products. Information\n\ 135*8d2d6836SMatthias Sohnabout packaging Installable Software is available at\n\ 136*8d2d6836SMatthias Sohnhttp://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ 137*8d2d6836SMatthias Sohn\n\ 138*8d2d6836SMatthias SohnYou may use Provisioning Technology to allow other parties to install\n\ 139*8d2d6836SMatthias SohnInstallable Software. You shall be responsible for enabling the applicable\n\ 140*8d2d6836SMatthias Sohnlicense agreements relating to the Installable Software to be presented to, and\n\ 141*8d2d6836SMatthias Sohnaccepted by, the users of the Provisioning Technology in accordance with the\n\ 142*8d2d6836SMatthias SohnSpecification. By using Provisioning Technology in such a manner and making it\n\ 143*8d2d6836SMatthias Sohnavailable in accordance with the Specification, you further acknowledge your\n\ 144*8d2d6836SMatthias Sohnagreement to, and the acquisition of all necessary rights to permit the\n\ 145*8d2d6836SMatthias Sohnfollowing:\n\ 146*8d2d6836SMatthias Sohn\n\ 147*8d2d6836SMatthias Sohn1. A series of actions may occur ("Provisioning Process") in which a user may\n\ 148*8d2d6836SMatthias Sohn execute the Provisioning Technology on a machine ("Target Machine") with the\n\ 149*8d2d6836SMatthias Sohn intent of installing, extending or updating the functionality of an\n\ 150*8d2d6836SMatthias Sohn Eclipse-based product.\n\ 151*8d2d6836SMatthias Sohn2. During the Provisioning Process, the Provisioning Technology may cause third\n\ 152*8d2d6836SMatthias Sohn party Installable Software or a portion thereof to be accessed and copied to\n\ 153*8d2d6836SMatthias Sohn the Target Machine.\n\ 154*8d2d6836SMatthias Sohn3. Pursuant to the Specification, you will provide to the user the terms and\n\ 155*8d2d6836SMatthias Sohn conditions that govern the use of the Installable Software ("Installable\n\ 156*8d2d6836SMatthias Sohn Software Agreement") and such Installable Software Agreement shall be\n\ 157*8d2d6836SMatthias Sohn accessed from the Target Machine in accordance with the Specification. Such\n\ 158*8d2d6836SMatthias Sohn Installable Software Agreement must inform the user of the terms and\n\ 159*8d2d6836SMatthias Sohn conditions that govern the Installable Software and must solicit acceptance\n\ 160*8d2d6836SMatthias Sohn by the end user in the manner prescribed in such Installable\n\ 161*8d2d6836SMatthias Sohn Software Agreement. Upon such indication of agreement by the user, the\n\ 162*8d2d6836SMatthias Sohn provisioning Technology will complete installation of the\n\ 163*8d2d6836SMatthias Sohn Installable Software.\n\ 164*8d2d6836SMatthias Sohn\n\ 165*8d2d6836SMatthias SohnCryptography\n\ 166*8d2d6836SMatthias Sohn\n\ 167*8d2d6836SMatthias SohnContent may contain encryption software. The country in which you are currently\n\ 168*8d2d6836SMatthias Sohnmay have restrictions on the import, possession, and use, and/or re-export to\n\ 169*8d2d6836SMatthias Sohnanother country, of encryption software. BEFORE using any encryption software,\n\ 170*8d2d6836SMatthias Sohnplease check the country's laws, regulations and policies concerning the import,\n\ 171*8d2d6836SMatthias Sohnpossession, or use, and re-export of encryption software, to see if this is\n\ 172*8d2d6836SMatthias Sohnpermitted.\n\ 173*8d2d6836SMatthias Sohn\n\ 174*8d2d6836SMatthias SohnJava and all Java-based trademarks are trademarks of Oracle Corporation in the\n\ 175*8d2d6836SMatthias SohnUnited States, other countries, or both.\n 176*8d2d6836SMatthias Sohn########### end of license property ##########################################