123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?eclipse version="3.4"?>
- <plugin>
- <!-- run configuration -->
- <extension point="org.eclipse.debug.core.launchConfigurationTypes">
- <launchConfigurationType
- delegate="org.yakindu.sct.simulation.core.sexec.launch.SexecLaunchConfigurationDelegate"
- id="org.yakindu.sct.simulation.core.launch.statechart"
- modes="run"
- name="Statechart Simulation">
- </launchConfigurationType>
- </extension>
-
- <extension
- point="org.yakindu.sct.simulation.core.languageprovider">
- <SCLanguageProvider
- class="org.yakindu.sct.simulation.core.sexec.SCTLanguageProvider">
- </SCLanguageProvider>
- </extension>
- </plugin>
|