Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Horne2008-12-10 16:36:34 +0000
committerKim Horne2008-12-10 16:36:34 +0000
commit4f60ea92af83829006573f7f037809ec1e4a4af0 (patch)
treef5e052017cbd47cd466fbd8217024ad450ec6a7f /bundles/org.eclipse.ui.cocoa
parent6d6a58faead81a8f9d6253c6c558d3700d5336ab (diff)
downloadeclipse.platform.ui-4f60ea92af83829006573f7f037809ec1e4a4af0.tar.gz
eclipse.platform.ui-4f60ea92af83829006573f7f037809ec1e4a4af0.tar.xz
eclipse.platform.ui-4f60ea92af83829006573f7f037809ec1e4a4af0.zip
Bug 258113 - [64] CocoaUIEnhancer not loaded on x86_64
Diffstat (limited to 'bundles/org.eclipse.ui.cocoa')
-rw-r--r--bundles/org.eclipse.ui.cocoa/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.cocoa/META-INF/MANIFEST.MF b/bundles/org.eclipse.ui.cocoa/META-INF/MANIFEST.MF
index 18bbf9acafa..f1fa9f8053b 100644
--- a/bundles/org.eclipse.ui.cocoa/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.ui.cocoa/META-INF/MANIFEST.MF
@@ -6,6 +6,6 @@ Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)"
Bundle-Localization: fragment-cocoa
-Eclipse-PlatformFilter: (osgi.ws=cocoa)
+Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (|(osgi.arch=x86)( osgi.arch=ppc)))
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Export-Package: org.eclipse.ui.internal.cocoa

Back to the top