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.
51 lines
1.1 KiB
51 lines
1.1 KiB
5 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<feature
|
||
|
id="org.eclipse.jgit.ssh.jsch"
|
||
|
label="%featureName"
|
||
|
version="5.8.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="https://download.eclipse.org/egit/updates"/>
|
||
|
<discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
|
||
|
</url>
|
||
|
|
||
|
<requires>
|
||
|
<import feature="org.eclipse.jgit" version="5.8.0" match="equivalent"/>
|
||
|
</requires>
|
||
|
|
||
|
<plugin
|
||
|
id="org.eclipse.jgit.ssh.jsch"
|
||
|
download-size="0"
|
||
|
install-size="0"
|
||
|
version="0.0.0"
|
||
|
unpack="false"/>
|
||
|
|
||
|
<plugin
|
||
|
id="com.jcraft.jsch"
|
||
|
download-size="0"
|
||
|
install-size="0"
|
||
|
version="0.0.0"
|
||
|
unpack="false"/>
|
||
|
|
||
|
<plugin
|
||
|
id="com.jcraft.jzlib"
|
||
|
download-size="0"
|
||
|
install-size="0"
|
||
|
version="0.0.0"
|
||
|
unpack="false"/>
|
||
|
|
||
|
</feature>
|