-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
executable file
·33 lines (30 loc) · 1.6 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.clanunknownsoldiers.plugin.ranks" 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= Branch and Rank System</packagename>
<packagedescription>A configurable rank system, suited for the needs of the Unknown Soldiers.</packagedescription>
<version>1.0.0</version>
<date>2015-10-11</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="4.0.0">com.woltlab.wbb</requiredpackage>
<requiredpackage>com.clanunknownsoldiers.plugin.base</requiredpackage>
<requiredpackage minversion="0.1.0">io.padarom.devtools.formbuilder</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="sql">install.sql</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<instruction type="objectType">objectType.xml</instruction>
<instruction type="pageMenu">pageMenu.xml</instruction>
</instructions>
</package>