Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-11-21 10:48:40 +0000
committerTomasz Zarna2008-11-21 10:48:40 +0000
commit0ccbb602b6b167ea35d6535eb99e41fe20b703f0 (patch)
tree88ac00941650c5c5bc1840f5fe44ed5411ed614f /bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
parent1679287747b287972253af67f067cbefd91c64f9 (diff)
downloadeclipse.platform.team-0ccbb602b6b167ea35d6535eb99e41fe20b703f0.tar.gz
eclipse.platform.team-0ccbb602b6b167ea35d6535eb99e41fe20b703f0.tar.xz
eclipse.platform.team-0ccbb602b6b167ea35d6535eb99e41fe20b703f0.zip
bug 255814: [Net] Wrong methods and types used in org.eclipse.core.net
Diffstat (limited to 'bundles/org.eclipse.core.net/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.core.net/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
index a0814ba49..489b3cfb8 100644
--- a/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
@@ -15,5 +15,4 @@ Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.core.internal.net;x-friends:="org.eclipse.ui.net",
org.eclipse.core.net.proxy
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
- CDC-1.0/Foundation-1.0,
- J2SE-1.3
+ CDC-1.1/Foundation-1.1

Back to the top