-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
49 lines (38 loc) · 1.5 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.mysterycode.wcf.codemirror" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/5.4/package.xsd">
<packageinformation>
<packagename>CodeMirror</packagename>
<packagedescription><![CDATA[Implements CodeMirror]]></packagedescription>
<version>5.65.18</version>
<date>2024-10-31</date>
</packageinformation>
<authorinformation>
<author><![CDATA[Florian Gail]]></author>
<authorurl><![CDATA[https://www.mysterycode.de]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.0.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 dev 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" />
<instruction type="acpTemplate" />
<instruction type="template" />
<instruction type="option" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="1.0.1">
<instruction type="acpTemplate" />
<instruction type="template" />
<instruction type="file" />
<instruction type="option" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="1.0.2">
<instruction type="acpTemplate" />
<instruction type="template" />
<instruction type="file" />
</instructions>
</package>