summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2017-06-11 01:20:34 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2017-06-11 12:24:12 +0200
commit18ae9bb57db46d7d8720394cf409d56cd4b750f7 (patch)
tree97e5365e7036049b2a9ff8fcf582521525fbd683 /org.eclipse.jgit/META-INF
parentb6f954ad426f91561b4aa09d7ba23652516e7b0a (diff)
downloadjgit-18ae9bb57db46d7d8720394cf409d56cd4b750f7.tar.gz
jgit-18ae9bb57db46d7d8720394cf409d56cd4b750f7.zip
Allow to use an external ExecutorService for background auto-gc
If set use the external executor, otherwise use JGit's own simple WorkQueue. Move WorkQueue to an internal package so we can reuse it without exposing it in the public API. Change-Id: I060d62ffd6692362a88b4bf13ee07b0dc857abe9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-rw-r--r--org.eclipse.jgit/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF
index e4791dc593..0966285ce5 100644
--- a/org.eclipse.jgit/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit/META-INF/MANIFEST.MF
@@ -85,6 +85,7 @@ Export-Package: org.eclipse.jgit.annotations;version="4.8.0",
org.eclipse.jgit.treewalk,
org.eclipse.jgit.transport,
org.eclipse.jgit.submodule",
+ org.eclipse.jgit.lib.internal;version="4.8.0";x-internal:=true,
org.eclipse.jgit.merge;version="4.8.0";
uses:="org.eclipse.jgit.lib,
org.eclipse.jgit.treewalk,