-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
executable file
·52 lines (43 loc) · 2.22 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.clanunknownsoldiers.plugin.awards" 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= Awards System</packagename>
<packagedescription>An award management system suited for the needs of the Unknown Soldiers.</packagedescription>
<version>1.1.0</version>
<date>2017-08-12</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>
<requiredpackage minversion="1.2.0">com.clanunknownsoldiers.plugin.base</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="pageMenu">xml/pageMenu.xml</instruction>
<instruction type="objectType">xml/objectType.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
<instruction type="acpMenu">xml/option.xml</instruction>
<instruction type="sql">sql/install.sql</instruction>
</instructions>
<instructions type="update" fromversion="0.3.0">
<instruction type="file">files.tar</instruction>
<instruction type="option">xml/option.xml</instruction>
<instruction type="language">language/*.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.0.5">
<instruction type="file">files.tar</instruction>
<instruction type="pageMenu">xml/pageMenu.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.0.6">
<instruction type="file">files.tar</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
</instructions>
</package>