| author | Roberto Sanchez Herrera | 2012-08-21 10:46:12 (EDT) |
|---|---|---|
| committer | Fred Bricon | 2012-08-21 10:46:12 (EDT) |
| commit | 71ff85c365ccd18fabac4f3620ef3a543b85b6f3 (patch) (side-by-side diff) | |
| tree | b0c9f3f201b0759b71a40f94e0a4fc2d7f2f8f05 | |
| parent | 903582f5e3a78e11d0bde94c0b3102d053012552 (diff) | |
| download | org.eclipse.m2e.wtp-71ff85c365ccd18fabac4f3620ef3a543b85b6f3.zip org.eclipse.m2e.wtp-71ff85c365ccd18fabac4f3620ef3a543b85b6f3.tar.gz org.eclipse.m2e.wtp-71ff85c365ccd18fabac4f3620ef3a543b85b6f3.tar.bz2 | |
387694 : Use correct class for activator
Signed-off-by: Fred Bricon <fbricon@gmail.com>
| -rw-r--r-- | org.eclipse.m2e.wtp.overlay.ui/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.wtp.overlay.ui/META-INF/MANIFEST.MF b/org.eclipse.m2e.wtp.overlay.ui/META-INF/MANIFEST.MF index 53bd9f1..0a39ca6 100644 --- a/org.eclipse.m2e.wtp.overlay.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.m2e.wtp.overlay.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Overlay support for Eclipse WTP - UI (Incubation) Bundle-SymbolicName: org.eclipse.m2e.wtp.overlay.ui;singleton:=true Bundle-Version: 0.16.0.qualifier -Bundle-Activator: org.eclipse.m2e.wtp.overlay.ui.OverlayUIPluginActivator +Bundle-Activator: org.eclipse.m2e.wtp.overlay.internal.ui.OverlayUIPluginActivator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.wst.common.modulecore, |

