Update code for tutorial series part 1
[GitHub/WoltLab/woltlab.github.io.git] / snippets / tutorial / tutorial-series / part-1 / package.xml
CommitLineData
85e6151d 1<?xml version="1.0" encoding="UTF-8"?>
2b4179e2 2<package name="com.woltlab.wcf.people" 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/5.4/package.xsd">
85e6151d
MS
3 <packageinformation>
4 <packagename>WoltLab Suite Core Tutorial: People</packagename>
5 <packagedescription>Adds a simple management system for people as part of a tutorial to create packages.</packagedescription>
2b4179e2
MS
6 <version>5.4.0</version>
7 <date>2021-04-16</date>
85e6151d
MS
8 </packageinformation>
9
10 <authorinformation>
11 <author>WoltLab GmbH</author>
12 <authorurl>http://www.woltlab.com</authorurl>
13 </authorinformation>
14
15 <requiredpackages>
2b4179e2 16 <requiredpackage minversion="5.4.0 Alpha 1">com.woltlab.wcf</requiredpackage>
85e6151d
MS
17 </requiredpackages>
18
19 <excludedpackages>
2b4179e2 20 <excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
85e6151d 21 </excludedpackages>
85e6151d
MS
22
23 <instructions type="install">
24 <instruction type="acpTemplate" />
25 <instruction type="file" />
2b4179e2 26 <instruction type="database">acp/database/install_com.woltlab.wcf.people.php</instruction>
85e6151d
MS
27 <instruction type="template" />
28 <instruction type="language" />
29
30 <instruction type="acpMenu" />
31 <instruction type="page" />
32 <instruction type="menuItem" />
33 <instruction type="userGroupOption" />
34 </instructions>
35</package>