-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
38 lines (31 loc) · 1.34 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.bottle" 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>Bottle.js</packagename>
<isapplication>0</isapplication>
<version>2.0.1</version>
<date>2023-09-07</date>
</packageinformation>
<authorinformation>
<author>Stephen Young, Tim Düsterhus</author>
<authorurl>http://tims.bastelstu.be</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.5.14">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>
</instructions>
<instructions type="update" fromversion="1.7.0">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
<instructions type="update" fromversion="2.0.0">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
<instructions type="update" fromversion="2.0.0 pl 1">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
</package>