generated from intersystems-community/intersystems-iris-dev-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.xml
More file actions
60 lines (58 loc) · 2.07 KB
/
module.xml
File metadata and controls
60 lines (58 loc) · 2.07 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
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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="openapi-suite.ZPM">
<Module>
<Name>openapi-suite</Name>
<Version>1.1.1</Version>
<Description>ObjectScript class generator from OpenAPI specification</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="dc.openapi.PKG"/>
<Resource Name="Grongier.OpenApi.PKG"/>
<Default Name="passwordEnabled" Value="1" />
<CSPApplication
SourcePath="/web"
DeployPath="${cspdir}/openapisuite"
Url="/openapisuite"
CookiePath="/openapisuite/"
PasswordAuthEnabled="${passwordEnabled}"
AuthenticationMethods="64"
Recurse="1"
MatchRoles=":%DB_${Namespace}"
DispatchClass="dc.openapi.suite.api.disp"/>
<CSPApplication
SourcePath="/web"
DeployPath="${cspdir}/openapisuite/ui"
Url="/openapisuite/ui"
CookiePath="/openapisuite/"
ServeFiles="1"
PasswordAuthEnabled="${passwordEnabled}"
AuthenticationMethods="64"
MatchRoles=":%DB_${Namespace}"
Recurse="1"/>
<UnitTest Name="/tests" Package="dc.openapi.suite.unittests" Phase="test"/>
<Invoke Class="community.utils.SSLClient" Method="CreateSSLConfiguration">
<Arg>DefaultSSL</Arg>
</Invoke>
<Dependencies>
<ModuleReference>
<Name>io-redirect</Name>
<Version>*</Version>
</ModuleReference>
<ModuleReference>
<Name>sslclient</Name>
<Version>*</Version>
</ModuleReference>
<ModuleReference>
<Name>swagger-converter-cli</Name>
<Version>*</Version>
</ModuleReference>
<ModuleReference>
<Name>swagger-validator-cli</Name>
<Version>*</Version>
</ModuleReference>
</Dependencies>
<SystemRequirements Version=">=2020.1" Interoperability="enabled" />
</Module>
</Document>
</Export>