-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
40 lines (32 loc) · 1.37 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.woltlab.wcf.exporter" 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>WoltLab Suite Core: Importer</packagename>
<packagename language="de">WoltLab Suite Core: Importer</packagename>
<packagedescription>Import data from other discussion board systems.</packagedescription>
<packagedescription language="de">Ermöglicht den Datenimport aus anderen Forensystemen.</packagedescription>
<version>6.1.0 RC 1</version>
<date>2024-10-10</date>
</packageinformation>
<authorinformation>
<author>WoltLab GmbH</author>
<authorurl>https://www.woltlab.com</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.1.0 Beta 2">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="language" />
<instruction type="objectType" />
</instructions>
<instructions type="update" fromversion="6.0.*">
<instruction type="file"/>
</instructions>
<instructions type="update" fromversion="6.1.0 Beta 2">
<void/>
</instructions>
</package>