Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilos Kleint2011-02-11 10:04:16 +0000
committerMilos Kleint2011-02-11 10:15:27 +0000
commit147f378f7b976e171f0aab72058cf14a25b2402c (patch)
treea8886491936ae80c9837b2e4996f640baa620a0f /org.eclipse.m2e.core.ui/META-INF/MANIFEST.MF
parent4115ff1f0df6a75bc8df2402fd78417672517f3e (diff)
downloadm2e-core-147f378f7b976e171f0aab72058cf14a25b2402c.tar.gz
m2e-core-147f378f7b976e171f0aab72058cf14a25b2402c.tar.xz
m2e-core-147f378f7b976e171f0aab72058cf14a25b2402c.zip
move pomedits class to core.ui plugin
Diffstat (limited to 'org.eclipse.m2e.core.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.core.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.m2e.core.ui/META-INF/MANIFEST.MF b/org.eclipse.m2e.core.ui/META-INF/MANIFEST.MF
index b8adfb6d..77e901a8 100644
--- a/org.eclipse.m2e.core.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.core.ui/META-INF/MANIFEST.MF
@@ -11,6 +11,7 @@ Export-Package: org.eclipse.m2e.core.ui.internal;x-internal:=true,
org.eclipse.m2e.core.ui.internal.components;x-internal:=true,
org.eclipse.m2e.core.ui.internal.console;x-internal:=true,
org.eclipse.m2e.core.ui.internal.dialogs,
+ org.eclipse.m2e.core.ui.internal.editing,
org.eclipse.m2e.core.ui.internal.lifecycle;x-internal:=true,
org.eclipse.m2e.core.ui.internal.preferences;x-internal:=true,
org.eclipse.m2e.core.ui.internal.search;x-internal:=true,

Back to the top