xref: /JGit/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml (revision 1cbfea9ece03b40669377a7f858218f6994562ea)
1<?xml version="1.0" encoding="UTF-8"?>
2<feature
3      id="org.eclipse.jgit.ssh.apache"
4      label="%featureName"
5      version="5.13.0.qualifier"
6      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>
21      <update label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
22      <discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
23   </url>
24
25   <requires>
26      <import feature="org.eclipse.jgit" version="5.13.0" match="equivalent"/>
27   </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
36</feature>
37