Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-11-06 15:31:09 +0000
committerDani Megert2013-11-06 15:31:09 +0000
commita71e56373a4b873af521839c8795b2fde71e1180 (patch)
tree3e916bab0275dbf748e94a365fb9b447c12ea81c /bundles
parent710e2b0b8dc7efe2a971bc2cec57aeef26ba0932 (diff)
downloadeclipse.platform.team-a71e56373a4b873af521839c8795b2fde71e1180.tar.gz
eclipse.platform.team-a71e56373a4b873af521839c8795b2fde71e1180.tar.xz
eclipse.platform.team-a71e56373a4b873af521839c8795b2fde71e1180.zip
Added missing package to export list
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.jsch.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jsch.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.jsch.ui/META-INF/MANIFEST.MF
index 23cf8bf09..0fbfa55bf 100644
--- a/bundles/org.eclipse.jsch.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jsch.ui/META-INF/MANIFEST.MF
@@ -13,5 +13,6 @@ Require-Bundle: org.eclipse.ui,
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Export-Package: org.eclipse.jsch.internal.ui;x-internal:=true,
+ org.eclipse.jsch.internal.ui.authenticator;x-internal:=true,
org.eclipse.jsch.internal.ui.preference;x-internal:=true,
org.eclipse.jsch.ui

Back to the top