Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6289bba5efee115417c643a1232b2f7800238122 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.25.3.qualifier
Bundle-SymbolicName: org.eclipse.osee.orcs.script.dsl.tests
Bundle-ActivationPolicy: lazy
Fragment-Host: org.eclipse.osee.orcs.script.dsl
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.xtext.junit4
Import-Package: org.apache.log4j,
 org.hamcrest.core,
 org.junit,
 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

Back to the top