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



                                                          






                                                                   


                                  
                                          

                                               
                             

                                                                        
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice Structure Diagram Tests
Bundle-SymbolicName: org.eclipse.etrice.ui.structure.tests
Bundle-Version: 1.0.1.qualifier
Require-Bundle: org.eclipse.etrice.core.fsm;bundle-version="1.0.1",
 org.eclipse.etrice.core.room;bundle-version="1.0.1",
 org.eclipse.etrice.ui.structure;bundle-version="1.0.1",
 org.eclipse.etrice.ui.common;bundle-version="1.0.1",
 org.eclipse.etrice.ui.common.base;bundle-version="1.0.1",
 org.eclipse.etrice.ui.tests.base;bundle-version="1.0.1",
 org.eclipse.ui,
 org.eclipse.core.runtime,
 org.junit;bundle-version="4.8.1",
 org.eclipse.xtext;bundle-version="2.6.0",
 org.eclipse.graphiti;bundle-version="0.8.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse eTrice
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.etrice.ui.structure.StructureTestActivator

Back to the top