-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.xml
27 lines (27 loc) · 985 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="json2persistent.ZPM">
<Module>
<Name>json2persistent</Name>
<Version>1.0.5</Version>
<Description>Little tool to create persistent or message classes for InterSystems IRIS and InterSystems IRIS For Health from JSON input. The created classes will extend %JSON.Adaptor</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="ISC/SE/Tools/JSON.CLS"/>
<Resource Name="ISC/SE/REST/JSON.cls"/>
<CSPApplication
Url="/se/tools/json"
SourcePath="/src/csp"
Recurse="1"
DeployPath="{$cspdir}/se/tools/json"
MatchRoles=":{$dbrole}"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
DispatchClass="ISC.SE.REST.JSON"
ServeFiles="1"
CookiePath="/se/tools/json"
UseCookies="2"
/>
</Module>
</Document>
</Export>