Amalthea | 6d80f6c | 2017-04-08 19:15:48 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <?eclipse version="3.4"?>
|
| 3 | <!--
|
| 4 | Copyright (c) 2017 Dortmund University of Applied Sciences and Arts and others.
|
| 5 | All rights reserved. This program and the accompanying materials
|
Harald Mackamul | 3363761 | 2018-07-07 11:28:46 +0200 | [diff] [blame] | 6 | are made available under the terms of the Eclipse Public License 2.0
|
Amalthea | 6d80f6c | 2017-04-08 19:15:48 +0200 | [diff] [blame] | 7 | which accompanies this distribution, and is available at
|
Harald Mackamul | 3363761 | 2018-07-07 11:28:46 +0200 | [diff] [blame] | 8 | https://www.eclipse.org/legal/epl-2.0/
|
Amalthea | 6d80f6c | 2017-04-08 19:15:48 +0200 | [diff] [blame] | 9 |
|
| 10 | Contributors:
|
| 11 | Dortmund University of Applied Sciences and Arts - initial API and implementation
|
| 12 | --> |
| 13 | |
| 14 | <plugin>
|
| 15 |
|
| 16 | <extension
|
| 17 | point="org.eclipse.ui.views">
|
| 18 | <view
|
| 19 | name="TraceView"
|
| 20 | icon="icons/sample.gif"
|
| 21 | class="org.eclipse.app4mc.multicore.execution.ui.traceview.view.FXViewPartTraceView"
|
| 22 | id="org.eclipse.app4mc.multicore.execution.ui.widget.traceview.views.FXViewPartTraceView">
|
| 23 | </view>
|
Amalthea | 6d80f6c | 2017-04-08 19:15:48 +0200 | [diff] [blame] | 24 | </extension>
|
| 25 |
|
| 26 | </plugin>
|