xref: /JGit/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml (revision 1cbfea9ece03b40669377a7f858218f6994562ea)
18d2d6836SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?>
28d2d6836SMatthias Sohn<feature
38d2d6836SMatthias Sohn      id="org.eclipse.jgit.ssh.jsch"
48d2d6836SMatthias Sohn      label="%featureName"
5*1cbfea9eSMatthias Sohn      version="5.13.0.qualifier"
68d2d6836SMatthias Sohn      provider-name="%providerName">
78d2d6836SMatthias Sohn
88d2d6836SMatthias Sohn   <description url="http://www.eclipse.org/jgit/">
98d2d6836SMatthias Sohn      %description
108d2d6836SMatthias Sohn   </description>
118d2d6836SMatthias Sohn
128d2d6836SMatthias Sohn   <copyright>
138d2d6836SMatthias Sohn      %copyright
148d2d6836SMatthias Sohn   </copyright>
158d2d6836SMatthias Sohn
168d2d6836SMatthias Sohn   <license url="%licenseURL">
178d2d6836SMatthias Sohn      %license
188d2d6836SMatthias Sohn   </license>
198d2d6836SMatthias Sohn
208d2d6836SMatthias Sohn   <url>
218d2d6836SMatthias Sohn      <update label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
228d2d6836SMatthias Sohn      <discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
238d2d6836SMatthias Sohn   </url>
248d2d6836SMatthias Sohn
258d2d6836SMatthias Sohn   <requires>
26*1cbfea9eSMatthias Sohn      <import plugin="org.eclipse.jgit" version="5.13.0" match="equivalent"/>
278d2d6836SMatthias Sohn   </requires>
288d2d6836SMatthias Sohn
298d2d6836SMatthias Sohn   <plugin
308d2d6836SMatthias Sohn         id="org.eclipse.jgit.ssh.jsch"
318d2d6836SMatthias Sohn         download-size="0"
328d2d6836SMatthias Sohn         install-size="0"
338d2d6836SMatthias Sohn         version="0.0.0"
34e9f4cb1cSMatthias Sohn         fragment="true"
358d2d6836SMatthias Sohn         unpack="false"/>
368d2d6836SMatthias Sohn
378d2d6836SMatthias Sohn</feature>
38