Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
| 4 | <extension |
| 5 | point="org.eclipse.ui.views"> |
| 6 | <category |
| 7 | name="Object Teams" |
| 8 | id="org.eclipse.objectteams.otdt.ui"> |
| 9 | </category> |
| 10 | <view |
| 11 | name="OT/Equinox Monitor" |
| 12 | icon="icons/monitor.png" |
| 13 | category="org.eclipse.objectteams.otdt.ui" |
Stephan Herrmann | 8555b26 | 2010-11-25 00:44:40 +0000 | [diff] [blame] | 14 | class="org.eclipse.objectteams.eclipse.monitor.internal.MonitorView" |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 15 | id="org.eclipse.objectteams.eclipse.monitor.MonitorView"> |
| 16 | <description> |
| 17 | Presentation of all teams instantiated by OT/Equinox. |
| 18 | Allows to interactively (de)activate a selected team. |
| 19 | </description> |
| 20 | </view> |
| 21 | </extension> |
| 22 | |
| 23 | <extension |
| 24 | point="org.eclipse.ui.perspectiveExtensions"> |
| 25 | <perspectiveExtension |
| 26 | targetID="org.eclipse.ui.resourcePerspective"> |
| 27 | <view |
| 28 | ratio="0.5" |
| 29 | relative="org.eclipse.ui.views.TaskList" |
| 30 | relationship="right" |
| 31 | id="org.eclipse.objectteams.eclipse.monitor.MonitorView"> |
| 32 | </view> |
| 33 | </perspectiveExtension> |
| 34 | <perspectiveExtension |
| 35 | targetID="org.eclipse.objectteams.otdt.ui.OTJavaPerspective"> |
| 36 | <viewShortcut |
| 37 | id="org.eclipse.objectteams.eclipse.monitor.MonitorView"> |
| 38 | </viewShortcut> |
| 39 | </perspectiveExtension> |
| 40 | </extension> |
| 41 | </plugin> |