diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2018-11-01 11:28:15 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-11-13 10:49:26 -0800 |
commit | 9b31969f3c8b10747ee4af4fff83e9f45c6b41b0 (patch) | |
tree | 63a926a3d26a6da42ee5ac319a947b06ef97b1e8 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml | |
parent | 488d95571fbe5b896c929dc3f65dc0c0a7161d00 (diff) | |
download | jgit-9b31969f3c8b10747ee4af4fff83e9f45c6b41b0.tar.gz jgit-9b31969f3c8b10747ee4af4fff83e9f45c6b41b0.zip |
Add features for the Apache MINA sshd implementation
Bug: 520927
Change-Id: Ida3e218e0552848ef6285de1dc1e41866f7f873e
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml new file mode 100644 index 0000000000..f7ea57c205 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.jgit.ssh.apache.source" + label="%featureName" + version="5.2.0.qualifier" + provider-name="%providerName"> + + <description url="http://www.eclipse.org/jgit/"> + %description + </description> + + <copyright> + %copyright + </copyright> + + <license url="%licenseURL"> + %license + </license> + + <url> + <update label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> + <discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> + </url> + + <plugin + id="org.eclipse.jgit.ssh.apache.source" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> +</feature> |