summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2020-02-02 22:28:22 +0100
committerThomas Wolf <thomas.wolf@paranor.ch>2020-02-02 22:44:56 +0100
commit708525c67e008acc33dd8259cdcf11d2f3e9107b (patch)
tree528ed3c8d8fbbb99375bbea4c719ead72c3dc668 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml
parent2a134e1541ff49f640061db2c3ea89ab3305c7a6 (diff)
downloadjgit-708525c67e008acc33dd8259cdcf11d2f3e9107b.tar.gz
jgit-708525c67e008acc33dd8259cdcf11d2f3e9107b.zip
Include org.apache.commons.codec 1.13 in the JGit http.apache.feature
We do include httpcomponents.httpclient, but that depends on commons.codec. By including it here we can ensure that the version needed is indeed available. Bug: 559735 Change-Id: I16ef830cfe4f8e3b8a8ca08476fd655f41eee51b Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml
index 17a732b4aa..8da6001374 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml
@@ -47,4 +47,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.apache.commons.codec"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>