Files
2019-09-03 20:24:10 -04:00

15 lines
440 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.views">
<view
category="org.springframework.ide.eclipse.ui.views"
class="org.springframework.tooling.eclipse.si.view.LiveGraphView"
id="org.springframework.tooling.eclipse.si.view.LiveGraphView"
name="Integration Graph View">
</view>
</extension>
</plugin>