Si eclipse integration start

This commit is contained in:
BoykoAlex
2019-09-03 20:24:10 -04:00
parent 60c8209eaf
commit 384f028ef4
17 changed files with 337 additions and 46 deletions

View File

@@ -0,0 +1,14 @@
<?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>