Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: f648b8236eb409d2d0041af2ffa5fa7b97c0ee75 (plain) (tree)
1
2
3
4
5
6
7
8



                                                                        
                               


                                               



                                                                    

                       

                                                      

                                                   
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice Generator Config
Bundle-SymbolicName: org.eclipse.etrice.generator.config;singleton:=true
Bundle-Version: 0.4.0.qualifier
Bundle-Vendor: Eclipse eTrice (Incubation)
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.etrice.core.room;bundle-version="0.4.0",
 org.eclipse.etrice.core.config;bundle-version="0.4.0",
 org.eclipse.etrice.generator;bundle-version="0.4.0",
 org.eclipse.etrice.core.genmodel;bundle-version="0.4.0",
 org.eclipse.xtend.lib,
 com.google.guava,
 org.eclipse.xtext.xbase.lib,
 org.eclipse.etrice.core.common;bundle-version="0.4.0"
Export-Package: org.eclipse.etrice.generator.config

Back to the top