From f8992434eb4539214ff6c25f6c75284f3a4c316a Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Tue, 16 Jul 2013 15:38:06 -0400 Subject: revert change to see if build will work --- bundles/org.eclipse.swt/META-INF/MANIFEST.MF | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF index 66f6577b80..d02483a011 100644 --- a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF @@ -6,5 +6,22 @@ Bundle-Version: 3.102.0.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: plugin DynamicImport-Package: org.eclipse.swt.accessibility2, org.mozilla.xpcom +Export-Package: + org.eclipse.swt, + org.eclipse.swt.accessibility, + org.eclipse.swt.awt, + org.eclipse.swt.browser, + org.eclipse.swt.custom, + org.eclipse.swt.dnd, + org.eclipse.swt.events, + org.eclipse.swt.graphics, + org.eclipse.swt.layout, + org.eclipse.swt.opengl, + org.eclipse.swt.printing, + org.eclipse.swt.program, + org.eclipse.swt.widgets, + org.eclipse.swt.internal; x-friends:="org.eclipse.ui", + org.eclipse.swt.internal.image; x-internal:=true, + org.eclipse.swt.internal.theme; x-internal:=true Eclipse-ExtensibleAPI: true Bundle-RequiredExecutionEnvironment: J2SE-1.5 -- cgit