Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 65954af4c7463c2cea962df77c0601c3a75d58e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.etrice.core.genmodel;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: Eclipse eTrice (Incubation)
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.core.genmodel,
 org.eclipse.etrice.core.genmodel.builder,
 org.eclipse.etrice.core.genmodel.etricegen,
 org.eclipse.etrice.core.genmodel.etricegen.impl,
 org.eclipse.etrice.core.genmodel.etricegen.util,
 org.eclipse.etrice.core.genmodel.util
Require-Bundle: org.eclipse.etrice.core.common;visibility:=reexport,
 org.eclipse.etrice.core.fsm;bundle-version="0.5.0";visibility:=reexport,
 org.eclipse.etrice.core.room;bundle-version="0.5.0";visibility:=reexport,
 org.eclipse.etrice.core.genmodel.fsm;bundle-version="0.5.0";visibility:=reexport,
 org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.emf.ecore.xmi;visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top