-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.xml
77 lines (77 loc) · 4.23 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="isc.perf.ui.ZPM">
<Module>
<Name>isc.perf.ui</Name>
<Version>2.0.0</Version>
<Description>Provides visual representation of %SYS.MONLBL results</Description>
<Keywords>performance monitor</Keywords>
<Packaging>module</Packaging>
<Dependencies>
<ModuleReference>
<Name>isc.rest</Name>
<Version>^1.0.0</Version>
</ModuleReference>
<ModuleReference>
<Name>isc.ipm.js</Name>
<Version>^1.0.0</Version>
</ModuleReference>
<ModuleReference>
<Name>testcoverage</Name>
<Version>^4.0.0</Version>
</ModuleReference>
</Dependencies>
<Resources>
<Resource Name="pkg.isc.perf.ui.PKG">
<Attribute Name="Directory">cls</Attribute>
</Resource>
<Resource Name="/ng/monlbl-viewer" ProcessorClass="pkg.isc.ipm.js.angular.processor">
<Attribute Name="baseHref">#{$Case($Get(^%SYS("WebServer","URLPrefix")),"":"",:"/"_$Get(^%SYS("WebServer","URLPrefix")))}/csp/${namespace}/monlbl-viewer</Attribute>
</Resource>
<Resource Name="/ng/monlbl-viewer/dist/monlbl-viewer" ProcessorClass="CSPApplication" Generated="true">
<Attribute Name="DispatchClass">pkg.isc.perf.ui.rest.StaticFilesHandler</Attribute>
<Attribute Name="Directory">${cspdir}${namespace}/monlbl-viewer</Attribute>
<Attribute Name="Url">/csp/${namespace}/monlbl-viewer</Attribute>
<Attribute Name="ServeFiles">1</Attribute>
<Attribute Name="Recurse">1</Attribute>
<Attribute Name="ServeFilesTimeout">0</Attribute>
<Attribute Name="CookiePath">/csp/${namespace}/monlbl-viewer</Attribute>
<Attribute Name="PasswordAuthEnabled">1</Attribute>
<Attribute Name="UnauthenticatedEnabled">0</Attribute>
</Resource>
<Resource Name="/csp/monlbl-viewer/api" ProcessorClass="CSPApplication" Generated="true">
<Attribute Name="DispatchClass">pkg.isc.perf.ui.rest.Handler</Attribute>
<Attribute Name="Url">/csp/${namespace}/monlbl-viewer/api</Attribute>
<Attribute Name="Recurse">1</Attribute>
<Attribute Name="PasswordAuthEnabled">1</Attribute>
<Attribute Name="UnauthenticatedEnabled">0</Attribute>
<Attribute Name="CookiePath">/csp/${namespace}/monlbl-viewer</Attribute>
</Resource>
<Resource Name="/ng/monlbl-viewer/dist" ProcessorClass="CSPApplication" Generated="true">
<Attribute Name="PermittedClasses">1"pkg.isc.perf.ui.".E</Attribute>
<Attribute Name="Directory">${cspdir}${namespace}/monlbl-viewer/socket</Attribute>
<Attribute Name="Url">/csp/${namespace}/monlbl-viewer/socket</Attribute>
<Attribute Name="CookiePath">/csp/${namespace}/monlbl-viewer</Attribute>
<Attribute Name="PasswordAuthEnabled">1</Attribute>
<Attribute Name="UnauthenticatedEnabled">0</Attribute>
</Resource>
<Resource Name="/api/openapi.json" ProcessorClass="pkg.isc.ipm.js.openApiProcessor">
<Attribute Name="DispatchClass">pkg.isc.perf.ui.rest.Handler</Attribute>
<Attribute Name="Url">/csp/${namespace}/monlbl-viewer/api</Attribute>
<Attribute Name="BaseUrl">/api</Attribute>
<Attribute Name="TargetFolder">/ng/monlbl-viewer/src/app/generated</Attribute>
<Attribute Name="Generator">typescript-angular</Attribute>
<Attribute Name="AdditionalProperties">paramNaming=original,queryParamObjectFormat=key,useSingleRequestParameter=true,ngVersion=13.3.4</Attribute>
</Resource>
</Resources>
<Invoke Class="pkg.isc.perf.ui.Installer" Method="SetCSSToUTF8" />
<Invoke Class="pkg.isc.perf.ui.Installer" Method="AddCodeDBReadForStaticFiles">
<Arg>/csp/${namespace}/monlbl-viewer</Arg>
</Invoke>
<Invoke Class="pkg.isc.perf.ui.Installer" Method="RemoveSecurityChanges" Phase="Unconfigure" />
<LifecycleClass>pkg.isc.ipm.js.openApiModule</LifecycleClass>
<SourcesRoot>.</SourcesRoot>
<AfterInstallMessage>You can view the Line-by-Line Monitor at: ${webroot}csp/${namespace}/monlbl-viewer/</AfterInstallMessage>
</Module>
</Document>
</Export>