blob: e03964727e73a9d3c7c508e0425769a51bc7c90a [file] [log] [blame]
Thomas Wolf9b319692018-11-01 11:28:15 +01001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.jgit.ssh.apache"
4 label="%featureName"
Matthias Sohn8f7ef242022-03-08 17:04:10 +01005 version="6.1.1.qualifier"
Thomas Wolf9b319692018-11-01 11:28:15 +01006 provider-name="%providerName">
7
8 <description url="http://www.eclipse.org/jgit/">
9 %description
10 </description>
11
12 <copyright>
13 %copyright
14 </copyright>
15
16 <license url="%licenseURL">
17 %license
18 </license>
19
20 <url>
Matthias Sohn293b21a2019-08-30 11:12:15 +020021 <update label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
22 <discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
Thomas Wolf9b319692018-11-01 11:28:15 +010023 </url>
24
25 <requires>
Matthias Sohn8f7ef242022-03-08 17:04:10 +010026 <import feature="org.eclipse.jgit" version="6.1.1" match="equivalent"/>
Thomas Wolf9b319692018-11-01 11:28:15 +010027 </requires>
28
29 <plugin
30 id="org.eclipse.jgit.ssh.apache"
31 download-size="0"
32 install-size="0"
33 version="0.0.0"
34 unpack="false"/>
35
Thomas Wolf634302d2021-11-02 18:48:25 +010036 <plugin
37 id="org.eclipse.jgit.ssh.apache.agent"
38 download-size="0"
39 install-size="0"
40 version="0.0.0"
41 fragment="true"
42 unpack="false"/>
43
Thomas Wolf9b319692018-11-01 11:28:15 +010044</feature>