-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRBM.Manifest.xml
92 lines (77 loc) · 3.63 KB
/
RBM.Manifest.xml
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8" ?>
<Manifest moduleId="RBM" displayName="Resource Management module" version="1.0.0" builtin="false">
<Description>
<!--add proper description-->
</Description>
<Assemblies>
<Assembly fullName="BExIS.Rbm.Entities" role=""/>
<Assembly fullName="BExIS.Rbm.Services" role=""/>
</Assemblies>
<Dependencies>
<!--<Dependency moduleId="dcm" version="*.*.*" />-->
</Dependencies>
<Exports>
<!--add proper menu items-->
<!--<Export tag="menubar" id="rbmAdminMenu" order="15"
title="Resource Admin" description="RBM desc" icon=""
controller="Resource" action="Resource"
extends="./menubarRoot" />-->
<Export tag="settings" id="resources" order="15"
title="Manage Resources" description="Cal" icon=""
controller="Resource" action="Resource"
extends="./settingsRoot" />
<Export tag="settings" id="resourceStructure" order="15"
title="Manage Resources Structures" description="Cal" icon=""
controller="ResourceStructure" action="ResourceStructure"
extends="./settingsRoot" />
<Export tag="settings" id="resourcesStructuresAtt" order="15"
title="Manage Resources Structures Attr" description="Cal" icon=""
controller="ResourceStructure" action="ResourceStructureAttribute"
extends="./settingsRoot" />
<Export tag="settings" id="activities" order="15"
title="Manage Activities" description="Cal" icon=""
controller="Activity" action="Activity"
extends="./settingsRoot" />
<Export tag="settings" id="notifications" order="15"
title="Manage Notification" description="Cal" icon=""
controller="Notification" action="Notification"
extends="./settingsRoot" />
<!--<Export tag="menubar" id="rbmMenu_ResouceStructure" order="15"
title="Manage Resource Groups" description="Cal" icon=""
controller="ResourceGroup" action="ResourceGroup"
extends="./menubarRoot/rbmAdminMenu" />-->
<Export tag="menubar" id="rbmMenu" order="5"
title="Fieldwork" description="Fieldwork" icon=""
controller="Calendar" action="Calendar"
extends="./menubarRoot" />
<Export tag="menubar" id="rbmMenu_Notif" order="1"
title="News" description="News" icon=""
controller="NotificationBlackboard" action="Index"
extends="./menubarRoot/rbmMenu" />
<Export tag="menubar" id="rbmMenu_Cal" order="2"
title="Calendar" description="Cal" icon=""
controller="Calendar" action="Calendar"
extends="./menubarRoot/rbmMenu" />
<!-- Settings Example-->
<!--<Export tag="settings" id="manageMetadata" order="1"
title="Manage Metadata Structure" description="Edit or Importa new Metadata Structure" icon=""
controller="ManageMetadataStructure" action="Index" argument=""
extends="./settingsRoot"
/>-->
<!-- Menubar Example-->
<!--<Export tag="menubar" id="createDataset" order="1"
title="Create Dataset" description="Create new Dataset" icon=""
controller="CreateDataset" action="index"
extends="./menubarRoot/collect" />-->
<!-- Api Example-->
<!-- <Export tag="api" id="tntList"
title="No thing" description="Change me!" icon=""
controller="home" action="index"
extends="./apiRoot"
/>-->
<Export tag="lunchbar" id="helpRbm" order="7"
title="How-to Fieldwork" description="How-to Fieldwork" icon=""
controller="help" action="index"
extends="./lunchbarRoot/help" />
</Exports>
</Manifest>