diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-11-27 03:05:22 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-11-27 03:05:29 +0100 |
commit | 0248c58b489bc7d8a769ca1da9bb8e172ecd5dbd (patch) | |
tree | 290d680af6ec0092c5cf6f83ba2d689cea271123 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml | |
parent | 99f5329c38fea3e4794e279863aa112bb3597d3c (diff) | |
parent | ad902087820c1b2b3147b45ffbac4e3804274f9c (diff) | |
download | jgit-0248c58b489bc7d8a769ca1da9bb8e172ecd5dbd.tar.gz jgit-0248c58b489bc7d8a769ca1da9bb8e172ecd5dbd.zip |
Merge branch 'stable-5.6' into stable-5.7
* stable-5.6:
Remove unused imports
Silence API warnings
Remove erraneously merged source features
Change-Id: Iad4da36d82e8a4dad965c0de52910a4ce4e2d2da
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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, 0 insertions, 31 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 deleted file mode 100644 index 54e81e90a2..0000000000 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<feature - id="org.eclipse.jgit.ssh.apache.source" - label="%featureName" - version="5.3.9.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> |