-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
24 lines (22 loc) · 927 Bytes
/
plugin.xml
File metadata and controls
24 lines (22 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.1"?>
<plugin>
<extension
point="org.eclipse.ui.views">
<category
name="Scertify"
id="com.tocea.scertify.eclipse.category"/>
<view
name="%MarkerStatsView.name"
icon="icons/listingView.gif"
category="com.tocea.scertify.eclipse.category"
class="com.tocea.scertify.eclipse.scertifycode.ui.stats.views.MarkerStatsView"
id="com.tocea.scertify.eclipse.scertifycode.ui.stats.views.MarkerStatsView"/>
<view
name="%GraphStatsView.name"
icon="icons/graphView.gif"
category="com.tocea.scertify.eclipse.category"
class="com.tocea.scertify.eclipse.scertifycode.ui.stats.views.GraphStatsView"
id="com.tocea.scertify.eclipse.scertifycode.ui.stats.views.GraphStatsView"/>
</extension>
</plugin>