Skip to content

Commit fd79d4c

Browse files
Merge pull request #5 from CraigRegester:CraigRegester/issue2
add ZPM support to increase usage
2 parents 78e351b + ac5d9e1 commit fd79d4c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

module.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Export generator="Cache" version="25">
3+
<Document name="fitlib-rest-framework.ZPM">
4+
<Module>
5+
<Name>fitlib-rest-framework</Name>
6+
<Version>1.1.0</Version>
7+
<Description>The Fantastic IRIS Toolbox (FITLIB) REST Operation Framework</Description>
8+
<Keywords>rest operation interoperability api quickstart json</Keywords>
9+
<Author>
10+
<Person>Craig Regester</Person>
11+
<Organization>db Studio</Organization>
12+
<CopyrightDate>2022</CopyrightDate>
13+
<License>MIT</License>
14+
<Notes>Creative Solutions by Design - media.dbstudio.io</Notes>
15+
</Author>
16+
<Packaging>module</Packaging>
17+
<SystemRequirements Version=">=2020.1" Interoperability="enabled" />
18+
<SourcesRoot>src</SourcesRoot>
19+
<Resource Name="FIT.INC"/>
20+
<Resource Name="FITTraceHelper.INC"/>
21+
<Resource Name="FITLIB.PKG"/>
22+
</Module>
23+
</Document>
24+
</Export>

0 commit comments

Comments
 (0)