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 0
/
package.xml
40 lines (34 loc) · 1.54 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.codequake.cms.news.wbb" 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>Fireball CMS - Nachrichtensystem - Burning Board Integration</packagename>
<packagedescription>Verbindet Nachrichtensystem und WoltLab Burning Board</packagedescription>
<plugin>de.codequake.cms</plugin>
<version>1.0.0 Beta 2</version>
<date>2014-08-02</date>
</packageinformation>
<authorinformation>
<author>Jens Krumsieck</author>
<authorurl>http://codequake.de</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="2.0.0 Beta 3">de.codequake.cms</requiredpackage>
<requiredpackage minversion="1.0.0 Beta 5">de.codequake.cms.news</requiredpackage>
<requiredpackage minversion="4.0.0">com.woltlab.wbb</requiredpackage>
</requiredpackages>
<instructions type="install">
<!--lang -->
<instruction type="language">language/*.xml</instruction>
<!-- tar -->
<instruction type="file" application="cms">files.tar</instruction>
<!-- xml -->
<instruction type="eventListener">xml/eventlistener.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.0.0 Beta 1">
<instruction type="file" application="cms">files.tar</instruction>
</instructions>
</package>