blob: 9facbe0d90e9c8682789d8a7a6a91e04db26033a [file] [log] [blame]
Mykola Nikishov956b1242009-10-02 12:18:15 +03001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.jgit"
4 label="%featureName"
5 version="0.6.0.qualifier"
Matthias Sohnf3f67452009-11-04 01:53:09 +01006 provider-name="%providerName">
Mykola Nikishov956b1242009-10-02 12:18:15 +03007
8 <description url="http://www.eclipse.org/egit/">
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="http://www.jgit.org/updates"/>
22 <discovery label="%updateSiteName" url="http://www.jgit.org/updates"/>
23 </url>
24
25 <requires>
26 <import plugin="com.jcraft.jsch"/>
27 </requires>
28
29 <plugin
30 id="org.eclipse.jgit"
31 download-size="0"
32 install-size="0"
33 version="0.0.0"
34 unpack="false"/>
35</feature>