-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFMT.Manifest.xml
More file actions
73 lines (60 loc) · 2.77 KB
/
FMT.Manifest.xml
File metadata and controls
73 lines (60 loc) · 2.77 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8" ?>
<Manifest moduleId="FMT" displayName="" version="1.0.0" builtin="false">
<Description>
<!--add proper description-->
</Description>
<Assemblies>
<Assembly fullName="" role=""/>
</Assemblies>
<Dependencies>
<!--<Dependency moduleId="dcm" version="*.*.*" />-->
</Dependencies>
<Exports>
<!--add proper menu items-->
<Export tag="menubar" id="documents" order="7"
title="Documents" description="FMT desc" icon=""
controller="GeneralFiles" action="Index"
extends="./menubarRoot" />
<Export tag="menubar" id="general" order="7"
title="General" description="FMT desc" icon=""
controller="GeneralFiles" action="Index"
extends="./menubarRoot/documents" />
<Export tag="menubar" id="internal" order="7"
title="Internal" description="FMT desc" icon=""
controller="InternalFiles" action="Index"
extends="./menubarRoot/documents" />
<Export tag="menubar" id="phd" order="7"
title="PhD" description="FMT desc" icon=""
controller="PhDFiles" action="Index"
extends="./menubarRoot/documents" />
<Export tag="menubar" id="postdoc" order="7"
title="Postdoc" description="FMT desc" icon=""
controller="PostDocFiles" action="Index"
extends="./menubarRoot/documents" />
<Export tag="menubar" id="socialEcology" order="7"
title="Thematic Groups" description="FMT desc" icon=""
controller="ThematicGroupsFiles" action="Index"
extends="./menubarRoot/documents" />
<Export tag="menubar" id="technicians" order="8"
title="Technicians" description="FMT desc" icon=""
controller="TechniciansFiles" action="Index"
extends="./menubarRoot/documents" />
<Export tag="menubar" id="dmp" order="9"
title="Data Management Plans" description="FMT desc" icon=""
controller="DmpFiles" action="Index"
extends="./menubarRoot/documents" />
<Export tag="menubar" id="fieldworkDocuments" order="5"
title="Forms and Permits" description="Forms and Permits" icon=""
controller="FieldworkFiles" action="Index"
extends="./menubarRoot/rbmMenu" />
<Export tag="menubar" id="drivingDirectionsDocuments" order="19"
title="Driving Directions" description="Driving Directions" icon=""
controller="DrivingDirectionsFiles" action="Index"
extends="./menubarRoot/pmmMenu" />
<Export tag="menubar" id="plotChartPackages" order="11"
title="Plot Chart Packages" description="Download precompiled plot charts" icon=""
controller="PlotchartFiles" action="Index"
extends="./menubarRoot/pmmMenu"
/>
</Exports>
</Manifest>