-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
47 lines (41 loc) · 2.07 KB
/
package.xml
File metadata and controls
47 lines (41 loc) · 2.07 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.clanunknownsoldiers.plugin.longevity" 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>Automated Longevity Awards</packagename>
<packagedescription>Automatically checks member longevity and awards longevity ribbons as needed</packagedescription>
<version>0.0.3</version>
<date>2018-01-02</date>
</packageinformation>
<authorinformation>
<author>Christopher Mühl</author>
<authorurl>https://www.padarom.io/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.7">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="1.2.0">com.clanunknownsoldiers.plugin.base</requiredpackage>
<requiredpackage minversion="0.3.0">com.clanunknownsoldiers.plugin.awards</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acpTemplates.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="sql">install.sql</instruction>
<!-- XMLs -->
<instruction type="cronjob">xml/cronjob.xml</instruction>
<!-- <instruction type="option">xml/option.xml</instruction> -->
<instruction type="language">xml/language/*.xml</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
</instructions>
<instructions type="update" fromversion="0.0.1">
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acpTemplates.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="sql">install.sql</instruction>
<instruction type="cronjob">xml/cronjob.xml</instruction>
<instruction type="language">xml/language/*.xml</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
</instructions>
<instructions type="update" fromversion="0.0.2">
<instruction type="file">files.tar</instruction>
</instructions>
</package>