This repository was archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
39 lines (33 loc) · 1.65 KB
/
package.xml
File metadata and controls
39 lines (33 loc) · 1.65 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.maasdt.wbb.boardIcon" 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/maelstrom/package.xsd">
<packageinformation>
<packagename>WoltLab Suite Forum: Forum Icons</packagename>
<packagename language="de">WoltLab Suite Forum: Forum-Icons</packagename>
<packagedescription>Adds possibility to select distinct icons for each forum</packagedescription>
<packagedescription language="de">Ermöglicht die Auswahl individueller Foren-Icons</packagedescription>
<version>2.0.0</version>
<date>2016-08-20</date>
</packageinformation>
<authorinformation>
<author>Maasdt</author>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.0 Alpha 1">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="5.0.0 Alpha 1">com.woltlab.wbb</requiredpackage>
<requiredpackage minversion="2.0.0 Alpha 1" file="requirements/com.maasdt.wcf.fontAwesomeIconUtil.tar">com.maasdt.wcf.fontAwesomeIconUtil</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="2.1.0 Alpha 1">com.maasdt.wcf.fontAwesomeIconUtil</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="acpTemplate" application="wbb" />
<instruction type="file" application="wbb" />
<instruction type="sql" />
<instruction type="acpMenu" />
<instruction type="eventListener" />
<instruction type="language" />
<instruction type="option" />
<instruction type="templateListener" />
<instruction type="userGroupOption" />
</instructions>
</package>