1e36c2aa8SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?> 2e36c2aa8SMatthias Sohn<feature 3e36c2aa8SMatthias Sohn id="org.eclipse.jgit.junit" 4e36c2aa8SMatthias Sohn label="%featureName" 5*1cbfea9eSMatthias Sohn version="5.13.0.qualifier" 6e36c2aa8SMatthias Sohn provider-name="%providerName"> 7e36c2aa8SMatthias Sohn 8e36c2aa8SMatthias Sohn <description url="http://www.eclipse.org/jgit/"> 9e36c2aa8SMatthias Sohn %description 10e36c2aa8SMatthias Sohn </description> 11e36c2aa8SMatthias Sohn 12e36c2aa8SMatthias Sohn <copyright> 13e36c2aa8SMatthias Sohn %copyright 14e36c2aa8SMatthias Sohn </copyright> 15e36c2aa8SMatthias Sohn 16e36c2aa8SMatthias Sohn <license url="%licenseURL"> 17e36c2aa8SMatthias Sohn %license 18e36c2aa8SMatthias Sohn </license> 19e36c2aa8SMatthias Sohn 20e36c2aa8SMatthias Sohn <url> 21293b21a3SMatthias Sohn <update label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/> 22293b21a3SMatthias Sohn <discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/> 23e36c2aa8SMatthias Sohn </url> 24e36c2aa8SMatthias Sohn 25e36c2aa8SMatthias Sohn <requires> 26e36c2aa8SMatthias Sohn <import plugin="com.jcraft.jsch"/> 27*1cbfea9eSMatthias Sohn <import plugin="org.eclipse.jgit" version="5.13.0" match="equivalent"/> 28e36c2aa8SMatthias Sohn </requires> 29e36c2aa8SMatthias Sohn 30e36c2aa8SMatthias Sohn <plugin 31e36c2aa8SMatthias Sohn id="org.eclipse.jgit.junit" 32e36c2aa8SMatthias Sohn download-size="0" 33e36c2aa8SMatthias Sohn install-size="0" 34e36c2aa8SMatthias Sohn version="0.0.0" 35e36c2aa8SMatthias Sohn unpack="false"/> 3651e2646dSJens Baumgart 3751e2646dSJens Baumgart <plugin 3851e2646dSJens Baumgart id="org.eclipse.jgit.junit.http" 3951e2646dSJens Baumgart download-size="0" 4051e2646dSJens Baumgart install-size="0" 41dd318160SRobin Rosenberg version="0.0.0" 42dd318160SRobin Rosenberg unpack="false"/> 4351e2646dSJens Baumgart 4451e2646dSJens Baumgart <plugin 451316d43eSThomas Wolf id="org.eclipse.jgit.junit.ssh" 461316d43eSThomas Wolf download-size="0" 471316d43eSThomas Wolf install-size="0" 481316d43eSThomas Wolf version="0.0.0" 491316d43eSThomas Wolf unpack="false"/> 501316d43eSThomas Wolf 511316d43eSThomas Wolf <plugin 5251e2646dSJens Baumgart id="org.eclipse.jgit.http.server" 5351e2646dSJens Baumgart download-size="0" 5451e2646dSJens Baumgart install-size="0" 55dd318160SRobin Rosenberg version="0.0.0" 56dd318160SRobin Rosenberg unpack="false"/> 5751e2646dSJens Baumgart 582290516dSChristian Halstrick <plugin 592290516dSChristian Halstrick id="org.apache.commons.logging" 602290516dSChristian Halstrick download-size="0" 612290516dSChristian Halstrick install-size="0" 622290516dSChristian Halstrick version="0.0.0" 632290516dSChristian Halstrick unpack="false"/> 642290516dSChristian Halstrick 651316d43eSThomas Wolf <plugin 6686cee68eSThomas Wolf id="org.apache.sshd.osgi" 671316d43eSThomas Wolf download-size="0" 681316d43eSThomas Wolf install-size="0" 691316d43eSThomas Wolf version="0.0.0" 701316d43eSThomas Wolf unpack="false"/> 711316d43eSThomas Wolf 721316d43eSThomas Wolf <plugin 731316d43eSThomas Wolf id="org.apache.sshd.sftp" 741316d43eSThomas Wolf download-size="0" 751316d43eSThomas Wolf install-size="0" 761316d43eSThomas Wolf version="0.0.0" 771316d43eSThomas Wolf unpack="false"/> 781316d43eSThomas Wolf 79e36c2aa8SMatthias Sohn</feature> 80