blob: cbfc28492c8351145766858c18c5ecb485838692 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2009, 2019 Xored Software Inc and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v20.html
Contributors:
Xored Software Inc - initial API and implementation and/or initial documentation
-->
<plugin>
<extension point="org.eclipse.debug.core.sourceLocators">
<sourceLocator
class="org.eclipse.rcptt.ecl.internal.debug.core.EclSourceLookupDirector"
id="org.eclipse.rcptt.ecl.debug.core.sourceLocator"
name="ECL Source Lookup Director"/>
</extension>
<extension point="org.eclipse.debug.core.sourcePathComputers">
<sourcePathComputer
class="org.eclipse.rcptt.ecl.internal.debug.core.EclSourcePathComputerDelegate"
id="org.eclipse.rcptt.ecl.debug.core.sourcePathComputer"/>
</extension>
<extension point="org.eclipse.debug.core.sourceContainerTypes">
<sourceContainerType
class="org.eclipse.rcptt.ecl.internal.debug.core.EclSourceContainerType"
description="ECL Sources"
id="org.eclipse.rcptt.ecl.debug.core.containerType"
name="ECL"/>
</extension>
<extension id="org.eclipse.rcptt.ecl.debug.core.breakpoint.marker" point="org.eclipse.core.resources.markers">
<super type="org.eclipse.debug.core.lineBreakpointMarker"/>
<persistent value="true"/>
</extension>
<extension point="org.eclipse.debug.core.breakpoints">
<breakpoint
class="org.eclipse.rcptt.ecl.internal.debug.core.EclBreakpoint"
id="org.eclipse.rcptt.ecl.debug.core.breakpoint"
markerType="org.eclipse.rcptt.ecl.debug.core.breakpoint.marker"
name="ECL Breakpoint"/>
</extension>
</plugin>