xref: /JGit/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml (revision 1cbfea9ece03b40669377a7f858218f6994562ea)
1f2455798SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?>
2f2455798SMatthias Sohn<feature
3f2455798SMatthias Sohn      id="org.eclipse.jgit"
4f2455798SMatthias Sohn      label="%featureName"
5*1cbfea9eSMatthias Sohn      version="5.13.0.qualifier"
6f2455798SMatthias Sohn      provider-name="%providerName">
7f2455798SMatthias Sohn
8f2455798SMatthias Sohn   <description url="http://www.eclipse.org/jgit/">
9f2455798SMatthias Sohn      %description
10f2455798SMatthias Sohn   </description>
11f2455798SMatthias Sohn
12f2455798SMatthias Sohn   <copyright>
13f2455798SMatthias Sohn      %copyright
14f2455798SMatthias Sohn   </copyright>
15f2455798SMatthias Sohn
16f2455798SMatthias Sohn   <license url="%licenseURL">
17f2455798SMatthias Sohn      %license
18f2455798SMatthias Sohn   </license>
19f2455798SMatthias Sohn
20f2455798SMatthias Sohn   <url>
21293b21a3SMatthias Sohn      <update label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
22293b21a3SMatthias Sohn      <discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
23f2455798SMatthias Sohn   </url>
24f2455798SMatthias Sohn
25f2455798SMatthias Sohn   <plugin
26f2455798SMatthias Sohn         id="org.eclipse.jgit"
27f2455798SMatthias Sohn         download-size="0"
28f2455798SMatthias Sohn         install-size="0"
29f2455798SMatthias Sohn         version="0.0.0"
30f2455798SMatthias Sohn         unpack="false"/>
31903ba8b8SMatthias Sohn
3200739e6fSMatthias Sohn   <plugin
33e3977c71SMatthias Sohn         id="org.eclipse.jgit.archive"
34e3977c71SMatthias Sohn         download-size="0"
35e3977c71SMatthias Sohn         install-size="0"
36e3977c71SMatthias Sohn         version="0.0.0"
37e3977c71SMatthias Sohn         unpack="false"/>
38e3977c71SMatthias Sohn
39f2455798SMatthias Sohn</feature>
40