Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bbee7339d198f8d9ccd71908ab317ed0fcb24d36 (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: etUnit File Converter
Bundle-SymbolicName: org.eclipse.etrice.etunit.converter;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: Eclipse eTrice
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.etrice.etunit.converter,
 org.eclipse.etrice.etunit.converter.Etunit,
 org.eclipse.etrice.etunit.converter.Etunit.impl,
 org.eclipse.etrice.etunit.converter.Etunit.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.emf.ecore.xmi;visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.etrice.etunit.converter

Back to the top