| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.graphiti.bot.tests;singleton:=true |
| Bundle-Version: 0.7.0.qualifier |
| Fragment-Host: org.eclipse.graphiti.ui;bundle-version="0.7.0.qualifier" |
| Require-Bundle: org.easymock;bundle-version="2.3.0", |
| org.eclipse.swtbot.go, |
| org.eclipse.swtbot.eclipse.gef.finder;bundle-version="2.0.0", |
| org.eclipse.emf.transaction;bundle-version="1.4.0", |
| org.eclipse.gef, |
| org.eclipse.ui.ide;bundle-version="3.6.0", |
| org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.100", |
| org.eclipse.graphiti;bundle-version="0.7.0", |
| org.eclipse.graphiti.pattern;bundle-version="0.7.0", |
| org.eclipse.graphiti.tests;bundle-version="0.7.0", |
| org.eclipse.graphiti.examples.common;bundle-version="0.7.0", |
| org.eclipse.graphiti.testtool.sketch;bundle-version="0.7.0", |
| org.eclipse.graphiti.testtool.ecore;bundle-version="0.7.0" |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |