-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
58 lines (47 loc) · 2.17 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.mysterycode.wcf.template" 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.5/package.xsd">
<packageinformation>
<packagename><![CDATA[WSC Package]]></packagename>
<packagename language="de"><![CDATA[WSC-Paket]]></packagename>
<packagedescription><![CDATA[The description of the package (max. 255 characters).]]></packagedescription>
<packagedescription language="de"><![CDATA[Die Beschreibung des Pakets (max. 255 Zeichen).]]></packagedescription>
<version>1.0.0 Beta 1</version>
<date>2022-06-16</date>
<license><![CDATA[GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[Author's Name]]></author>
<authorurl><![CDATA[https://www.example.com]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.5.0"><![CDATA[com.woltlab.wcf]]></requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="5.6.0 Alpha 1"><![CDATA[com.woltlab.wcf]]></excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" />
<instruction type="database">acp/database/install_de.mysterycode.wcf.template.php</instruction>
<instruction type="template" />
<instruction type="acpTemplate" />
<instruction type="packageInstallationPlugin" />
<instruction type="objectTypeDefinition" />
<instruction type="objectType" />
<instruction type="option" />
<instruction type="bbcode" />
<instruction type="acpMenu" />
<instruction type="eventListener" />
<instruction type="userGroupOption" />
<instruction type="templateListener" />
<instruction type="aclOption" />
<instruction type="coreObject" />
<instruction type="userProfileMenu" />
<instruction type="cronjob" />
<instruction type="page" />
<instruction type="box" />
<instruction type="menuItem" />
<instruction type="userNotificationEvent" />
<instruction type="clipboardAction" />
<instruction type="language" />
</instructions>
</package>