-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPMM.Manifest.xml
More file actions
49 lines (42 loc) · 1.87 KB
/
PMM.Manifest.xml
File metadata and controls
49 lines (42 loc) · 1.87 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8" ?>
<Manifest moduleId="PMM" displayName="" version="1.0.0" builtin="false">
<Description>
<!--add proper description-->
</Description>
<Assemblies>
<Assembly fullName="BExIS.Pmm.Entities"></Assembly>
<Assembly fullName="BExIS.Pmm.Services"></Assembly>
<Assembly fullName="" role=""/>
</Assemblies>
<Dependencies>
<!--<Dependency moduleId="dcm" version="*.*.*" />-->
</Dependencies>
<Exports>
<!--add proper menu items-->
<Export tag="menubar" id="pmmMenu" order="6"
title="Plots" description="Plot related main menu entry" icon=""
controller="main" action="SubPlots"
extends="./menubarRoot" />
<Export tag="menubar" id="pmmMenu_plotChart" order="10"
title="Plot Charts" description="View and download individual plot charts" icon=""
controller="main" action="SubPlots"
extends="./menubarRoot/pmmMenu" />
<!-- <Export tag="menubar" id="pmmMenu_plotChart" order="10"
title="EP Information" description="PMM desc" icon=""
controller="main" action="ExploInfo"
extends="./menubarRoot/pmmMenu" />-->
<!--admin area-->
<Export tag="settings" id="adminPlotChart" order="16"
title="Manage Subplots" description="Manage the subplots" icon=""
controller="MainAdmin" action="SubPlots"
extends="./settingsRoot" />
<Export tag="settings" id="adminPlotChart" order="16"
title="Plotchart Image" description="Show individual plotchart images only" icon=""
controller="MainAdmin" action="LoadPlotchartImage"
extends="./settingsRoot" />
<Export tag="settings" id="adminPlotChart" order="16"
title="Manage Plot Charts" description="Manage the plots" icon=""
controller="MainAdmin" action="Index"
extends="./settingsRoot" />
</Exports>
</Manifest>