| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?> | |
| <plugin> | |
| <extension | |
| point="org.eclipse.ui.perspectives"> | |
| <perspective | |
| class="org.eclipse.efm.editing.ui.PerspectiveEditing" | |
| fixed="true" | |
| icon="platform:/plugin/org.eclipse.efm.ui/resources/icons/diversity_icon.png" | |
| id="org.eclipse.efm.editing.ui.perspectiveEditing" | |
| name="EFM-Editing"> | |
| </perspective> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.perspectiveExtensions"> | |
| <perspectiveExtension | |
| targetID="org.eclipse.efm.editing.ui.perspectiveEditing"> | |
| <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.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> | |
| <newWizardShortcut | |
| id="org.eclipse.efm.modeling.ui.newproject.examples.xlia.CoffeeMachine"> | |
| </newWizardShortcut> | |
| <newWizardShortcut | |
| id="org.eclipse.efm.modeling.ui.newproject.examples.xlia.ComplexDog"> | |
| </newWizardShortcut> | |
| <newWizardShortcut | |
| id="org.eclipse.efm.modeling.ui.newproject.examples.xlia.CoffeeMachine"> | |
| </newWizardShortcut> | |
| <newWizardShortcut | |
| id="org.eclipse.efm.modeling.ui.newproject.examples.xlia.WaterSystem"> | |
| </newWizardShortcut> | |
| <perspectiveShortcut | |
| id="org.eclipse.efm.execution.ui.perspectiveExecution"> | |
| </perspectiveShortcut> | |
| </perspectiveExtension> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.preferencePages"> | |
| <page | |
| category="org.eclipse.efm.ui.preferences.mainPreferencePage" | |
| class="org.eclipse.efm.editing.internal.ui.preferences.XtextRootPreferencePage" | |
| id="org.eclipse.efm.editing.ui.preferences.mainXtextPreferencePage" | |
| name="Xtext Editors"> | |
| </page> | |
| </extension> | |
| </plugin> |