Matthias Sohn | 536db18 | 2015-07-17 16:22:56 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.jgit.lfs" |
| 4 | label="%featureName" |
Matthias Sohn | 1363b1a | 2020-12-08 17:35:15 +0100 | [diff] [blame] | 5 | version="5.10.1.qualifier" |
Matthias Sohn | 536db18 | 2015-07-17 16:22:56 +0200 | [diff] [blame] | 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> |
Matthias Sohn | 293b21a | 2019-08-30 11:12:15 +0200 | [diff] [blame] | 21 | <update label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/> |
| 22 | <discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/> |
Matthias Sohn | 536db18 | 2015-07-17 16:22:56 +0200 | [diff] [blame] | 23 | </url> |
| 24 | |
| 25 | <requires> |
Matthias Sohn | 1363b1a | 2020-12-08 17:35:15 +0100 | [diff] [blame] | 26 | <import feature="org.eclipse.jgit" version="5.10.1" match="equivalent"/> |
Matthias Sohn | 536db18 | 2015-07-17 16:22:56 +0200 | [diff] [blame] | 27 | </requires> |
| 28 | |
| 29 | <plugin |
| 30 | id="org.eclipse.jgit.lfs" |
| 31 | download-size="0" |
| 32 | install-size="0" |
| 33 | version="0.0.0" |
| 34 | unpack="false"/> |
| 35 | |
Matthias Sohn | 3bae524 | 2015-12-22 16:11:43 +0100 | [diff] [blame] | 36 | <plugin |
| 37 | id="org.eclipse.jgit.lfs.server" |
| 38 | download-size="0" |
| 39 | install-size="0" |
| 40 | version="0.0.0" |
| 41 | unpack="false"/> |
| 42 | |
Matthias Sohn | 536db18 | 2015-07-17 16:22:56 +0200 | [diff] [blame] | 43 | </feature> |