| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: Memory Analyzer Tests | |
| Bundle-SymbolicName: org.eclipse.mat.tests;singleton:=true | |
| Bundle-Version: 1.15.0.qualifier | |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | |
| Require-Bundle: org.eclipse.mat.api;bundle-version="1.0.0", | |
| org.eclipse.mat.parser;bundle-version="1.15.0", | |
| org.eclipse.mat.hprof;bundle-version="1.15.0", | |
| org.eclipse.core.runtime;bundle-version="3.4", | |
| org.eclipse.core.resources;bundle-version="3.3.0", | |
| org.apache.ant;bundle-version="1.7.0", | |
| org.eclipse.mat.ui;bundle-version="1.15.0", | |
| org.hamcrest.core, | |
| org.hamcrest.library | |
| Bundle-ActivationPolicy: lazy | |
| Import-Package: com.ibm.icu.text, | |
| junit.framework;version="4.3.1", | |
| org.eclipse.jface.text, | |
| org.eclipse.jface.text.rules, | |
| org.eclipse.jface.text.source, | |
| org.eclipse.jface.viewers, | |
| org.eclipse.swt, | |
| org.eclipse.swt.custom, | |
| org.eclipse.swt.graphics, | |
| org.eclipse.swt.widgets, | |
| org.hamcrest.core;version="1.1.0", | |
| org.hamcrest.number;version="1.1.0", | |
| org.junit;version="4.3.1", | |
| org.junit.rules;version="4.3.1", | |
| org.junit.runner;version="4.3.1", | |
| org.junit.runner.manipulation;version="4.3.1", | |
| org.junit.runner.notification;version="4.3.1", | |
| org.junit.runners;version="4.3.1" | |
| Export-Package: org.eclipse.mat.tests, | |
| org.eclipse.mat.tests.collect, | |
| org.eclipse.mat.tests.regression, | |
| org.eclipse.mat.tests.regression.comparator, | |
| org.eclipse.mat.tests.regression.query, | |
| org.eclipse.mat.tests.snapshot | |
| 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" |