-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
45 lines (39 loc) · 1.65 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.kittmedia.wcf.pluginstoreverification" 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/tornado/package.xsd">
<packageinformation>
<packagename>WoltLab Plugin Store Verification</packagename>
<packagedescription><![CDATA[]]></packagedescription>
<version>2.2.2</version>
<date>2021-03-15</date>
</packageinformation>
<authorinformation>
<author><![CDATA[KittMedia]]></author>
<authorurl>https://kittmedia.com</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.2.4">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="2.2.1">com.kittmedia.wcf.woltlabapi</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="*">com.devlabor.wcf.store.verification</excludedpackage>
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<!-- configuration -->
<instruction type="objectTypeDefinition" /><!-- do not relocate -->
<instruction type="objectType" /><!-- do not relocate -->
<instruction type="page" /><!-- do not relocate -->
<instruction type="menuItem" /><!-- do not relocate -->
<instruction type="acpMenu" />
<instruction type="language" />
<!-- files -->
<instruction type="acpTemplate" />
<instruction type="file" />
<instruction type="sql" />
<instruction type="template" />
</instructions>
<instructions type="update" fromversion="2.2.1">
<!-- files -->
<instruction type="template" />
</instructions>
</package>