-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
44 lines (39 loc) · 1.99 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.softcreatr.box.active" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/6.0/package.xsd">
<packageinformation>
<packagename>Box “Members with the most Points”</packagename>
<packagedescription>Provides an additional system box for configurably displaying the most active members.</packagedescription>
<packagename language="de">Box „Mitglieder mit den meisten Punkten“</packagename>
<packagedescription language="de">Ergänzt eine System-Box zur konfigurierbaren Anzeige der aktivsten Mitglieder.</packagedescription>
<version>6.0.0</version>
<date>2023-12-29</date>
<license><![CDATA[LGPL <https://opensource.org/licenses/lgpl-license.php>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[SoftCreatR.dev]]></author>
<authorurl><![CDATA[https://softcreatr.dev]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.5.18">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="*">com.uz.box.active</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" />
<instruction type="language" />
<instruction type="template" />
<instruction type="objectTypeDefinition" />
<instruction type="objectType" />
<instruction type="box" />
</instructions>
<instructions type="update" fromversion="*">
<instruction type="file" />
<instruction type="language" />
<instruction type="template" />
<instruction type="objectTypeDefinition" />
<instruction type="objectType" />
<instruction type="box" />
</instructions>
</package>