1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/codan/org.eclipse.cdt.codan.ui.example.cfgview/plugin.xml
Jonah Graham b1af272000 Rename example project to have "example" in the name
This project is an example, it is not part of what is
released with CDT. To make this clearer I have renamed
the project to include "example" in the name.
2022-10-03 12:42:37 -04:00

16 lines
463 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.views">
<view
category="org.eclipse.cdt.ui.views"
class="org.eclipse.cdt.codan.ui.cfgview.views.ControlFlowGraphView"
icon="icons/decision.png"
id="org.eclipse.cdt.codan.ui.cfgview.views.ControlFlowGraphView"
name="Control Flow Graph">
</view>
</extension>
</plugin>