This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (31 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
35
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/5.4/package.xsd" name="dev.openauth.wsc.login">
<packageinformation>
<packagename><![CDATA[OpenAuth.dev]]></packagename>
<packagename language="de"><![CDATA[OpenAuth.dev]]></packagename>
<packagedescription><![CDATA[OpenAuth.dev login and registration for WoltLab Suite.]]></packagedescription>
<packagedescription language="de"><![CDATA[OpenAuth.dev Login und Registrierung für die WoltLab Suite.]]></packagedescription>
<version>1.0.0 Dev 1</version>
<date>2022-08-28</date>
</packageinformation>
<authorinformation>
<author><![CDATA[The OpenAuth.dev Team]]></author>
<authorurl><![CDATA[https://www.openauth.dev]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.4.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="5.6.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" />
<instruction type="database">acp/database/install_dev.openauth.wsc.login.php</instruction>
<instruction type="acpTemplate" />
<instruction type="template" />
<instruction type="option" />
<instruction type="eventListener" />
<instruction type="templateListener" />
<instruction type="language"/>
</instructions>
</package>