Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-05-25 14:53:30 +0000
committerDarin Wright2005-05-25 14:53:30 +0000
commitd8c4afddb260082c0b76c0e977c6afbc6b44fe3f (patch)
treebaddd1f83bed117e7515f3f06c99d5cfbf821110 /org.eclipse.core.variables
parentfb745c95995b5341c0aa4e7e657254288d5dc676 (diff)
downloadeclipse.platform.debug-d8c4afddb260082c0b76c0e977c6afbc6b44fe3f.tar.gz
eclipse.platform.debug-d8c4afddb260082c0b76c0e977c6afbc6b44fe3f.tar.xz
eclipse.platform.debug-d8c4afddb260082c0b76c0e977c6afbc6b44fe3f.zip
Bug 96546 - Debug plugins should restrict access to their packages
Diffstat (limited to 'org.eclipse.core.variables')
-rw-r--r--org.eclipse.core.variables/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.core.variables/META-INF/MANIFEST.MF b/org.eclipse.core.variables/META-INF/MANIFEST.MF
index bf661739b..3069ac740 100644
--- a/org.eclipse.core.variables/META-INF/MANIFEST.MF
+++ b/org.eclipse.core.variables/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Version: 3.1.0
Bundle-Activator: org.eclipse.core.variables.VariablesPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Export-Package: org.eclipse.core.internal.variables,
+Export-Package: org.eclipse.core.internal.variables;x-internal:=true,
org.eclipse.core.variables
Require-Bundle: org.eclipse.core.runtime
Eclipse-AutoStart: true

Back to the top