Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-02-10 21:45:07 +0000
committervladt2011-02-10 21:45:46 +0000
commita1639bf8aa6a6a8ba1575b1a4d183e6815128f6b (patch)
treea16427af1501cc6077652bc4c008f76257d89598 /org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF
parentd778f2782d0a1dd50307452f30961bbecf1b1075 (diff)
downloadm2e-core-a1639bf8aa6a6a8ba1575b1a4d183e6815128f6b.tar.gz
m2e-core-a1639bf8aa6a6a8ba1575b1a4d183e6815128f6b.tar.xz
m2e-core-a1639bf8aa6a6a8ba1575b1a4d183e6815128f6b.zip
335872: Replaced MavenLogger with slf4j loggers
Diffstat (limited to 'org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF b/org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF
index 4fd741a4..4b8c7af7 100644
--- a/org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF
@@ -20,7 +20,8 @@ Require-Bundle: org.eclipse.m2e.core;bundle-version="[0.13.0,0.14.0)",
org.eclipse.ui.ide,
org.eclipse.ltk.core.refactoring,
org.eclipse.ltk.ui.refactoring;visibility:=reexport,
- org.eclipse.m2e.core.ui;bundle-version="[0.13.0,0.14.0)"
+ org.eclipse.m2e.core.ui;bundle-version="[0.13.0,0.14.0)",
+ org.slf4j.api;bundle-version="1.5.11"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6

Back to the top