From 5839cdb576136aebf68bd2a829a4a073e9c1eb4d Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 8 Feb 2007 16:44:41 +0000 Subject: [PATCH] [cleanup] Export all packages, mark internals with x-internal (PDE Tools: Organize Manifests) --- rse/plugins/org.eclipse.dstore.extra/META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.dstore.extra/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.dstore.extra/META-INF/MANIFEST.MF index d6c05868323..857b20873f7 100644 --- a/rse/plugins/org.eclipse.dstore.extra/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.dstore.extra/META-INF/MANIFEST.MF @@ -11,4 +11,5 @@ Require-Bundle: org.eclipse.ui, Eclipse-LazyStart: true Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: J2SE-1.4 -Export-Package: org.eclipse.dstore.extra +Export-Package: org.eclipse.dstore.extra, + org.eclipse.dstore.internal.extra;x-internal:=true