Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Tanasenko2015-01-24 19:30:01 +0000
committerAnton Tanasenko2015-01-28 21:10:17 +0000
commite84152165805547b1fad2dbc775da711bd169383 (patch)
tree16da124eab5b33f61bd5651aacb09371d6f5c5bf /org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
parented44306cf76f1ae0d89a82edaf1b893c4c479498 (diff)
downloadm2e-core-e84152165805547b1fad2dbc775da711bd169383.tar.gz
m2e-core-e84152165805547b1fad2dbc775da711bd169383.tar.xz
m2e-core-e84152165805547b1fad2dbc775da711bd169383.zip
442560 Plugin configuration content assist
Change-Id: I4ab03c3da77c5b4c474ec96ac44e50e751e7860e Signed-off-by: Anton Tanasenko <atg.sleepless@gmail.com>
Diffstat (limited to 'org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF b/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
index bdc13978..b16b9efb 100644
--- a/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
@@ -25,6 +25,7 @@ Require-Bundle: org.eclipse.core.runtime,
Export-Package: org.eclipse.m2e.editor.xml;x-internal:=true,
org.eclipse.m2e.editor.xml.internal;x-internal:=true,
org.eclipse.m2e.editor.xml.internal.lifecycle;x-internal:=true,
+ org.eclipse.m2e.editor.xml.internal.mojo;x-internal:=true,
org.eclipse.m2e.editor.xml.preferences;x-internal:=true
Bundle-ClassPath: .
Bundle-Vendor: %Bundle-Vendor

Back to the top