Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Brandys2010-01-05 14:53:24 +0000
committerSzymon Brandys2010-01-05 14:53:24 +0000
commitca3c924df354159b24459464c0fda8b8ef239a51 (patch)
treed86f269a77ac6b90bead891dcc722ca931eba5ef /bundles/org.eclipse.jsch.core
parent14ac51ff7954d2632eb55033793107809dd3ffa1 (diff)
downloadeclipse.platform.team-ca3c924df354159b24459464c0fda8b8ef239a51.tar.gz
eclipse.platform.team-ca3c924df354159b24459464c0fda8b8ef239a51.tar.xz
eclipse.platform.team-ca3c924df354159b24459464c0fda8b8ef239a51.zip
bug 298843 - org.eclipse.jsch.core falsely depends on .core.resources, barring use in RCP
Diffstat (limited to 'bundles/org.eclipse.jsch.core')
-rw-r--r--bundles/org.eclipse.jsch.core/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jsch.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.jsch.core/META-INF/MANIFEST.MF
index 6747b0710..a3649639b 100644
--- a/bundles/org.eclipse.jsch.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jsch.core/META-INF/MANIFEST.MF
@@ -8,7 +8,6 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
com.jcraft.jsch;bundle-version="[0.1.28,1.0.0)",
- org.eclipse.core.resources;bundle-version="[3.3.0,4.0.0)",
org.eclipse.core.net;bundle-version="[1.0.0,2.0.0)"
Eclipse-LazyStart: true
Export-Package: org.eclipse.jsch.core,

Back to the top