Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 94311030a8cbfe010e708db2c1e8ea7b8ec10f65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Abstract Execution for Behavior Tests
Bundle-SymbolicName: org.eclipse.etrice.abstractexec.behavior.tests
Bundle-Version: 1.1.2.qualifier
Bundle-Activator: org.eclipse.etrice.abstractexec.behavior.tests.Activator
Bundle-Vendor: Eclipse eTrice
Require-Bundle: org.eclipse.etrice.core.fsm;bundle-version="1.1.2",
 org.eclipse.etrice.abstractexec.behavior;bundle-version="1.1.2",
 org.eclipse.core.runtime,
 org.eclipse.emf.ecore;bundle-version="2.7.0",
 com.google.inject;bundle-version="3.0.0",
 org.eclipse.xtext;bundle-version="2.6.0",
 org.junit;bundle-version="4.10.0",
 org.eclipse.etrice.core.room
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.etrice.abstractexec.behavior

Back to the top