This repository was archived by the owner on May 28, 2021. 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
52 lines (45 loc) · 2.6 KB
/
package.xml
File metadata and controls
52 lines (45 loc) · 2.6 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.codequake.wcf.whoWasOnline" 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>Who was online?</packagename>
<packagename language="de">Wer war online?-Liste</packagename>
<packagedescription>List of todays visitors.</packagedescription>
<packagedescription language="de">Fügt eine „Wer war online?“-Liste hinzu.</packagedescription>
<version>1.1.0</version>
<date>2015-08-16</date>
</packageinformation>
<authorinformation>
<author>codeQuake</author>
<authorurl>http://codequake.de/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.1.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="2.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<!-- mobahner's user online list contains some files that are named identically to files of this package.
Therefore, both packages cannot coexist. -->
<excludedpackage version="1.0.0 Alpha 1">com.mobahner.wcf.whoWasOnline</excludedpackage>
<!-- voolia's user online list contains some files that are names identically to files of this package.
Therefore, both packages cannot coexist. -->
<excludedpackage version="1.0.0">de.voolia.wcf.whoWasOnline</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file">files.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="cronjob">cronjob.xml</instruction>
<instruction type="dashboardBox">dashboardBox.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="option">option.xml</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
<instruction type="script">acp/install_de.codequake.wcf.whoWasOnline.php</instruction>
</instructions>
<instructions type="update" fromversion="1.0.0">
<instruction type="file">files.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="cronjob">cronjob.xml</instruction>
<instruction type="option">option.xml</instruction>
</instructions>
</package>