xref: /JGit/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml (revision 1cbfea9ece03b40669377a7f858218f6994562ea)
19b31969fSThomas Wolf<?xml version="1.0" encoding="UTF-8"?>
29b31969fSThomas Wolf<feature
39b31969fSThomas Wolf      id="org.eclipse.jgit.ssh.apache"
49b31969fSThomas Wolf      label="%featureName"
5*1cbfea9eSMatthias Sohn      version="5.13.0.qualifier"
69b31969fSThomas Wolf      provider-name="%providerName">
79b31969fSThomas Wolf
89b31969fSThomas Wolf   <description url="http://www.eclipse.org/jgit/">
99b31969fSThomas Wolf      %description
109b31969fSThomas Wolf   </description>
119b31969fSThomas Wolf
129b31969fSThomas Wolf   <copyright>
139b31969fSThomas Wolf      %copyright
149b31969fSThomas Wolf   </copyright>
159b31969fSThomas Wolf
169b31969fSThomas Wolf   <license url="%licenseURL">
179b31969fSThomas Wolf      %license
189b31969fSThomas Wolf   </license>
199b31969fSThomas Wolf
209b31969fSThomas Wolf   <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"/>
239b31969fSThomas Wolf   </url>
249b31969fSThomas Wolf
259b31969fSThomas Wolf   <requires>
26*1cbfea9eSMatthias Sohn      <import feature="org.eclipse.jgit" version="5.13.0" match="equivalent"/>
279b31969fSThomas Wolf   </requires>
289b31969fSThomas Wolf
299b31969fSThomas Wolf   <plugin
309b31969fSThomas Wolf         id="org.eclipse.jgit.ssh.apache"
319b31969fSThomas Wolf         download-size="0"
329b31969fSThomas Wolf         install-size="0"
339b31969fSThomas Wolf         version="0.0.0"
349b31969fSThomas Wolf         unpack="false"/>
359b31969fSThomas Wolf
369b31969fSThomas Wolf</feature>
37