| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %Bundle-Name | |
| Bundle-SymbolicName: org.eclipse.mat.ui.rcp;singleton:=true | |
| Bundle-Version: 1.15.0.qualifier | |
| Bundle-Vendor: %Bundle-Vendor | |
| Require-Bundle: org.eclipse.mat.ui.help;bundle-version="1.0.0", | |
| org.eclipse.mat.ui;bundle-version="1.0.0", | |
| org.eclipse.core.runtime;bundle-version="3.3.100", | |
| org.eclipse.core.resources;bundle-version="3.3.0", | |
| org.eclipse.core.filesystem;bundle-version="1.1.0", | |
| org.eclipse.help.base;bundle-version="3.3.0" | |
| Import-Package: org.eclipse.core.commands.common, | |
| org.eclipse.jface.action, | |
| org.eclipse.jface.dialogs, | |
| org.eclipse.jface.preference, | |
| org.eclipse.jface.resource, | |
| org.eclipse.jface.window, | |
| org.eclipse.swt, | |
| org.eclipse.swt.custom, | |
| org.eclipse.swt.events, | |
| org.eclipse.swt.graphics, | |
| org.eclipse.swt.widgets, | |
| org.eclipse.ui, | |
| org.eclipse.ui.actions, | |
| org.eclipse.ui.application, | |
| org.eclipse.ui.cheatsheets, | |
| org.eclipse.ui.dialogs, | |
| org.eclipse.ui.forms.events, | |
| org.eclipse.ui.forms.widgets, | |
| org.eclipse.ui.help, | |
| org.eclipse.ui.ide, | |
| org.eclipse.ui.intro, | |
| org.eclipse.ui.intro.config, | |
| org.eclipse.ui.plugin, | |
| org.eclipse.ui.preferences, | |
| org.eclipse.ui.views | |
| Eclipse-LazyStart: true | |
| Bundle-ActivationPolicy: lazy | |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 | |
| Bundle-Activator: org.eclipse.mat.ui.rcp.RCPPlugin | |
| Bundle-Localization: plugin | |
| Bundle-Copyright: Copyright (c) 2008, 2022 SAP AG and IBM Corporation. | |
| All rights reserved. This program and the accompanying materials | |
| are made available under the terms of the Eclipse Public License 2.0 | |
| which accompanies this distribution, and is available at | |
| https://www.eclipse.org/legal/epl-2.0/ | |
| Bundle-License: EPL-2.0;link="https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt" |