-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·49 lines (43 loc) · 2.64 KB
/
package.xml
File metadata and controls
executable file
·49 lines (43 loc) · 2.64 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.clanunknownsoldiers.plugin.membership" 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= Membership System</packagename>
<packagedescription>The Unknown Soldiers Membership System that serves as a link between Ranks, Awards and Branches</packagedescription>
<version>0.1.0</version>
<date>2016-05-14</date>
</packageinformation>
<authorinformation>
<author>Christopher Mühl</author>
<authorurl>http://www.padarom.de/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.7">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="1.0.9">com.clanunknownsoldiers.plugin.base</requiredpackage>
<requiredpackage minversion="0.1.0">com.clanunknownsoldiers.plugin.awards</requiredpackage>
<requiredpackage minversion="0.1.0">com.clanunknownsoldiers.plugin.ranks</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="acpMenu">xml/acpMenu.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="templateListener">xml/templateListener.xml</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
<!-- SQL Installation separated into multiple files for clarity -->
<instruction type="sql">sql/install/010-membership.sql</instruction>
<instruction type="sql">sql/install/020-userHistoryType.sql</instruction>
<instruction type="sql">sql/install/030-userHistory.sql</instruction>
<instruction type="sql">sql/install/040-unit.sql</instruction>
<instruction type="sql">sql/install/050-unitPosition.sql</instruction>
<instruction type="sql">sql/install/060-unitMember.sql</instruction>
<instruction type="sql">sql/install/070-unitScope.sql</instruction>
<instruction type="sql">sql/install/080-unitScopeTail.sql</instruction>
<instruction type="sql">sql/install/090-issuedAward.sql</instruction>
<!-- User History Type PIP -->
<instruction type="packageInstallationPlugin">xml/pip.xml</instruction>
<instruction type="userHistoryType">xml/userHistoryTypes.xml</instruction>
</instructions>
</package>