plugin.xml 611 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.4"?>
  3. <plugin>
  4. <extension-point id="org.yakindu.sct.simulation.core.executionfactory" name="ExecutionFactory" schema="schema/executionfactory.exsd"/>
  5. <extension point="org.eclipse.debug.core.launchConfigurationTypes">
  6. <launchConfigurationType
  7. delegate="org.yakindu.sct.simulation.core.launch.StatechartLaunchConfigurationDelegate"
  8. id="org.yakindu.sct.simulation.core.launch.statechart"
  9. modes="run, debug"
  10. name="YAKINDU Statechart">
  11. </launchConfigurationType>
  12. </extension>
  13. </plugin>