-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
39 lines (33 loc) · 1.81 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.clanunknownsoldiers.plugin.regulations" 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/typhoon/package.xsd">
<packageinformation>
<packagename>=US= Regulations</packagename>
<packagedescription>Regulation management and BBCode</packagedescription>
<version>0.1.2</version>
<date>2016-08-10</date>
</packageinformation>
<authorinformation>
<author>Christopher Mühl</author>
<authorurl>www.padarom.io</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.7">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="1.3.0">com.clanunknownsoldiers.plugin.base</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="file">files.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="sql">sql/install/010-regulation.sql</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="bbcode">xml/bbcode.xml</instruction>
<instruction type="pageMenu">xml/pageMenu.xml</instruction>
<instruction type="objectType">xml/objectType.xml</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
</instructions>
<instructions type="update" fromversion="0.1.0">
<instruction type="file">files.tar</instruction>
<instruction type="pageMenu">xml/pageMenu.xml</instruction>
</instructions>
</package>