-
Notifications
You must be signed in to change notification settings - Fork 19
/
module.xml
28 lines (28 loc) · 1.25 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
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="ZPM.ZPM"><Module>
<Name>ZPM</Name>
<Version>0.9.0-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>
</Author>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="%IPM.PKG"/>
<Resource Name="%IPM.Common.INC"/>
<Resource Name="%IPM.Formatting.INC"/>
<Resource Name="IPM.Installer.CLS" Preload="true" />
<UnitTest Name="/tests/unit_tests/" Package="Test.PM.Unit" Phase="test"/>
<UnitTest Name="/tests/integration_tests/" Package="Test.PM.Integration" Phase="verify"/>
<Resource Name="/doc/README.txt"/>
<Invoke Class="IPM.Installer" Method="Map" Phase="Reload" When="Before" />
<Invoke Class="IPM.Installer" Method="MapIfLegacy" Phase="Compile" When="After" />
<Invoke Class="%IPM.Main" Method="UpdateLanguageExtensions" />
<Invoke Class="%IPM.Utils.Migration" Method="RunAll">
<Arg>${verbose}</Arg>
</Invoke>
</Module>
</Document></Export>