-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
32 lines (28 loc) · 1.55 KB
/
package.xml
File metadata and controls
32 lines (28 loc) · 1.55 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
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.clanunknownsoldiers.extension.editlog" 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= ACP Edit Log Extension</packagename>
<packagedescription>Adds additional logged items to the ACP Edit Log plugin.</packagedescription>
<version>1.0.5</version>
<date>2017-02-04</date>
</packageinformation>
<authorinformation>
<author><![CDATA[Christopher Mühl]]></author>
<authorurl><![CDATA[https://www.padarom.io/]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.1.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="1.0.0">io.padarom.plugins.editlog</requiredpackage>
<requiredpackage minversion="1.0.5">com.clanunknownsoldiers.plugin.awards</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="language">language/*.xml</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.0.0">
<instruction type="file">files.tar</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
</instructions>
</package>