forked from intersystems/ipm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.xml
22 lines (22 loc) · 957 Bytes
/
module.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="ZPM.ZPM"><Module>
<Name>ZPM</Name>
<GlobalScope>true</GlobalScope>
<Version>0.7.1-SNAPSHOT</Version>
<ExternalName>Package Management System</ExternalName>
<Description>Provides development tools and infrastructure for defining, building, distributing, and installing modules and applications.</Description>
<Keywords>Package Manager</Keywords>
<Author>
<Organization>InterSystems Corporation</Organization>
<CopyrightDate>2019</CopyrightDate>
</Author>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="%ZPM.PKG"/>
<UnitTest Name="/tests/unit_tests/" Package="Test.PM.Unit" Phase="test"/>
<UnitTest Name="/tests/integration_tests/" Package="Test.PM.Integration" Phase="verify"/>
<Resource Name="%ZLANGC00.MAC" Generated="true"/>
<Resource Name="/doc/README.txt"/>
</Module>
</Document></Export>