Skip to content

Commit

Permalink
Closes eclipse-vorto#270 - Include vorto repository tab in vorto defa…
Browse files Browse the repository at this point in the history
…ult perspective of eclipse.

Signed-off-by: Erle Czar Mantos <[email protected]>
  • Loading branch information
Erle Czar Mantos committed Jun 29, 2016
1 parent 56d7142 commit 259f6f2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions bundles/org.eclipse.vorto.perspective/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
relationship="bottom"
ratio="0.75"
relative="org.eclipse.ui.editorss"/>
<view
id="org.eclipse.vorto.perspective.views.ModelRepositoryViewPart"
relationship="stack"
relative="org.eclipse.ui.console.ConsoleView"/>
</perspectiveExtension>
</extension>

Expand Down Expand Up @@ -65,8 +61,9 @@
<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="org.eclipse.vorto.ui.perspective.VortoPerspective">
<view
id="org.eclipse.vorto.perspective.views.ModelRepositoryViewPart"
relationship="bottom" />
id="org.eclipse.vorto.perspective.views.ModelRepositoryViewPart"
relationship="stack"
relative="org.eclipse.ui.console.ConsoleView"/>
</perspectiveExtension>
</extension>

Expand Down

0 comments on commit 259f6f2

Please sign in to comment.