mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

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.
16 lines
463 B
XML
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>
|