| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %Bundle-Name | |
| Bundle-Vendor: %Bundle-Vendor | |
| Bundle-Version: 3.0.0.qualifier | |
| Bundle-SymbolicName: org.eclipse.fx.ide.css.tests;singleton:=true | |
| Bundle-ActivationPolicy: lazy | |
| Require-Bundle: org.eclipse.fx.ide.css;bundle-version="2.3.0", | |
| org.eclipse.fx.ide.css.ui;bundle-version="2.3.0", | |
| org.eclipse.core.runtime, | |
| org.eclipse.xtext, | |
| org.eclipse.xtext.junit4, | |
| org.eclipse.xtext.ui.junit, | |
| org.eclipse.ui.workbench;resolution:=optional, | |
| org.eclipse.xtend.lib, | |
| com.google.guava, | |
| org.eclipse.xtext.xbase.lib, | |
| org.objectweb.asm;bundle-version="[5.0.1,6.0.0)";resolution:=optional | |
| Import-Package: org.apache.commons.logging, | |
| org.apache.log4j, | |
| org.hamcrest;resolution:=optional, | |
| org.hamcrest.core;resolution:=optional, | |
| org.junit;version="4.5.0", | |
| org.junit.runner;version="4.5.0", | |
| org.junit.runner.manipulation;version="4.5.0", | |
| org.junit.runner.notification;version="4.5.0", | |
| org.junit.runners;version="4.5.0", | |
| org.junit.runners.model;version="4.5.0" | |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | |
| Export-Package: org.eclipse.fx.ide.css.tests, | |
| org.eclipse.fx.ide.css |