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 |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 26 | targetID="org.eclipse.objectteams.otdt.ui.OTJavaPerspective"> |
| 27 | <viewShortcut |
| 28 | id="org.eclipse.objectteams.eclipse.monitor.MonitorView"> |
| 29 | </viewShortcut> |
| 30 | </perspectiveExtension> |
| 31 | </extension> |
| 32 | </plugin> |