-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
51 lines (51 loc) · 1.77 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
51
<?xml version="1.0" encoding="UTF-8"?>
<package 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/2019/package.xsd" name="at.megathorx.wsc_api">
<packageinformation>
<!-- at.megathorx.wsc_api -->
<packagename>WSC-Api</packagename>
<packagedescription>WSC-Api</packagedescription>
<version>3.0.1</version>
<date>2021-03-13</date>
<license/>
</packageinformation>
<authorinformation>
<author>MegaThorx</author>
<authorurl>https://github.com/eXo-OpenSource/wsc-api</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<compatibility>
<api version="2018"/>
<api version="2019"/>
</compatibility>
<instructions type="install">
<instruction type="file"/>
<instruction type="language"/>
<instruction type="acpTemplate"/>
<instruction type="acpMenu"/>
<instruction type="objectTypeDefinition"/>
<instruction type="objectType"/>
<instruction type="aclOption"/>
<instruction type="userGroupOption"/>
<instruction type="userNotificationEvent"/>
<instruction type="sql">install.sql</instruction>
</instructions>
<instructions type="update" fromversion="2.1.0">
<instruction type="file"/>
<instruction type="acpMenu"/>
<instruction type="acpTemplate"/>
</instructions>
<instructions type="update" fromversion="2.1.1">
<instruction type="file"/>
<instruction type="language"/>
</instructions>
<instructions type="update" fromversion="2.1.2">
<instruction type="file"/>
</instructions>
<instructions type="update" fromversion="2.1.3">
<instruction type="acpTemplate"/>
<instruction type="file"/>
<instruction type="language"/>
</instructions>
</package>