Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2014-05-22 11:40:28 +0000
committerFred Bricon2014-05-22 11:40:28 +0000
commit5fcab359a697e18b7c8eec6b0e3523ffc3711abc (patch)
treeda76d995eea47721f8f520f8d70352c7e2683573 /org.eclipse.m2e.profiles.ui
parent121700b94319314b9032a952e18e7935cdd7e01c (diff)
downloadm2e-core-5fcab359a697e18b7c8eec6b0e3523ffc3711abc.tar.gz
m2e-core-5fcab359a697e18b7c8eec6b0e3523ffc3711abc.tar.xz
m2e-core-5fcab359a697e18b7c8eec6b0e3523ffc3711abc.zip
434055 : forgot to export internal packages
Change-Id: I12ffe33186e658091707b7689fe8e27adac75cd9 Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'org.eclipse.m2e.profiles.ui')
-rw-r--r--org.eclipse.m2e.profiles.ui/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.m2e.profiles.ui/META-INF/MANIFEST.MF b/org.eclipse.m2e.profiles.ui/META-INF/MANIFEST.MF
index 380606a1..271bb9ca 100644
--- a/org.eclipse.m2e.profiles.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.profiles.ui/META-INF/MANIFEST.MF
@@ -16,4 +16,6 @@ Require-Bundle: org.eclipse.ui,
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor
-Export-Package: org.eclipse.m2e.profiles.ui.internal;x-internal:=true
+Export-Package: org.eclipse.m2e.profiles.ui.internal;x-internal:=true,
+ org.eclipse.m2e.profiles.ui.internal.actions;x-internal:=true,
+ org.eclipse.m2e.profiles.ui.internal.dialog;x-internal:=true

Back to the top