/
SergeyMi37
/
zapm
Обзор
Документация
Войти
/
SergeyMi37
/
zapm
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
module.xml
25 строк
814 B
Sergey Mikhaylenko
Revert "Make zapm compatible with both older and newer version of ZPM"
12 июн 2024, 20:37
Не верифицирован
12 июн 2024, 20:37
d370c2c
Код
Авторство
О чём код?
<?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.ext.zapp" Method="init"></Invoke> </Invokes> </Module> </Document> </Export>