aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2020-02-04 19:34:42 -0500
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>2020-02-04 19:34:42 -0500
commit4e0a409f070ea8e7860e42156d6671ed0e83d593 (patch)
treefa03574b9e622b0fec39548ca8c1d1e1a18fa8ed
parent614d8a15b98643839f4d4abb6f5927530a79ed66 (diff)
parent708525c67e008acc33dd8259cdcf11d2f3e9107b (diff)
downloadjgit-4e0a409f070ea8e7860e42156d6671ed0e83d593.tar.gz
jgit-4e0a409f070ea8e7860e42156d6671ed0e83d593.zip
Merge "Include org.apache.commons.codec 1.13 in the JGit http.apache.feature"
-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>