| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %Bundle-Name | |
| Bundle-Vendor: %Bundle-Vendor | |
| Bundle-SymbolicName: org.eclipse.mat.api;singleton:=true | |
| Bundle-Version: 1.9.1.qualifier | |
| Export-Package: org.eclipse.mat.inspections.osgi;x-friends:="org.eclipse.mat.ui", | |
| org.eclipse.mat.inspections.osgi.model;x-friends:="org.eclipse.mat.ui", | |
| org.eclipse.mat.internal.acquire;x-friends:="org.eclipse.mat.ui", | |
| org.eclipse.mat.internal.snapshot;x-friends:="org.eclipse.mat.ui", | |
| org.eclipse.mat.internal.snapshot.inspections;x-friends:="org.eclipse.mat.ui", | |
| org.eclipse.mat.inspections.collectionextract, | |
| org.eclipse.mat.snapshot, | |
| org.eclipse.mat.snapshot.acquire, | |
| org.eclipse.mat.snapshot.extension, | |
| org.eclipse.mat.snapshot.model, | |
| org.eclipse.mat.snapshot.query, | |
| org.eclipse.mat.snapshot.registry | |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.100", | |
| org.eclipse.mat.report;bundle-version="1.0.0";visibility:=reexport | |
| Bundle-Activator: org.eclipse.mat.internal.MATPlugin | |
| Eclipse-LazyStart: true | |
| Bundle-ActivationPolicy: lazy | |
| Eclipse-BuddyPolicy: registered | |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 | |
| Import-Package: com.ibm.icu.text;version="3.6.1" | |
| Bundle-Localization: plugin | |
| Bundle-Copyright: Copyright (c) 2008, 2012 SAP AG, IBM Corporation and others. | |
| All rights reserved. This program and the accompanying materials | |
| are made available under the terms of the Eclipse Public License v1.0 | |
| which accompanies this distribution, and is available at | |
| http://www.eclipse.org/legal/epl-v10.html |