-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.xml
executable file
·36 lines (36 loc) · 1.06 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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="zprofile.ZPM">
<Module>
<Name>zprofile</Name>
<Version>1.0.2</Version>
<Keywords>monlbl,linebyline,profile</Keywords>
<Description>Line by line profiler for ObjectScript with Execution Stack view</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="caretdev.zprofile.PKG"/>
<CSPApplication
Name="/web"
Directory="${cspdir}/zprofile"
Url="/zprofile"
MatchRoles=":${dbrole}"
Recurse="1"
ServeFiles="1"
UnauthenticatedEnabled="1"
PasswordAuthEnabled="0"
UseSessionCookie="2"
/>
<CSPApplication
Name="/web"
Directory="${cspdir}/zprofile"
Url="/zprofile/api"
DispatchClass="caretdev.zprofile.API"
Recurse="1"
ServeFiles="1"
UnauthenticatedEnabled="0"
PasswordAuthEnabled="1"
UseSessionCookie="2"
/>
</Module>
</Document>
</Export>