-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
29 lines (25 loc) · 1.12 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.cwalz.wscConnectWsf" 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>WSC-Connect WSF</packagename>
<packagedescription>Native implementation of the WSF in WSC-Connect</packagedescription>
<version>3.0.0</version>
<date>2017-09-04</date>
</packageinformation>
<authorinformation>
<author>Christopher Walz</author>
<authorurl>http://www.wsc-connect.com</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.4">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="3.0.9">de.cwalz.wscConnect</requiredpackage>
<requiredpackage minversion="5.0.8">com.woltlab.wbb</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="3.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction application="wbb" type="file" />
<instruction type="eventListener" />
</instructions>
</package>