-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (23 loc) · 1.14 KB
/
package.xml
File metadata and controls
26 lines (23 loc) · 1.14 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.clanunknownsoldiers.plugin.forwardconversation" 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= Conversation Forward</packagename>
<packagedescription>A plugin to permit forwarding of conversations to a new participant list.</packagedescription>
<version>0.1.0</version>
<date>2017-01-19</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="language">language/*.xml</instruction>
<instruction type="templateListener">xml/templateListener.xml</instruction>
<instruction type="bbcode">xml/bbcode.xml</instruction>
</instructions>
</package>