Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-06-25 20:01:50 +0000
committerJohn Arthorne2010-06-25 20:01:50 +0000
commit0c550c2e363581311d2ca4e51943a0f91e325d3c (patch)
tree0cc3044c7047940cf455703ffb103371b89a2289 /bundles/org.eclipse.e4.ui.workbench3
parenta5e42ac8c7afca2fdb1edec844c1f5798b440e12 (diff)
downloadeclipse.platform.ui-0c550c2e363581311d2ca4e51943a0f91e325d3c.tar.gz
eclipse.platform.ui-0c550c2e363581311d2ca4e51943a0f91e325d3c.tar.xz
eclipse.platform.ui-0c550c2e363581311d2ca4e51943a0f91e325d3c.zip
Bug 316917 - Mark provisional API with x-friends or x-internal
Diffstat (limited to 'bundles/org.eclipse.e4.ui.workbench3')
-rw-r--r--bundles/org.eclipse.e4.ui.workbench3/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.e4.ui.workbench3/META-INF/MANIFEST.MF b/bundles/org.eclipse.e4.ui.workbench3/META-INF/MANIFEST.MF
index 47ad30aeda4..99efbba331e 100644
--- a/bundles/org.eclipse.e4.ui.workbench3/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.e4.ui.workbench3/META-INF/MANIFEST.MF
@@ -7,4 +7,4 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.equinox.common;bundle-version="3.6.0"
-Export-Package: org.eclipse.ui.testing;x-internal:=true
+Export-Package: org.eclipse.ui.testing;x-friends:="org.eclipse.e4.ui.workbench.swt"

Back to the top