-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
54 lines (39 loc) · 1.59 KB
/
Copy pathpackage.xml
File metadata and controls
54 lines (39 loc) · 1.59 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.verp" 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/maelstrom/package.xsd">
<packageinformation>
<packagename>VERP</packagename>
<isapplication>0</isapplication>
<version>1.3.1</version>
<date>2026-09-03</date>
</packageinformation>
<authorinformation>
<author>Tim Düsterhus</author>
<authorurl>http://tims.bastelstu.be</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.5.20">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="7.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="eventListener" />
<instruction type="option" />
</instructions>
<instructions type="update" fromversion="1.3.0">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="eventListener" />
<instruction type="option" />
</instructions>
<instructions type="update" fromversion="1.2.1">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="eventListener" />
<instruction type="option" />
</instructions>
<instructions type="update" fromversion="1.2.0">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="eventListener" />
<instruction type="option" />
</instructions>
</package>