This repository was archived by the owner on Nov 19, 2019. 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
42 lines (36 loc) · 2.08 KB
/
package.xml
File metadata and controls
42 lines (36 loc) · 2.08 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.joshsboard.copy" 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><![CDATA[copy posts]]></packagename>
<packagename language="de"><![CDATA[Beiträge kopieren]]></packagename>
<packagedescription><![CDATA[This package provides the option of posts and topics to copy in the forum.]]></packagedescription>
<packagedescription language="de"><![CDATA[Dieses Paket stellt die Möglichkeit zur Verfügung, Beiträge und Themen im Forum zu kopieren.]]></packagedescription>
<version>1.0.2</version>
<date>2014-11-10</date>
<license><![CDATA[GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[Joshua Rüsweg]]></author>
<authorurl><![CDATA[http://tims.bastelstu.be/]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="4.0.0 pl 1">com.woltlab.wbb</requiredpackage>
<requiredpackage minversion="2.0.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="4.1.0 Beta 1">com.woltlab.wbb</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" application="wbb">files.tar</instruction>
<instruction type="template" application="wbb">templates.tar</instruction>
<instruction type="clipboardAction">clipboardAction.xml</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
<instruction type="language">lang/*.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.0.0">
<instruction type="language">lang/*.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.0.1">
<instruction type="language">lang/*.xml</instruction>
</instructions>
</package>