mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Remove incomplete extension definition in example plug-in
When DSF was first contributed, the PDA code was copied and
adapter from platform:
https://github.com/eclipse-platform/eclipse.platform.debug/tree/master/org.eclipse.debug.examples.core
This extension was never migrated to the DSF example.
Fixup for 5b47187366
This commit is contained in:
parent
dd33a517a3
commit
bcff6bdba8
1 changed files with 0 additions and 10 deletions
|
@ -58,15 +58,5 @@
|
|||
<super type="org.eclipse.cdt.examples.dsf.pda.markerType.lineBreakpoint"/>
|
||||
<persistent value="true"/>
|
||||
</extension>
|
||||
|
||||
|
||||
<extension
|
||||
point="org.eclipse.debug.core.logicalStructureTypes">
|
||||
<logicalStructureType
|
||||
class="org.eclipse.debug.examples.core.pda.model.WordStructureDelegate"
|
||||
description="Words"
|
||||
id="pda.wordStructure"
|
||||
modelIdentifier="org.eclipse.cdt.examples.dsf.pda.debugModel"/>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue