diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2009-10-31 19:42:01 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2009-11-02 17:55:55 -0800 |
commit | 27a497f83e683d384d379ee75570f8c25a7aa624 (patch) | |
tree | e2dccf16cb25c1cf8d738f011cbc9543ac3f1747 /org.eclipse.jgit.ui/META-INF | |
parent | 9108035763f7d9504671bc9bbddfb467100095e7 (diff) | |
download | jgit-27a497f83e683d384d379ee75570f8c25a7aa624.tar.gz jgit-27a497f83e683d384d379ee75570f8c25a7aa624.zip |
Move AWT based SSH authenticator to ui bundle
This way SWT based applications don't wind up loading this AWT
based code when using SSH.
Change-Id: I9080f3dd029c2a087e6b687480018997cc5c5d23
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.ui/META-INF')
-rw-r--r-- | org.eclipse.jgit.ui/META-INF/MANIFEST.MF | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF index a2c17a6a2a..a6710cd526 100644 --- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF @@ -7,6 +7,9 @@ Bundle-Version: 0.6.0.qualifier Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.eclipse.jgit.awtui;version="0.6.0" -Import-Package: org.eclipse.jgit.lib, +Import-Package: com.jcraft.jsch, + org.eclipse.jgit.lib;version="0.6.0", + org.eclipse.jgit.transport, org.eclipse.jgit.revplot, - org.eclipse.jgit.revwalk;version="0.6.0" + org.eclipse.jgit.revwalk, + org.eclipse.jgit.util |