Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ae8df323f795d08f9a9a700e5839fab391bc92ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Abstract Execution for State Machines
Bundle-SymbolicName: org.eclipse.etrice.abstractexec.behavior;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Vendor: Eclipse eTrice (Incubation)
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.etrice.core.fsm;bundle-version="0.5.0",
 org.eclipse.etrice.core.genmodel.fsm;bundle-version="0.5.0",
 org.eclipse.etrice.generator.fsm;bundle-version="0.5.0",
 org.eclipse.emf.ecore;bundle-version="2.7.0",
 org.eclipse.xtext;bundle-version="2.6.0",
 org.eclipse.xtext.ui;bundle-version="2.6.0"
Bundle-Activator: org.eclipse.etrice.abstractexec.behavior.Activator
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.etrice.abstractexec.behavior,
 org.eclipse.etrice.abstractexec.behavior.util;x-friends:="org.eclipse.etrice.abstractexec.behavior.tests"

Back to the top