Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce2017-08-12 21:31:16 +0000
committerTerry Parker2017-10-19 00:35:27 +0000
commit7cd5d77ae37ad7febb6d6e7410da4e7b35348fce (patch)
treea802f8dc77aee913b26e420b4ba81f867ef8e007 /org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
parent4b75d5223ac06dd5710e8b01a48e1bfa5c167b0e (diff)
downloadjgit-7cd5d77ae37ad7febb6d6e7410da4e7b35348fce.tar.gz
jgit-7cd5d77ae37ad7febb6d6e7410da4e7b35348fce.tar.xz
jgit-7cd5d77ae37ad7febb6d6e7410da4e7b35348fce.zip
dfs: Switch InMemoryRepository to DfsReftableDatabase
This ensure DfsReftableDatabase is tested by the same test suites that use/test InMemoryRepository. It also simplifies the logic of InMemoryRepository and brings its compatibility story closer to any other DFS repository that uses reftables for its reference storage. Change-Id: I881469fd77ed11a9239b477633510b8c482a19ca Signed-off-by: Minh Thai <mthai@google.com> Signed-off-by: Terry Parker <tparker@google.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.http.test/META-INF/MANIFEST.MF1
1 files changed, 1 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 d927bd3d1e..c230c776d5 100644
--- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
@@ -31,6 +31,7 @@ Import-Package: javax.servlet;version="[2.5.0,3.2.0)",
org.eclipse.jgit.internal;version="[4.10.0,4.11.0)",
org.eclipse.jgit.internal.storage.dfs;version="[4.10.0,4.11.0)",
org.eclipse.jgit.internal.storage.file;version="[4.10.0,4.11.0)",
+ org.eclipse.jgit.internal.storage.reftable;version="[4.9.0,4.11.0)",
org.eclipse.jgit.junit;version="[4.10.0,4.11.0)",
org.eclipse.jgit.junit.http;version="[4.10.0,4.11.0)",
org.eclipse.jgit.lib;version="[4.10.0,4.11.0)",

Back to the top