plugin.xml 419 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.4"?>
  3. <plugin>
  4. <extension point="org.eclipse.debug.core.launchDelegates">
  5. <launchDelegate id="com.excelsior.xds.ui.launching.DebugProfileModulaApplication"
  6. delegate="com.excelsior.xds.launching.debugger.ce.internal.delegate.LaunchDelegate"
  7. type="com.excelsior.xds.ui.launching.ModulaApplication"
  8. modes="debug">
  9. </launchDelegate>
  10. </extension>
  11. </plugin>