| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: OSEE ORCS Script DSL Tests (Incubation) |
| Bundle-Vendor: Eclipse Open System Engineering Environment |
| Bundle-Version: 0.26.0.qualifier |
| Bundle-SymbolicName: org.eclipse.osee.orcs.script.dsl.tests;singleton:=true |
| Bundle-ActivationPolicy: lazy |
| Fragment-Host: org.eclipse.osee.orcs.script.dsl |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.xtext.junit4, |
| org.hamcrest.core, |
| org.mockito;visibility:=reexport |
| Import-Package: org.apache.log4j, |
| org.junit;visibility:=reexport, |
| org.junit.rules, |
| 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 |