summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorDave Borowitz <dborowitz@google.com>2015-02-27 15:08:50 -0800
committerDave Borowitz <dborowitz@google.com>2015-02-27 16:26:39 -0800
commit12a55c34753669365d9e644e592d9d8c10e742f1 (patch)
tree3645792050648670ebd052b1c834364689850804 /org.eclipse.jgit.test/META-INF/MANIFEST.MF
parent900d7da8abd0dd1d7f79aba8a2ead69158d38539 (diff)
downloadjgit-12a55c34753669365d9e644e592d9d8c10e742f1.tar.gz
jgit-12a55c34753669365d9e644e592d9d8c10e742f1.zip
Add an in-process pack transport for use in tests
This allows for testing arbitrary sets of push/fetch hooks (e.g. PreReceiveHook) without depending on either an external protocol (e.g. HTTP) or the local filesystem. Change-Id: I4ba2fff9c8a484f990dea05e14b0772deddb7411
Diffstat (limited to 'org.eclipse.jgit.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.test/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF
index f1c610b4fb..199c586a20 100644
--- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF
@@ -41,6 +41,7 @@ Import-Package: com.googlecode.javaewah;version="[0.7.9,0.8.0)",
org.eclipse.jgit.submodule;version="[4.0.0,4.1.0)",
org.eclipse.jgit.transport;version="[4.0.0,4.1.0)",
org.eclipse.jgit.transport.http;version="[4.0.0,4.1.0)",
+ org.eclipse.jgit.transport.resolver;version="[4.0.0,4.1.0)",
org.eclipse.jgit.treewalk;version="[4.0.0,4.1.0)",
org.eclipse.jgit.treewalk.filter;version="[4.0.0,4.1.0)",
org.eclipse.jgit.util;version="[4.0.0,4.1.0)",