You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.3 KiB
57 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<feature |
|
id="org.eclipse.jgit.ssh.apache" |
|
label="%featureName" |
|
version="5.4.0.qualifier" |
|
provider-name="%providerName"> |
|
|
|
<description url="http://www.eclipse.org/jgit/"> |
|
%description |
|
</description> |
|
|
|
<copyright> |
|
%copyright |
|
</copyright> |
|
|
|
<license url="%licenseURL"> |
|
%license |
|
</license> |
|
|
|
<url> |
|
<update label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> |
|
<discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> |
|
</url> |
|
|
|
<requires> |
|
<import feature="org.eclipse.jgit" version="5.4.0" match="equivalent"/> |
|
</requires> |
|
|
|
<plugin |
|
id="org.eclipse.jgit.ssh.apache" |
|
download-size="0" |
|
install-size="0" |
|
version="0.0.0" |
|
unpack="false"/> |
|
|
|
<plugin |
|
id="org.apache.sshd.core" |
|
download-size="0" |
|
install-size="0" |
|
version="0.0.0" |
|
unpack="false"/> |
|
|
|
<plugin |
|
id="org.apache.sshd.sftp" |
|
download-size="0" |
|
install-size="0" |
|
version="0.0.0" |
|
unpack="false"/> |
|
|
|
<plugin |
|
id="net.i2p.crypto.eddsa" |
|
download-size="0" |
|
install-size="0" |
|
version="0.0.0" |
|
unpack="false"/> |
|
|
|
</feature>
|
|
|