-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.xml
16 lines (16 loc) · 1.01 KB
/
module.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="npm-iris.ZPM">
<Module>
<Name>npm-iris</Name>
<Version>0.1.5</Version>
<Description>Project & Task Management using InterSystems IRIS and Bootstrap 4</Description>
<Keywords>zpm,task,gantt,kanban,todo</Keywords>
<Packaging>module</Packaging>
<Resource Directory="cls" Name="diashenrique.PKG"/>
<CSPApplication CookiePath="/npm/" DefaultTimeout="900" DeployPath="${cspdir}/npm" PasswordAuthEnabled="1" Recurse="1" ServeFiles="1" ServeFilesTimeout="3600" SourcePath="/src/csp" UnauthenticatedEnabled="0" Url="/npm" UseSessionCookie="2"/>
<CSPApplication CookiePath="/npm/api/" DefaultTimeout="900" DispatchClass="diashenrique.npm.REST.Dispatch" MatchRoles=":%All" PasswordAuthEnabled="1" Recurse="1" ServeFiles="1" ServeFilesTimeout="3600" UnauthenticatedEnabled="0" Url="/npm/api" UseSessionCookie="2"/>
<SourcesRoot>src</SourcesRoot>
</Module>
</Document>
</Export>