This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
34 lines (30 loc) · 1.84 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="de.isekaidev.discord.wbbBridge" 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><![CDATA[Discord WSF Bridge]]></packagename>
<packagedescription language="de"><![CDATA[Erstellt eine Nachricht in einem Discord Channel bei einem neu erstellten Thread oder Post]]></packagedescription>
<packagedescription language="en"><![CDATA[Creates a message in a Discord Channel for a newly created thread or post.]]></packagedescription>
<version>1.0.2</version>
<date>2017-06-13</date>
</packageinformation>
<authorinformation>
<author>Tobias 'Mythen' Klein</author>
<authorurl>https://www.IsekaiDev.de/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.0 RC 1">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="5.0.0 RC 1">com.woltlab.wbb</requiredpackage>
<requiredpackage minversion="1.0.1" file="packages/required/de.isekaidev.discord.api.tar">de.isekaidev.discord.api</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="3.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="5.1.0 Alpha 1">com.woltlab.wbb</excludedpackage>
<excludedpackage version="1.0.0">re.ify.wsc.discord.api</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="language"/>
<instruction type="file" application="wbb">tar/files.tar</instruction>
<instruction type="option">xml/option.xml</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
</instructions>
</package>