forked from wbbaddons/JCoins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
56 lines (52 loc) · 3.06 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
56
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.joshsboard.jCoins" 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/maelstrom/package.xsd">
<packageinformation>
<packagename>jCoins</packagename>
<packagedescription>A credit system for WCF2.</packagedescription>
<version>1.0.0</version>
<date>2013-03-02</date>
</packageinformation>
<authorinformation>
<author>Joshua Ruesweg</author>
<authorurl>http://www.joshsboard.de/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.0 Alpha 1">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="1.0.0 Alpha 1">com.woltlab.wcf.like</requiredpackage>
<requiredpackage minversion="1.0.0 Alpha 16">com.woltlab.wcf.user</requiredpackage>
<requiredpackage minversion="1.0.0 Alpha 2">com.woltlab.wcf.bbcode</requiredpackage>
<requiredpackage minversion="1.0.0 Alpha 1">com.woltlab.wcf.message</requiredpackage>
<requiredpackage minversion="1.0.0 Alpha 1">com.woltlab.wcf.conversation</requiredpackage>
<requiredpackage minversion="1.0.0 Alpha 1">com.woltlab.wcf.message.sidebar</requiredpackage>
<requiredpackage minversion="1.0.0">de.joshsboard.tempusergroup</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="template">templates.tar</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="sql">install.sql</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
<instruction type="option">options.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="cronjob">cronjob.xml</instruction>
<instruction type="objectType">objectType.xml</instruction>
<instruction type="userNotificationEvent">userNotificationEvent.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="language">lang/*.xml</instruction>
</instructions>
<instructions type="update" fromversion="*">
<instruction type="template">templates.tar</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
<instruction type="option">options.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="cronjob">cronjob.xml</instruction>
<instruction type="objectType">objectType.xml</instruction>
<instruction type="userNotificationEvent">userNotificationEvent.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<instruction type="language">lang/*.xml</instruction>
</instructions>
</package>