-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.xml
25 lines (25 loc) · 1.06 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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="IRIS" version="26">
<Document name="bdb-sql-utils.ZPM">
<Module>
<Name>bdb-sql-utils</Name>
<Version>0.7.3</Version>
<Description>SQL cookbook for simple storage recipes and other SQL utilities. This is not an official InterSystems repository.</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="bdb.cdc.Utils.CLS"/>
<Resource Name="bdb.logme.Log.CLS"/>
<Resource Name="bdb.logme.LogField.CLS"/>
<Resource Name="bdb.logme.PropertyClass.CLS"/>
<Resource Name="bdb.logme.Trigger.CLS"/>
<Resource Name="bdb.sql.CollectionUtils.CLS"/>
<Resource Name="bdb.sql.Dump.CLS"/>
<Resource Name="bdb.sql.ForeignUtils.CLS"/>
<Resource Name="bdb.sql.ForeignUtilsRS.CLS"/>
<Resource Name="bdb.sql.InferSchema.CLS"/>
<Resource Name="bdb.sql.StatementUtils.CLS"/>
<Resource Name="bdb.sql.StorageUtils.CLS"/>
<Resource Name="bdb.sql.StreamUtils.CLS"/>
</Module>
</Document>
</Export>