Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-07-23 22:04:30 +0000
committerTom Schindl2014-07-23 22:04:30 +0000
commitbf5a2bd4f0ce614778831d0aacc57bd2417dd227 (patch)
treeff439179b698c9d9819f85c0807bb89fdbe8864f /bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui
parentbae43b3e92be101fb9f24bedbed1adcc83068555 (diff)
downloadorg.eclipse.efxclipse-bf5a2bd4f0ce614778831d0aacc57bd2417dd227.tar.gz
org.eclipse.efxclipse-bf5a2bd4f0ce614778831d0aacc57bd2417dd227.tar.xz
org.eclipse.efxclipse-bf5a2bd4f0ce614778831d0aacc57bd2417dd227.zip
mark all packages from tooling as internal because they are not released
APIs
Diffstat (limited to 'bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui')
-rwxr-xr-xbundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
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

Back to the top