-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.xml
executable file
·24 lines (24 loc) · 1.05 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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="fitlib-rest-framework.ZPM">
<Module>
<Name>fitlib-rest-framework</Name>
<Version>1.1.0</Version>
<Description>The Fantastic IRIS Toolbox (FITLIB) REST Operation Framework</Description>
<Keywords>rest operation interoperability api quickstart json</Keywords>
<Author>
<Person>Craig Regester</Person>
<Organization>db Studio</Organization>
<CopyrightDate>2022</CopyrightDate>
<License>MIT</License>
<Notes>Creative Solutions by Design - media.dbstudio.io</Notes>
</Author>
<Packaging>module</Packaging>
<SystemRequirements Version=">=2020.1" Interoperability="enabled" />
<SourcesRoot>src</SourcesRoot>
<Resource Name="FIT.INC"/>
<Resource Name="FITTraceHelper.INC"/>
<Resource Name="FITLIB.PKG"/>
</Module>
</Document>
</Export>