Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-02-19 02:18:46 +0000
committerIgor Fedorenko2011-02-19 03:57:09 +0000
commit2d7018c221b0fdfeb1999284144cff0a144afd82 (patch)
tree9f167c8a92f96c1179f94e2005b32dce510f736a /org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
parentf48aaf18ff92cedd9e28fa1ee0c382be1f94e3e6 (diff)
downloadm2e-core-2d7018c221b0fdfeb1999284144cff0a144afd82.tar.gz
m2e-core-2d7018c221b0fdfeb1999284144cff0a144afd82.tar.xz
m2e-core-2d7018c221b0fdfeb1999284144cff0a144afd82.zip
337510,336473 wrong marker configuration
This is a regression introduced by 335719. Some of plugin.xml entries were not properly updated when project configuration update detection was introduced in the code. Thanks Milos for pointing at the problem. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF b/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
index b5e6fb48..3bd5a2ab 100644
--- a/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
@@ -22,7 +22,10 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.forms,
org.eclipse.m2e.core.ui;bundle-version="[0.13.0,0.14.0)",
org.slf4j.api;bundle-version="1.5.11"
-Export-Package: org.eclipse.m2e.editor.xml, org.eclipse.m2e.editor.xml.internal
+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.preferences;x-internal:=true
Bundle-ClassPath: .
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5,

Back to the top