-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
executable file
·62 lines (51 loc) · 2.66 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
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.clanunknownsoldiers.plugin.base" 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= Forum Base Package</packagename>
<packagedescription>The base package that every Unknown Soldiers forum package needs to require.</packagedescription>
<version>1.3.4</version>
<date>2018-01-23</date>
</packageinformation>
<authorinformation>
<author>Christopher Mühl</author>
<authorurl>https://www.padarom.io/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.7">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="4.0.0">com.woltlab.wbb</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="language">language/*.xml</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="pageMenu">xml/pageMenu.xml</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.1.0">
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.1.1">
<instruction type="file">files.tar</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.2.0">
<instruction type="language">language/*.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.3.0">
<instruction type="template">templates.tar</instruction>
</instructions>
<instructions type="update" fromversion="1.3.1">
<instruction type="template">templates.tar</instruction>
</instructions>
<instructions type="update" fromversion="1.3.2">
<instruction type="language">language/*.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.3.3">
<instruction type="template">templates.tar</instruction>
</instructions>
</package>