forked from WoltLab/com.woltlab.wcf.conversation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
39 lines (35 loc) · 1.82 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
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.woltlab.wcf.conversation" 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>User Conversation System</packagename>
<packagedescription>Private conversations between multiple users</packagedescription>
<version>2.0.0 RC 3</version>
<date>2013-11-30</date>
</packageinformation>
<authorinformation>
<author>WoltLab GmbH</author>
<authorurl>http://www.woltlab.com</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.0 RC 4">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="file">files.tar</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<instruction type="sql">install.sql</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="option">option.xml</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="objectType">objectType.xml</instruction>
<instruction type="clipboardAction">clipboardAction.xml</instruction>
<instruction type="coreObject">coreObject.xml</instruction>
<instruction type="userNotificationEvent">userNotificationEvent.xml</instruction>
<instruction type="userOption">userOption.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="script">acp/install_com.woltlab.wcf.conversation_2.0.0.php</instruction>
</instructions>
<instructions type="update" fromversion="2.0.0 RC 2">
<instruction type="file">files_update.tar</instruction>
</instructions>
</package>