Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 973c43229757abf34005e52d0e02268ac89fe9ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice Contract Monitor Generator
Bundle-SymbolicName: org.eclipse.etrice.generator.contractmonitor;singleton:=true
Bundle-Version: 0.0.0.qualifier
Export-Package: org.eclipse.etrice.generator.contractmonitor,
 org.eclipse.etrice.generator.contractmonitor.setup
Bundle-Vendor: Eclipse eTrice
Require-Bundle: org.eclipse.etrice.core.genmodel,
 org.eclipse.etrice.generator.base,
 org.eclipse.etrice.generator.fsm,
 org.eclipse.etrice.generator,
 com.google.guava,
 org.eclipse.xtext.xbase.lib,
 org.eclipse.xtend.lib,
 org.eclipse.xtend.lib.macro,
 org.eclipse.xtext
Automatic-Module-Name: org.eclipse.etrice.generator.contractmonitor
Bundle-RequiredExecutionEnvironment: JavaSE-11

Back to the top