| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %Bundle-Name | |
| Bundle-Vendor: %Bundle-Vendor | |
| Bundle-Version: 0.9.0.qualifier | |
| Bundle-SymbolicName: org.eclipse.fx.ide.css.tests;singleton:=true | |
| Bundle-ActivationPolicy: lazy | |
| Require-Bundle: org.eclipse.fx.ide.css;bundle-version="0.0.14", | |
| org.eclipse.fx.ide.css.ui;bundle-version="0.0.14", | |
| 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 | |
| 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.7 | |
| Export-Package: org.eclipse.fx.ide.css.tests, | |
| org.eclipse.fx.ide.css |