This repository was archived by the owner on Apr 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
35 lines (31 loc) · 1.71 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.josh.globalmodificationlog" 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>Global Modificationlog</packagename>
<packagename language="de"><![CDATA[Globales Änderungsprotokoll]]></packagename>
<packagedescription><![CDATA[This plugin provides a global change log in the ACP.]]></packagedescription>
<packagedescription language="de"><![CDATA[Dieses Plugin stellt ein globales Änderungsprotokoll im ACP bereit.]]></packagedescription>
<version>1.0.1</version>
<date>2015-01-18</date>
<license><![CDATA[GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>]]></license>
</packageinformation>
<authorinformation>
<author>Joshua Rüsweg</author>
<authorurl>https://tims.bastelstu.be/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.9">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="4.0.8">com.woltlab.wbb</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.0.0">
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="language">language/*.xml</instruction>
</instructions>
</package>