-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (25 loc) · 1.23 KB
/
package.xml
File metadata and controls
28 lines (25 loc) · 1.23 KB
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"?>
<package name="com.clanunknownsoldiers.plugin.groupmessage" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/package.xsd">
<packageinformation>
<packagename>=US= Group Messaging</packagename>
<packagedescription>A plugin to permit PM to usergroup.</packagedescription>
<version>0.1.0</version>
<date>2017-02-07</date>
</packageinformation>
<authorinformation>
<author>Martin Cherwin</author>
<authorurl>https://www.clanunknownsoldiers.com/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.7">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="template">templates.tar</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="sql">sql/install/install.sql</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
<instruction type="templateListener">xml/templateListener.xml</instruction>
</instructions>
</package>