blob: 37da8cb4662fa5faf83fc26ef84ec1ea0c16dddd [file] [log] [blame]
Amalthea6d80f6c2017-04-08 19:15:48 +02001<?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 Mackamul33637612018-07-07 11:28:46 +02006 are made available under the terms of the Eclipse Public License 2.0
Amalthea6d80f6c2017-04-08 19:15:48 +02007 which accompanies this distribution, and is available at
Harald Mackamul33637612018-07-07 11:28:46 +02008 https://www.eclipse.org/legal/epl-2.0/
Amalthea6d80f6c2017-04-08 19:15:48 +02009
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>
Amalthea6d80f6c2017-04-08 19:15:48 +020024 </extension>
25
26</plugin>