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



                                   
                                
                                                                       
                              
                                                                        
                                                          
                                                      
                                                    
                                                  
                                        
                                            
                                                      

                                                          

                                                       

                                                
                                                  
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice Java Generator
Bundle-Vendor: eTrice (Incubation)
Bundle-Version: 0.2.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.generator.java;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.etrice.core.room.ui;bundle-version="0.1.0",
 org.eclipse.etrice.core.genmodel;bundle-version="0.2.0",
 org.eclipse.etrice.generator;bundle-version="0.1.0",
 org.eclipse.core.resources;bundle-version="3.6.0",
 org.eclipse.core.runtime;bundle-version="3.6.0",
 org.eclipse.ui;bundle-version="3.7.0",
 org.eclipse.ui.ide;bundle-version="3.7.0",
 org.eclipse.xtext.xtend2.lib;bundle-version="2.1.1",
 org.eclipse.etrice.generator.doc;bundle-version="0.1.0",
 org.eclipse.xtext.generator;bundle-version="2.1.1",
 org.eclipse.xtext.util;bundle-version="2.1.1",
 org.eclipse.etrice.core.config;bundle-version="0.2.0"
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.generator.java

Back to the top