-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
34 lines (29 loc) · 1.4 KB
/
package.xml
File metadata and controls
34 lines (29 loc) · 1.4 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="software.krymo.woltlab.suite.core.bbcode.language" 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/6.0/package.xsd">
<packageinformation>
<packagename><![CDATA[BBCode: Language]]></packagename>
<packagename language="de"><![CDATA[BBCode: Sprache]]></packagename>
<packagedescription><![CDATA[This package provides a language BBCode for the WoltLab Suite™ Core.]]></packagedescription>
<packagedescription language="de"><![CDATA[Dieses Paket stellt einen Sprach-BBCode für den WoltLab Suite™ Core zur Verfügung.]]></packagedescription>
<version>1.2.0</version>
<date>2024-10-26</date>
<packageurl><![CDATA[https://krymo.software]]></packageurl>
</packageinformation>
<authorinformation>
<author><![CDATA[Krymo Software]]></author>
<authorurl><![CDATA[https://krymo.software]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.0.18">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file"/>
<instruction type="bbcode"/>
</instructions>
<instructions type="update" fromversion="1.1.0">
<void/>
</instructions>
</package>