This repository was archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·59 lines (50 loc) · 2.69 KB
/
package.xml
File metadata and controls
executable file
·59 lines (50 loc) · 2.69 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
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.joshsboard.edithistory" 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><![CDATA[EditHistory]]></packagename>
<packagedescription><![CDATA[This plugin versioned edits of posts.]]></packagedescription>
<packagedescription language="de"><![CDATA[Dieses Plugin versioniert Bearbeitungen von Beiträgen.]]></packagedescription>
<version>1.1.1</version>
<date>2014-10-27</date>
</packageinformation>
<authorinformation>
<author><![CDATA[Joshua Rüsweg]]></author>
<authorurl><![CDATA[http://www.joshsboard.de/]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.6">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="4.0.6">com.woltlab.wbb</requiredpackage>
<requiredpackage minversion="1.0.0" file="requirements/be.bastelstu.jan.wcf.diffutil.tar">be.bastelstu.jan.wcf.diffutil</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="2.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<!-- files -->
<instruction type="template" application="wbb">templates.tar</instruction>
<instruction type="file" application="wbb">files.tar</instruction>
<!-- sql -->
<instruction type="sql">install.sql</instruction>
<!-- xml -->
<instruction type="templateListener">templateListener.xml</instruction>
<instruction type="option">options.xml</instruction>
<instruction type="eventListener">events.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<instruction type="clipboardAction">clipboardAction.xml</instruction>
<!-- lng -->
<instruction type="language">lang/*.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.1.0">
<instruction type="file" application="wbb">files.tar</instruction> <!-- pseudo update -->
</instructions>
<instructions type="update" fromversion="1.0.2">
<instruction type="file" application="wbb">files.tar</instruction>
<instruction type="template" application="wbb">templates.tar</instruction>
<instruction type="eventListener">events.xml</instruction>
<instruction type="language">lang/*.xml</instruction>
<instruction type="sql">update.sql</instruction>
<instruction type="script" application="wbb">acp/update_edithistory.php</instruction>
<instruction type="clipboardAction">clipboardAction.xml</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
</instructions>
</package>