blob: e833aeede427e596195d389ba322a80c17822616 [file]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2017 CEA LIST.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
- Initial API and Implementation
-->
<plugin>
<extension
point="org.eclipse.ui.perspectives">
<perspective
class="org.eclipse.efm.ui.PerspectiveModeling"
fixed="true"
icon="resources/icons/diversity_icon.png"
id="org.eclipse.efm.ui.perspective.modeling"
name="EFM-Modeling">
</perspective>
</extension>
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="org.eclipse.efm.ui.perspective.modeling">
<view
closeable="true"
id="org.eclipse.ui.navigator.ProjectExplorer"
minimized="false"
moveable="true"
ratio="0.2"
relationship="left"
relative="org.eclipse.ui.editorss"
showTitle="true"
standalone="false"
visible="true">
</view>
<view
closeable="true"
id="org.eclipse.ui.views.ContentOutline"
minimized="false"
moveable="true"
ratio="0.8"
relationship="right"
relative="org.eclipse.ui.editorss"
showTitle="true"
standalone="false"
visible="true">
</view>
<view
closeable="true"
id="org.eclipse.ui.views.PropertySheet"
minimized="false"
moveable="true"
ratio="0.6"
relationship="bottom"
relative="org.eclipse.ui.editorss"
showTitle="true"
standalone="false"
visible="true">
</view>
<view
closeable="true"
id="org.eclipse.ui.console.ConsoleView"
minimized="false"
moveable="true"
relationship="stack"
relative="org.eclipse.ui.views.PropertySheet"
showTitle="true"
standalone="false"
visible="true">
</view>
<actionSet
id="org.eclipse.debug.ui.launchActionSet">
</actionSet>
</perspectiveExtension>
</extension>
<extension
point="org.eclipse.ui.perspectives">
<perspective
class="org.eclipse.efm.ui.PerspectiveSymbexWorkflow"
fixed="true"
icon="resources/icons/diversity_icon.png"
id="org.eclipse.efm.ui.perspective.symbexWorkflow"
name="EFM-Symbex">
</perspective>
</extension>
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="org.eclipse.efm.ui.perspective.symbexWorkflow">
<view
closeable="true"
id="org.eclipse.ui.navigator.ProjectExplorer"
minimized="false"
moveable="true"
ratio="0.2"
relationship="left"
relative="org.eclipse.ui.editorss"
showTitle="true"
standalone="false"
visible="true">
</view>
<view
closeable="true"
id="org.eclipse.ui.views.ContentOutline"
minimized="false"
moveable="true"
ratio="0.6"
relationship="bottom"
relative="org.eclipse.ui.navigator.ProjectExplorer"
showTitle="true"
standalone="false"
visible="true">
</view>
<view
closeable="true"
id="org.eclipse.efm.ui.views.SymbexWorkflowView"
minimized="false"
moveable="true"
ratio="0.7"
relationship="right"
relative="org.eclipse.ui.editorss"
showTitle="true"
standalone="false"
visible="true">
</view>
<view
closeable="true"
id="org.eclipse.ui.views.PropertySheet"
minimized="false"
moveable="true"
ratio="0.6"
relationship="bottom"
relative="org.eclipse.ui.editorss"
showTitle="true"
standalone="false"
visible="true">
</view>
<view
closeable="true"
id="org.eclipse.ui.console.ConsoleView"
minimized="false"
moveable="true"
relationship="stack"
relative="org.eclipse.ui.views.PropertySheet"
showTitle="true"
standalone="false"
visible="true">
</view>
<view
closeable="true"
id="org.eclipse.efm.runconfiguration.ui.views.SymbolicExecutionView"
minimized="false"
moveable="true"
relationship="stack"
relative="org.eclipse.ui.views.PropertySheet"
showTitle="true"
standalone="false"
visible="true">
</view>
<actionSet
id="org.eclipse.debug.ui.launchActionSet">
</actionSet>
<actionSet
id="org.eclipse.debug.ui.debugActionSet">
</actionSet>
<viewShortcut
id="org.eclipse.efm.ui.views.SymbexWorkflowView">
</viewShortcut>
<viewShortcut
id="org.eclipse.efm.runconfiguration.ui.views.SymbolicExecutionView">
</viewShortcut>
<newWizardShortcut
id="org.eclipse.efm.ui.newproject.standalone.EFMnp">
</newWizardShortcut>
</perspectiveExtension>
</extension>
</plugin>