Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8e999bc29112b7f0c42cc9d6ba88259ae9b0bde3 (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: eTrice Behavior Diagram Tests
Bundle-SymbolicName: org.eclipse.etrice.ui.behavior.tests
Bundle-Version: 0.3.0.qualifier
Bundle-Activator: org.eclipse.etrice.ui.behavior.BehaviorTestActivator
Bundle-Vendor: Eclipse eTrice (Incubation)
Require-Bundle: org.eclipse.etrice.core.room;bundle-version="0.3.0",
 org.eclipse.etrice.ui.behavior;bundle-version="0.3.0",
 org.eclipse.etrice.ui.common;bundle-version="0.3.0",
 org.eclipse.etrice.ui.tests.base;bundle-version="0.3.0",
 org.eclipse.ui,
 org.eclipse.core.runtime,
 org.junit4;bundle-version="[4.8.1,4.9.0)",
 org.eclipse.xtext;bundle-version="2.1.1",
 org.eclipse.graphiti;bundle-version="0.8.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy

Back to the top