-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
43 lines (39 loc) · 2.44 KB
/
Copy pathpackage.xml
File metadata and controls
43 lines (39 loc) · 2.44 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.josh.ps" 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>Tim’s PackageServer Administration</packagename>
<packagename language="de">Tims PackageServer-Administration</packagename>
<packagedescription><![CDATA[Community Framework integration for Tim’s PackageServer. It automatically builds the auth.json based upon your settings and allows you to easily add and remove versions.]]></packagedescription>
<packagedescription language="de"><![CDATA[Community Framework-Integration für Tims PackageServer. Das Plugin verwaltet automatisch die auth.json basierend auf Ihren Einstellungen und erlaubt es einfach Versionen hinzuzufügen und zu entfernen.]]></packagedescription>
<version>3.0.1</version>
<date>2021-09-01</date>
<license><![CDATA[GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[Tim’s Bastelstu.be]]></author>
<authorurl>http://tims.bastelstu.be/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.3.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="file">files.tar</instruction>
<instruction type="sql">install.sql</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="option">options.xml</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<instruction type="script" run="standalone">acp/be.bastelstu.josh.ps.install.php</instruction>
</instructions>
<instructions type="update" fromversion="*">
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="option">options.xml</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
</instructions>
</package>