Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-03-03 20:42:33 +0000
committerJohn Arthorne2008-03-03 20:42:33 +0000
commit056d68747b67c48a266321737ae46198d78a743b (patch)
treece05a2b5ae6893ca11e4af62b064ec64ddaee1fb /bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF
parenta28fdf114e3ac6a6a50befcf0d90644d2a45e549 (diff)
downloadrt.equinox.p2-056d68747b67c48a266321737ae46198d78a743b.tar.gz
rt.equinox.p2-056d68747b67c48a266321737ae46198d78a743b.tar.xz
rt.equinox.p2-056d68747b67c48a266321737ae46198d78a743b.zip
Bug 221207 Disable P2 UI fo SDK downloads that are not P2 enabled
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF
index 43114d0c1..666b30c48 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF
@@ -33,6 +33,7 @@ Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
Export-Package: org.eclipse.equinox.internal.p2.ui.sdk;x-internal:=true,
org.eclipse.equinox.internal.p2.ui.sdk.prefs;x-internal:=true,
org.eclipse.equinox.internal.p2.ui.sdk.updates;x-internal:=true
+Eclipse-PlatformFilter: (| (&(osgi.ws=gtk) (osgi.os=linux)) (osgi.os=win32) (osgi.os=macosx))
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Eclipse-LazyStart: true

Back to the top