mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
60 lines
3.3 KiB
XML
60 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<package name="be.bastelstu.chat" 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><![CDATA[Tim’s Chat]]></packagename>
|
||
<packagename language="de"><![CDATA[Tims Chat]]></packagename>
|
||
<packagedescription><![CDATA[Chat for WoltLab Community Framework™.]]></packagedescription>
|
||
<packagedescription language="de"><![CDATA[Chat für WoltLab Community Framework™.]]></packagedescription>
|
||
<isapplication>1</isapplication>
|
||
<version>3.0.0 Alpha 90</version><!-- Codename: Codenames are overrated -->
|
||
<date>2011-11-26</date>
|
||
<license><![CDATA[Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>]]></license>
|
||
</packageinformation>
|
||
|
||
<authorinformation>
|
||
<author><![CDATA[Tim Düsterhus]]></author>
|
||
<authorurl><![CDATA[http://tims.bastelstu.be]]></authorurl>
|
||
</authorinformation>
|
||
|
||
<requiredpackages>
|
||
<requiredpackage minversion="2.0.0 Beta 11">com.woltlab.wcf</requiredpackage>
|
||
<requiredpackage file="requirements/be.bastelstu.max.wcf.jCounter.tar" minversion="1.0.0 Beta 4">be.bastelstu.max.wcf.jCounter</requiredpackage>
|
||
<requiredpackage file="requirements/be.bastelstu.wcf.nodePush.tar">be.bastelstu.wcf.nodePush</requiredpackage>
|
||
</requiredpackages>
|
||
|
||
<instructions type="install">
|
||
<instruction type="language">language/*.xml</instruction>
|
||
<instruction type="file">file.tar</instruction>
|
||
<instruction type="template">template.tar</instruction>
|
||
<instruction type="acpTemplate">acptemplate.tar</instruction>
|
||
<instruction type="sql">install.sql</instruction>
|
||
<instruction type="objectType">objectType.xml</instruction>
|
||
<instruction type="option">option.xml</instruction>
|
||
<instruction type="templateListener">templateListener.xml</instruction>
|
||
<instruction type="pageMenu">pageMenu.xml</instruction>
|
||
<instruction type="aclOption">aclOption.xml</instruction>
|
||
<instruction type="acpMenu">acpMenu.xml</instruction>
|
||
<instruction type="userGroupOption">userGroupOption.xml</instruction>
|
||
<instruction type="eventListener">eventListener.xml</instruction>
|
||
<instruction type="dashboardBox">dashboardBox.xml</instruction>
|
||
<instruction type="script" run="standalone">acp/be.bastelstu.chat.install.php</instruction>
|
||
</instructions>
|
||
|
||
<instructions type="update" fromversion="3.0.0 Alpha *">
|
||
<instruction type="language">language/*.xml</instruction>
|
||
<instruction type="file">file.tar</instruction>
|
||
<instruction type="template">template.tar</instruction>
|
||
<instruction type="acpTemplate">acptemplate.tar</instruction>
|
||
<instruction type="objectType">objectType.xml</instruction>
|
||
<instruction type="option">option.xml</instruction>
|
||
<instruction type="templateListener">templateListener.xml</instruction>
|
||
<instruction type="pageMenu">pageMenu.xml</instruction>
|
||
<instruction type="aclOption">aclOption.xml</instruction>
|
||
<instruction type="acpMenu">acpMenu.xml</instruction>
|
||
<instruction type="userGroupOption">userGroupOption.xml</instruction>
|
||
<instruction type="eventListener">eventListener.xml</instruction>
|
||
<instruction type="dashboardBox">dashboardBox.xml</instruction>
|
||
<instruction type="script" run="standalone">acp/be.bastelstu.chat.update.php</instruction>
|
||
</instructions>
|
||
</package>
|