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



                                                       
                               

                                               
                                                                      
                                                    

                                                     
                                                         

                                         
                                          


                                                                     
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice Generator Model Tests
Bundle-SymbolicName: org.eclipse.etrice.generator.tests
Bundle-Version: 0.5.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse eTrice (Incubation)
Require-Bundle: org.eclipse.etrice.core.common;bundle-version="0.5.0",
 org.eclipse.etrice.core.fsm;bundle-version="0.5.0",
 org.eclipse.etrice.core.room;bundle-version="0.5.0",
 org.eclipse.etrice.generator;bundle-version="0.5.0",
 org.eclipse.etrice.generator.fsm;bundle-version="0.5.0",
 org.junit;bundle-version="4.8.1",
 org.eclipse.osgi;bundle-version="3.6.0",
 org.eclipse.xtext;bundle-version="2.6.0",
 org.eclipse.core.runtime;bundle-version="3.6.0"
Bundle-Activator: org.eclipse.etrice.generator.InstanceTestsActivator
Bundle-ActivationPolicy: lazy

Back to the top