-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
50 lines (42 loc) · 2.14 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
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.softcreatr.distinguished.lexicon" 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/2019/package.xsd">
<packageinformation>
<packagename>Distinguished Members - Lexicon Extension</packagename>
<packagedescription>Adds Lexicon entries to Distinguished Members.</packagedescription>
<packagename language="de">Angesehene Mitglieder - Lexikon-Erweiterung</packagename>
<packagedescription language="de">Erweitert Angesehene Mitglieder um Lexikon-Einträge.</packagedescription>
<version>5.5.1</version>
<date>2022-09-18</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.3.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="6.2.0">com.viecode.lexicon</requiredpackage>
<requiredpackage minversion="5.3.0">de.softcreatr.distinguished</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="*">com.uz.distinguished.lexicon</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="distinguished" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="5.2.*">
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="5.3.*">
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="5.4.*">
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="5.5.0">
<instruction type="distinguished" />
<instruction type="language" />
</instructions>
</package>