forked from WoltLab/com.woltlab.wcf.conversation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
55 lines (47 loc) · 2.09 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?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/vortex/package.xsd">
<packageinformation>
<packagename>WoltLab Suite Core: Conversations</packagename>
<packagedescription>Private conversations between multiple users</packagedescription>
<version>3.0.3</version>
<date>2017-02-28</date>
</packageinformation>
<authorinformation>
<author>WoltLab GmbH</author>
<authorurl>http://www.woltlab.com</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.3">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="3.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" />
<instruction type="userGroupOption" />
<instruction type="sql" />
<instruction type="template" />
<instruction type="option" />
<instruction type="templateListener" />
<instruction type="language" />
<instruction type="objectType" />
<instruction type="clipboardAction" />
<instruction type="coreObject" />
<instruction type="userNotificationEvent" />
<instruction type="userOption" />
<instruction type="eventListener" />
<instruction type="script">acp/install_com.woltlab.wcf.conversation.php</instruction>
<instruction type="page" />
</instructions>
<instructions type="update" fromversion="2.1.7">
<instruction type="file">files.tar</instruction>
<instruction type="script" run="standalone" flushCache="false">acp/update_com.woltlab.wcf.conversation_3.0_dropColumns.php</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="page">page.xml</instruction>
</instructions>
<instructions type="update" fromversion="3.0.0">
<instruction type="language" />
</instructions>
</package>