xref: /JGit/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml (revision 1cbfea9ece03b40669377a7f858218f6994562ea)
177848d63SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?>
277848d63SMatthias Sohn<feature
377848d63SMatthias Sohn      id="org.eclipse.jgit.gpg.bc"
477848d63SMatthias Sohn      label="%featureName"
5*1cbfea9eSMatthias Sohn      version="5.13.0.qualifier"
677848d63SMatthias Sohn      provider-name="%providerName">
777848d63SMatthias Sohn
877848d63SMatthias Sohn   <description url="http://www.eclipse.org/jgit/">
977848d63SMatthias Sohn      %description
1077848d63SMatthias Sohn   </description>
1177848d63SMatthias Sohn
1277848d63SMatthias Sohn   <copyright>
1377848d63SMatthias Sohn      %copyright
1477848d63SMatthias Sohn   </copyright>
1577848d63SMatthias Sohn
1677848d63SMatthias Sohn   <license url="%licenseURL">
1777848d63SMatthias Sohn      %license
1877848d63SMatthias Sohn   </license>
1977848d63SMatthias Sohn
2077848d63SMatthias Sohn   <url>
2177848d63SMatthias Sohn      <update label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
2277848d63SMatthias Sohn      <discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
2377848d63SMatthias Sohn   </url>
2477848d63SMatthias Sohn
2577848d63SMatthias Sohn   <requires>
26*1cbfea9eSMatthias Sohn      <import plugin="org.eclipse.jgit" version="5.13.0" match="equivalent"/>
2777848d63SMatthias Sohn   </requires>
2877848d63SMatthias Sohn
2977848d63SMatthias Sohn   <plugin
3077848d63SMatthias Sohn         id="org.eclipse.jgit.gpg.bc"
3177848d63SMatthias Sohn         download-size="0"
3277848d63SMatthias Sohn         install-size="0"
3377848d63SMatthias Sohn         version="0.0.0"
34e9f4cb1cSMatthias Sohn         fragment="true"
3577848d63SMatthias Sohn         unpack="false"/>
3677848d63SMatthias Sohn
3777848d63SMatthias Sohn</feature>
38