forked from SergeyMi37/zapm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.xml
More file actions
25 lines (25 loc) · 854 Bytes
/
Copy pathmodule.xml
File metadata and controls
25 lines (25 loc) · 854 Bytes
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="Cache" version="25">
<Document name="zapm.ZPM">
<Module>
<Name>zapm</Name>
<Version>1.0.55</Version>
<Description>Zapm is a shell - extends the zpm shell and adds any other commands.</Description>
<Keywords>Extension Package Manager</Keywords>
<Author>
<Person>Mikhaylenko Sergey</Person>
<CopyrightDate>2023</CopyrightDate>
<License>MIT</License>
</Author>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="%ZAPM.ext.PKG" />
<Resource Name="%ZAPM.ext.Common.INC" />
<Resource Name="%ZAPM.ZpmLoad.GBL" />
<UnitTest Name="/unitest/zapm/" Package="ZAPM.unutest.zapm" Phase="verify"/>
<Invokes>
<Invoke Class="%ZAPM.compat.Compat" Method="CheckCompatibility" Phase="Reload" When="After" />
</Invokes>
</Module>
</Document>
</Export>