-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (27 loc) · 1.4 KB
/
package.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
29
30
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.clanunknownsoldiers.plugin.threadread" 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= Thread Read</packagename>
<packagedescription>A plugin to track who has read threads</packagedescription>
<version>0.1.0</version>
<date>2017-02-09</date>
</packageinformation>
<authorinformation>
<author>Martin Cherwin</author>
<authorurl>https://www.clanunknownsoldiers.com/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.8">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="4.0.8">com.woltlab.wbb</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="file" application="wbb">files.tar</instruction>
<instruction type="template" application="wbb">templates.tar</instruction>
<instruction type="sql">sql/install/install.sql</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="templateListener">xml/templateListener.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
</instructions>
</package>