summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-11-27 03:05:22 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-11-27 03:05:29 +0100
commit0248c58b489bc7d8a769ca1da9bb8e172ecd5dbd (patch)
tree290d680af6ec0092c5cf6f83ba2d689cea271123 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml
parent99f5329c38fea3e4794e279863aa112bb3597d3c (diff)
parentad902087820c1b2b3147b45ffbac4e3804274f9c (diff)
downloadjgit-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.xml31
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>