generated from intersystems-community/intersystems-iris-dev-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.xml
49 lines (49 loc) · 2.33 KB
/
module.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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="iris-megazord.ZPM">
<Module>
<Name>iris-megazord</Name>
<Version>1.0.4</Version>
<Description>A portal joing different tools for easing interoperability tasks</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Dependencies>
<ModuleReference>
<Name>sslclient</Name>
<Version>1.*</Version>
</ModuleReference>
</Dependencies>
<Dependencies>
<ModuleReference>
<Name>appmsw-telestat</Name>
<Version>1.*</Version>
</ModuleReference>
<ModuleReference>
<Name>pregnancy-symp-tracker-fhir-app</Name>
<Version>1.*</Version>
</ModuleReference>
<ModuleReference>
<Name>webterminal</Name>
<Version>4.*</Version>
</ModuleReference>
<ModuleReference>
<Name>iris-tripleSlash</Name>
<Version>1.*</Version>
</ModuleReference>
</Dependencies>
<Resource Name="dc.irisflow.PKG"/>
<Resource Name="dc.irishistorymonitor.PKG"/>
<Resource Name="dc.irismessageviewer.PKG"/>
<Resource Name="dc.zpm.PKG"/>
<UnitTest Name="/src" Package="UnitTest" Phase="test"/>
<CSPApplication CookiePath="/csp/megazord/api/" DefaultTimeout="900" DispatchClass="dc.irisflow.rest.Dispatch" MatchRoles=":%All" PasswordAuthEnabled="1" Recurse="1" ServeFiles="1" ServeFilesTimeout="3600" UnauthenticatedEnabled="0" Url="/csp/megazord/api" UseSessionCookie="2"/>
<CSPApplication CookiePath="/csp/megazord/" DefaultTimeout="900" DeployPath="{cspdir}/csp/${namespace}/" Description="Interoperability Management Portal" MatchRoles=":{$dbrole}" PasswordAuthEnabled="1" Recurse="1" ServeFiles="1" ServeFilesTimeout="3600" SourcePath="/src/csp" UnauthenticatedEnabled="0" Url="/csp/megazord" UseSessionCookie="2"/>
<Invokes>
<Invoke Class="dc.irisflow.util.Setup" Method="InitialComponents"></Invoke>
<Invoke Class="dc.zpm.Charts" Method="CreateSankeyDataSourceTask"></Invoke>
<Invoke Class="dc.apps.pregsymptracker.restapi.impl" Method="ConfigTest"></Invoke>
<Invoke Class="dc.apps.pregsymptracker.util.Example" Method="Main"></Invoke>
</Invokes>
</Module>
</Document>
</Export>