Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 65a75e45a186fbe55eca591bce8b00b545af4c83 (plain) (tree)
1
2
3
4
5



                                                                        
                               











                                                    
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: etUnit File Converter
Bundle-SymbolicName: org.eclipse.etrice.etunit.converter;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: Eclipse eTrice (Incubation)
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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

Back to the top