Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2b46472561e685e93c1c3c666536de09f2160d20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jgit.junit"
      label="%featureName"
      version="5.7.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 plugin="com.jcraft.jsch"/>
      <import plugin="org.eclipse.jgit" version="5.7.0" match="equivalent"/>
   </requires>

   <plugin
         id="org.eclipse.jgit.junit"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.jgit.junit.http"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.jgit.junit.ssh"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.jgit.http.server"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.apache.commons.logging"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.apache.sshd.osgi"
         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"/>

</feature>

Back to the top