123456789101112131415 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?eclipse version="3.4"?>
- <plugin>
- <extension-point id="org.yakindu.sct.simulation.core.executionfactory" name="ExecutionFactory" schema="schema/executionfactory.exsd"/>
- <extension point="org.eclipse.debug.core.launchConfigurationTypes">
- <launchConfigurationType
- delegate="org.yakindu.sct.simulation.core.launch.StatechartLaunchConfigurationDelegate"
- id="org.yakindu.sct.simulation.core.launch.statechart"
- modes="run, debug"
- name="YAKINDU Statechart">
- </launchConfigurationType>
- </extension>
- </plugin>
|