forked from intersystems-community/DeepSeeWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.xml
More file actions
19 lines (19 loc) · 725 Bytes
/
module.xml
File metadata and controls
19 lines (19 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Export generator="Cache" version="25">
<Document name="dsw.ZPM">
<Module>
<Name>dsw</Name>
<Version>3.2.19</Version>
<Packaging>module</Packaging>
<Description>DeepSeeWeb (DSW) is an Angular UI layer for IRIS BI (DeepSee) dashboards</Description>
<Dependencies>
<ModuleReference>
<Name>MDX2JSON</Name>
<Version>3.*</Version>
</ModuleReference>
</Dependencies>
<SystemSetting Name="CSP.DefaultFileCharset" Value="UTF-8"/>
<CSPApplication Url="/dsw" SourcePath="/dist" DeployPath="{$cspdir}/dsw" ServeFiles="1" Recurse="1" CookiePath="/dsw"/>
</Module>
</Document>
</Export>