-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmodule.xml
More file actions
executable file
·23 lines (22 loc) · 862 Bytes
/
module.xml
File metadata and controls
executable file
·23 lines (22 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="samples-bi.ZPM">
<Module>
<Name>samples-bi</Name>
<Version>1.0.5</Version>
<Description>Provides sample data for use with InterSystems IRIS Business Intelligence, as well as fully developed sample BI models and dashboards.</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="BI.PKG"/>
<Resource Name="HoleFoods.PKG"/>
<Resource Name="ZipCodeData.GBL"/>
<Invokes>
<Invoke Class="HoleFoods.Utils" Method="StopJournalling">
<Arg>${namespace}</Arg>
</Invoke>
<Invoke Class="HoleFoods.Utils" Method="Setup"></Invoke>
<Invoke Class="BI.Populate" Method="Setup"></Invoke>
</Invokes>
</Module>
</Document>
</Export>