This repository has been archived by the owner on May 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
78 lines (69 loc) · 3.41 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="utf-8"?>
<package name="de.codequake.linklist" 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/package.xsd">
<packageinformation>
<packagename>Linkliste</packagename> <!--codename: waterfall -->
<packagedescription><![CDATA[Linklist for WCF 2.0 (codename: Waterfall)]]></packagedescription>
<isapplication>1</isapplication>
<version>2.0.2 pl 1</version>
<date>2014-04-06</date>
</packageinformation>
<authorinformation>
<author><![CDATA[Jens Krumsieck]]></author>
<authorurl><![CDATA[http://codequake.de]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<instructions type="install">
<!--lang -->
<instruction type="language">language/*.xml</instruction>
<!--tar -->
<instruction type="file">files.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<!--xml -->
<instruction type="sitemap">xml/sitemap.xml</instruction>
<instruction type="dashboardBox">xml/dashboardBox.xml</instruction>
<instruction type="pageMenu">xml/pagemenu.xml</instruction>
<instruction type="objectTypeDefinition">xml/objectTypeDefinition.xml</instruction>
<instruction type="objectType">xml/objectType.xml</instruction>
<instruction type="userNotificationEvent">xml/userNotificationEvent.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
<instruction type="aclOption">xml/aclOption.xml</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
<instruction type="templateListener">xml/templateListener.xml</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="clipboardAction">xml/clipboardAction.xml</instruction>
<instruction type="script">acp/install_de.codequake.linklist_2.0.0.php</instruction>
<!--others -->
<instruction type="sql">install.sql</instruction>
</instructions>
<instructions type="update" fromversion="2.0.0">
<instruction type="language">language/*.xml</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="option">xml/option.xml</instruction>
</instructions>
<instructions type="update" fromversion="2.0.0 pl 1">
<instruction type="language">language/*.xml</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="option">xml/option.xml</instruction>
</instructions>
<instructions type="update" fromversion="2.0.1">
<instruction type="language">language/*.xml</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="option">xml/option.xml</instruction>
</instructions>
<instructions type="update" fromversion="2.0.2">
<instruction type="template">templates.tar</instruction>
<instruction type="file">files.tar</instruction>
</instructions>
</package>