Mykola Nikishov | 956b124 | 2009-10-02 12:18:15 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.jgit" |
| 4 | label="%featureName" |
| 5 | version="0.6.0.qualifier" |
Matthias Sohn | f3f6745 | 2009-11-04 01:53:09 +0100 | [diff] [blame] | 6 | provider-name="%providerName"> |
Mykola Nikishov | 956b124 | 2009-10-02 12:18:15 +0300 | [diff] [blame] | 7 | |
| 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> |