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


                               
                             
                               

                                                                   







                                                                        



                                                   
                                              
                                                    
                                              

                                               


                                               
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice C Generator
Bundle-Vendor: Eclipse eTrice
Bundle-Version: 1.0.1.qualifier
Bundle-SymbolicName: org.eclipse.etrice.generator.c;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.etrice.core.genmodel;bundle-version="1.0.1",
 org.eclipse.etrice.core.etphys;bundle-version="1.0.1",
 org.eclipse.etrice.core.etmap;bundle-version="1.0.1",
 org.eclipse.etrice.generator.fsm;bundle-version="1.0.1",
 org.eclipse.etrice.generator;bundle-version="1.0.1",
 org.eclipse.etrice.generator.config;bundle-version="1.0.1",
 org.eclipse.etrice.generator.doc;bundle-version="1.0.1",
 org.eclipse.etrice.generator.gnuplot;bundle-version="1.0.1",
 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.xtend.lib;bundle-version="2.6.0",
 org.eclipse.xtext.generator;bundle-version="2.6.0",
 org.eclipse.xtext.util;bundle-version="2.6.0"
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.generator.c,
 org.eclipse.etrice.generator.c.gen,
 org.eclipse.etrice.generator.c.setup

Back to the top