JGit 0.8.1
[jgit.git] / org.eclipse.jgit.packaging / org.eclipse.jgit.feature / feature.xml
blob22b065940fbfa3ee00d414a91cbb0392180688fa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feature
3       id="org.eclipse.jgit"
4       label="%featureName"
5       version="0.8.1"
6       provider-name="%providerName">
8    <description url="http://www.eclipse.org/jgit/">
9      %description
10    </description>
12    <copyright>
13      %copyright
14    </copyright>
16    <license url="%licenseURL">
17      %license
18    </license>
20    <url>
21       <update label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
22       <discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
23    </url>
25    <requires>
26       <import plugin="com.jcraft.jsch"/>
27    </requires>
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>