-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
34 lines (29 loc) · 1.61 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
<?xml version="1.0" encoding="UTF-8" ?>
<package name="com.jacboy.wcf.wbb.newThreadButtonInThread" 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 languagecode="de"><![CDATA[Neues Thema-Button in Thread anzeigen]]></packagename>
<packagename languagecode="en"><![CDATA[Display New thread-button in thread]]></packagename>
<packagedescription languagecode="de"><![CDATA[Dieses Plugin bringt den "Neues Thema"-Button in die Themen-Ansicht zurück.]]></packagedescription>
<packagedescription languagecode="en"><![CDATA[Display "new thread" button within the view thread page.]]></packagedescription>
<version>1.0.1</version>
<date>2017-12-28</date>
</packageinformation>
<authorinformation>
<author><![CDATA[Jay]]></author>
<authorurl><![CDATA[https://jakoblicina.com]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="5.0.0">com.woltlab.wbb</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="1.0.0 Alpha 1">de.softcreatr.wsf.ntb</excludedpackage>
<excludedpackage version="3.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="templateListener">templateListener.xml</instruction>
</instructions>
<instructions type="update" fromversion="*">
<instruction type="templateListener">templateListener.xml</instruction>
</instructions>
</package>