From fabfd9791d457e43124ccf1474b81baf605e4d6d Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sun, 27 Apr 2008 20:26:51 -0400 Subject: [PATCH] Remove jgit dependency on org.eclipse.jsch.core This should not be in the classpath for jgit as we only depend upon the JSch library itself and not the Eclipse extensions. Signed-off-by: Shawn O. Pearce --- org.spearce.jgit/META-INF/MANIFEST.MF | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.spearce.jgit/META-INF/MANIFEST.MF b/org.spearce.jgit/META-INF/MANIFEST.MF index f7e63195..388dc18a 100644 --- a/org.spearce.jgit/META-INF/MANIFEST.MF +++ b/org.spearce.jgit/META-INF/MANIFEST.MF @@ -18,5 +18,4 @@ Export-Package: org.spearce.jgit.errors;uses:="org.spearce.jgit.lib", Eclipse-LazyStart: true Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ClassPath: . -Require-Bundle: com.jcraft.jsch;visibility:=reexport, - org.eclipse.jsch.core +Require-Bundle: com.jcraft.jsch;visibility:=reexport -- 2.11.4.GIT