xref: /JGit/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml (revision 1cbfea9ece03b40669377a7f858218f6994562ea)
1<?xml version="1.0" encoding="UTF-8"?>
2<feature
3      id="org.eclipse.jgit.junit"
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 plugin="com.jcraft.jsch"/>
27      <import plugin="org.eclipse.jgit" version="5.13.0" match="equivalent"/>
28   </requires>
29
30   <plugin
31         id="org.eclipse.jgit.junit"
32         download-size="0"
33         install-size="0"
34         version="0.0.0"
35         unpack="false"/>
36
37   <plugin
38         id="org.eclipse.jgit.junit.http"
39         download-size="0"
40         install-size="0"
41         version="0.0.0"
42         unpack="false"/>
43
44   <plugin
45         id="org.eclipse.jgit.junit.ssh"
46         download-size="0"
47         install-size="0"
48         version="0.0.0"
49         unpack="false"/>
50
51   <plugin
52         id="org.eclipse.jgit.http.server"
53         download-size="0"
54         install-size="0"
55         version="0.0.0"
56         unpack="false"/>
57
58   <plugin
59         id="org.apache.commons.logging"
60         download-size="0"
61         install-size="0"
62         version="0.0.0"
63         unpack="false"/>
64
65   <plugin
66         id="org.apache.sshd.osgi"
67         download-size="0"
68         install-size="0"
69         version="0.0.0"
70         unpack="false"/>
71
72   <plugin
73         id="org.apache.sshd.sftp"
74         download-size="0"
75         install-size="0"
76         version="0.0.0"
77         unpack="false"/>
78
79</feature>
80