| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: Memory Analyzer Tests | |
| Bundle-SymbolicName: org.eclipse.mat.tests;singleton:=true | |
| Bundle-Version: 1.9.1.qualifier | |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 | |
| Require-Bundle: org.eclipse.mat.api;bundle-version="1.0.0", | |
| org.eclipse.mat.parser;bundle-version="1.9.1", | |
| org.eclipse.core.runtime, | |
| org.apache.ant;bundle-version="1.7.0", | |
| org.eclipse.mat.ui;bundle-version="1.9.1", | |
| org.hamcrest.core, | |
| org.hamcrest.library | |
| Bundle-ActivationPolicy: lazy | |
| Import-Package: com.ibm.icu.text;version="3.6.1", | |
| 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, 2012 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 v1.0 | |
| which accompanies this distribution, and is available at | |
| http://www.eclipse.org/legal/epl-v10.html |