From bf5a2bd4f0ce614778831d0aacc57bd2417dd227 Mon Sep 17 00:00:00 2001 From: Tom Schindl Date: Thu, 24 Jul 2014 00:04:30 +0200 Subject: mark all packages from tooling as internal because they are not released APIs --- .../tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui') diff --git a/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF b/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF index f8e57b6c9..042eef0c3 100755 --- a/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF +++ b/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF @@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.fx.ide.rrobot.dsl;visibility:=reexport, org.eclipse.fx.ide.rrobot;bundle-version="0.9.0" Import-Package: org.apache.log4j Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Export-Package: org.eclipse.fx.ide.rrobot.dsl.ui.contentassist, - org.eclipse.fx.ide.rrobot.dsl.ui.contentassist.antlr, - org.eclipse.fx.ide.rrobot.dsl.ui.quickfix +Export-Package: org.eclipse.fx.ide.rrobot.dsl.ui.contentassist;x-internal:=true, + org.eclipse.fx.ide.rrobot.dsl.ui.contentassist.antlr;x-internal:=true, + org.eclipse.fx.ide.rrobot.dsl.ui.quickfix;x-internal:=true Bundle-Activator: org.eclipse.fx.ide.rrobot.dsl.ui.internal.RTaskActivator -- cgit v1.2.3