generated from intersystems-community/intersystems-iris-dev-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.xml
51 lines (51 loc) · 1.9 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
50
51
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="journal-indexer.ZPM">
<Module>
<Name>journal-indexer</Name>
<Version>0.7.1</Version>
<Description></Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="dc.journalindexer.PKG"/>
<Resource Name="dc.observer.PKG"/>
<Resource Name="JRNINDEXER.MAC" Directory="mac/"/>
<Resource Name="JRNINDEXERFW.MAC" Directory="mac/"/>
<Resource Name="journalindexer.INC" Directory="inc/"/>
<Resource Name="eventobserver.INC" Directory="inc/"/>
<FileCopy Name="sql-stats.xml.renamed" Target="${libdir}journal-indexer/"/>
<Invoke Class="%File" Method="CreateDirectory" Phase="Compile" When="Before" CheckStatus="true">
<Arg>${libdir}journal-indexer</Arg>
</Invoke>
<Invoke Class="dc.journalindexer.services.Config" Method="Initialize"></Invoke>
<Invoke Class="dc.journalindexer.services.Config" Method="InitWebApps"></Invoke>
<Invoke Class="%SYSTEM.SQL.Stats.Table" Method="Import">
<Arg>${libdir}journal-indexer/sql-stats.xml.renamed</Arg>
</Invoke>
<CSPApplication
Url="/jrnindexer/api"
Recurse="1"
MatchRoles=":${dbrole}"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
DispatchClass="dc.journalindexer.rest.disp"
ServeFiles="1"
CookiePath="/jrnindexer/"
UseCookies="2"
/>
<CSPApplication
Url="/jrnindexer/ws"
SourcePath=""
DeployPath="${cspdir}jrnindexer/ws"
ServeFiles="1"
Recurse="1"
CookiePath="/jrnindexer/"
UseCookies="2"
MatchRoles=":${dbrole}"
PasswordAuthEnabled="0"
UnauthenticatedEnabled="1"
/>
<UnitTest Name="/" Package="tests.dc.journalindexer" Phase="test"/>
</Module>
</Document>
</Export>