-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
25 lines (23 loc) · 786 Bytes
/
plugin.xml
File metadata and controls
25 lines (23 loc) · 786 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
25
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.graphiti.ui.diagramTypes">
<diagramType
name="SeniorDesign Diagram Type"
type="SeniorDesign"
id="SeniorDesign.SeniorDesignDiagramType">
</diagramType>
</extension>
<extension
point="org.eclipse.graphiti.ui.diagramTypeProviders">
<diagramTypeProvider
name="SeniorDesign Diagram Type Provider"
class="seniordesign.diagram.SeniorDesignDiagramTypeProvider"
id="SeniorDesign.SeniorDesignDiagramTypeProvider">
<diagramType
id="SeniorDesign.SeniorDesignDiagramType">
</diagramType>
</diagramTypeProvider>
</extension>
</plugin>