aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorShawn Pearce <spearce@spearce.org>2015-05-06 15:47:34 -0700
committerShawn Pearce <spearce@spearce.org>2015-05-06 15:47:34 -0700
commitae592cc65576d1acac2bb6a8ed12c9160b403f0a (patch)
treead9319cca5f35efc6b7e18982a3db8df1c7d9f25 /org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
parent72857c52ece8aa4c1dc8f7145c1b0fdbfc82a297 (diff)
downloadjgit-ae592cc65576d1acac2bb6a8ed12c9160b403f0a.tar.gz
jgit-ae592cc65576d1acac2bb6a8ed12c9160b403f0a.zip
Add repository name to failures in HTTP server log
If UploadPack or ReceivePack has an exception record an identifier associated with the repository as part of the log message. This can help the HTTP admin track down the offending repository and take action to repair the root cause. Change-Id: I58f22b33cdb40994f044a26fba9fe965b45be51d
Diffstat (limited to 'org.eclipse.jgit.http.server/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.http.server/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
index 94d62f34d6..2c76d74548 100644
--- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
@@ -18,6 +18,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: javax.servlet;version="[2.5.0,3.0.0)",
javax.servlet.http;version="[2.5.0,3.0.0)",
org.eclipse.jgit.errors;version="[4.0.0,4.1.0)",
+ org.eclipse.jgit.internal.storage.dfs;version="[4.0.0,4.1.0)",
org.eclipse.jgit.internal.storage.file;version="[4.0.0,4.1.0)",
org.eclipse.jgit.lib;version="[4.0.0,4.1.0)",
org.eclipse.jgit.nls;version="[4.0.0,4.1.0)",