-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.xml
More file actions
28 lines (28 loc) · 1.02 KB
/
module.xml
File metadata and controls
28 lines (28 loc) · 1.02 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="json2persistent.ZPM">
<Module>
<Name>json2persistent</Name>
<Version>1.0.7</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/ISC</SourcesRoot>
<Resource Name="SE.PKG"/>
<!-- Resource Name="ISC/SE/Tools/JSON.CLS"/ -->
<!-- Resource Name="ISC/SE/REST/JSON.cls"/ -->
<WebApplication
Url="/se/tools/json"
SourcePath="/src/csp"
Recurse="1"
DeployPath="{$cspdir}/se/tools/json"
MatchRoles=":{$globalsDbRole}"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
DispatchClass="ISC.SE.REST.JSON"
ServeFiles="1"
CookiePath="/se/tools/json"
UseCookies="2"
/>
</Module>
</Document>
</Export>