This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
45 lines (37 loc) · 1.55 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="be.bastelstu.core-js" 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>core.js Polyfill</packagename>
<isapplication>0</isapplication>
<version>2.5.1 pl 1</version>
<date>2018-01-15</date>
</packageinformation>
<authorinformation>
<author>Tim Düsterhus</author>
<authorurl>http://tims.bastelstu.be</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.0 Alpha 1">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<compatibility>
<api version="2018" />
</compatibility>
<instructions type="install">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="templateListener" />
</instructions>
<instructions type="update" fromversion="2.4.1 pl 2">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="templateListener" />
</instructions>
<instructions type="update" fromversion="2.4.1 pl 3">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="templateListener" />
</instructions>
<instructions type="update" fromversion="2.4.1 pl 4">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
<instructions type="update" fromversion="2.5.1">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
</package>