summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/META-INF
diff options
context:
space:
mode:
authorJonathan Nieder <jrn@google.com>2019-01-10 20:23:33 -0800
committerJonathan Nieder <jrn@google.com>2019-01-10 20:23:33 -0800
commitec94268fd475f846cd8494cc9bd5acb24bdb5bef (patch)
treeaac737d663d0c60403e7cdd5f7cb2c1ff17417cc /org.eclipse.jgit.http.test/META-INF
parent9150caa83541f836b9876b501b5d0ab59836485a (diff)
parent56562221d626922a02f962d60141be6f293e2914 (diff)
downloadjgit-ec94268fd475f846cd8494cc9bd5acb24bdb5bef.tar.gz
jgit-ec94268fd475f846cd8494cc9bd5acb24bdb5bef.zip
Merge branch 'stable-5.2'
* stable-5.2: Prepare 5.2.2-SNAPSHOT builds JGit v5.2.1.201812262042-r Prepare 5.1.6-SNAPSHOT builds JGit v5.1.5.201812261915-r UploadPack: Filter refs used for deepen-not resolution UploadPack: Avoid calling AdvertiseRefsHook twice Prepare 5.1.5-SNAPSHOT builds JGit v5.1.4.201812251853-r UploadPack: Filter refs used for want-ref resolution UploadPack: Defer want-ref resolution to after parsing Call AdvertiseRefsHook for protocol v2 Prepare 4.11.7-SNAPSHOT builds JGit v4.11.6.201812241910-r Prepare 4.9.9-SNAPSHOT builds JGit v4.9.8.201812241815-r UploadPack: Test filtering by AdvertiseRefsHook in stateless transports Prepare 4.7.8-SNAPSHOT builds JGit v4.7.7.201812240805-r Fix feature versions imported by feature org.eclipse.jgit.pgm Prepare 4.5.6-SNAPSHOT builds JGit v4.5.5.201812240535-r Call AdvertiseRefsHook before validating wants Change-Id: Ia56348e54d62630d7c50a4747df89516fc5afad9 Signed-off-by: Jonathan Nieder <jrn@google.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/META-INF')
-rw-r--r--org.eclipse.jgit.http.test/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
index e4c79866cc..15e9ac4f1c 100644
--- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
@@ -50,5 +50,7 @@ Import-Package: javax.servlet;version="[2.5.0,3.2.0)",
org.hamcrest;version="[1.1.0,2.0.0)",
org.hamcrest.core;version="[1.1.0,2.0.0)",
org.junit;version="[4.12,5.0.0)",
+ org.junit.rules;version="[4.12,5.0.0)",
org.junit.runner;version="[4.12,5.0.0)",
org.junit.runners;version="[4.12,5.0.0)"
+Require-Bundle: org.hamcrest.library;bundle-version="[1.1.0,2.0.0)"