-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
96 lines (86 loc) · 3.99 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.softcreatr.usermap" 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/2019/package.xsd">
<packageinformation>
<packagename>User Map</packagename>
<packagedescription>Map for user locations using Google Maps</packagedescription>
<packagename language="de">Benutzerkarte</packagename>
<packagedescription language="de">Google Maps-Karte für die Benutzer-Orte</packagedescription>
<version>5.5.2</version>
<date>2022-09-18</date>
<license><![CDATA[LGPL <https://opensource.org/licenses/lgpl-license.php>]]></license>
<isapplication>1</isapplication>
</packageinformation>
<authorinformation>
<author><![CDATA[SoftCreatR.dev]]></author>
<authorurl><![CDATA[https://softcreatr.dev]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.5.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="5.6.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="*">com.uz.usermap</excludedpackage>
</excludedpackages>
<optionalpackages>
<!-- <optionalpackage file="optionals/de.softcreatr.wcf.bot3.usermap.tar.gz">de.softcreatr.wcf.bot3.usermap</optionalpackage> -->
</optionalpackages>
<instructions type="install">
<instruction type="sql" run="standalone">install.sql</instruction>
<instruction type="acpTemplate" />
<instruction type="template" />
<instruction type="templateListener" />
<instruction type="file" />
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="cronjob" />
<instruction type="eventListener" />
<instruction type="userGroupOption" />
<instruction type="objectType" />
<instruction type="acpMenu" />
<instruction type="page" />
<instruction type="userMenu" />
<instruction type="userProfileMenu" />
<instruction type="menuItem" />
<instruction type="option" />
<instruction type="userOption" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="5.4.0">
<instruction type="file" />
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="acpTemplate" />
<instruction type="template" />
<instruction type="language" />
<instruction type="fileDelete" />
</instructions>
<instructions type="update" fromversion="5.4.1">
<instruction type="file" />
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="acpTemplate" />
<instruction type="template" />
<instruction type="language" />
<instruction type="fileDelete" />
</instructions>
<instructions type="update" fromversion="5.5.0">
<instruction type="file" />
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
<instructions type="update" fromversion="5.5.1">
<instruction type="acpTemplate" />
<instruction type="template" />
<instruction type="templateListener" />
<instruction type="file" />
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="cronjob" />
<instruction type="eventListener" />
<instruction type="userGroupOption" />
<instruction type="objectType" />
<instruction type="acpMenu" />
<instruction type="page" />
<instruction type="userMenu" />
<instruction type="userProfileMenu" />
<instruction type="menuItem" />
<instruction type="option" />
<instruction type="userOption" />
<instruction type="language" />
</instructions>
</package>