1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Tims-Chat/package.xml

59 lines
3.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2013-01-19 19:36:40 +00:00
<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[Tims Chat]]></packagename>
2013-01-19 18:06:20 +00:00
<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 19</version>
<date>2011-11-26</date>
</packageinformation>
<authorinformation>
<author><![CDATA[Tim Düsterhus]]></author>
2012-04-14 17:43:36 +00:00
<authorurl><![CDATA[http://tims.bastelstu.be]]></authorurl>
</authorinformation>
2011-11-27 12:15:44 +00:00
<requiredpackages>
<requiredpackage minversion="2.0.0 Alpha 1">com.woltlab.wcf</requiredpackage>
<requiredpackage file="requirements/com.woltlab.wcf.bbcode.tar">com.woltlab.wcf.bbcode</requiredpackage>
<requiredpackage file="requirements/com.woltlab.wcf.message.tar">com.woltlab.wcf.message</requiredpackage>
<requiredpackage file="requirements/com.woltlab.wcf.user.tar">com.woltlab.wcf.user</requiredpackage>
2011-11-27 12:15:44 +00:00
</requiredpackages>
<instructions type="install">
<instruction type="language">language/*.xml</instruction>
<instruction type="file">file.tar</instruction>
<instruction type="template">template.tar</instruction>
2012-02-04 19:50:18 +00:00
<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>
2012-01-06 23:27:45 +00:00
<instruction type="pageMenu">pagemenu.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="aclOption">acloptions.xml</instruction>
2012-02-04 19:50:18 +00:00
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
2012-04-15 15:32:46 +00:00
<instruction type="cronjob">cronjob.xml</instruction>
2013-01-19 19:36:40 +00:00
<instruction type="script">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>
2012-02-04 19:50:18 +00:00
<instruction type="acpTemplate">acptemplate.tar</instruction>
<instruction type="objectType">objectType.xml</instruction>
<instruction type="option">option.xml</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
2012-01-06 23:27:45 +00:00
<instruction type="pageMenu">pagemenu.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="aclOption">acloptions.xml</instruction>
2012-02-04 19:50:18 +00:00
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
2012-04-15 15:32:46 +00:00
<instruction type="cronjob">cronjob.xml</instruction>
2013-01-19 19:36:40 +00:00
<instruction type="script">acp/be.bastelstu.chat.update.php</instruction>
</instructions>
2012-01-29 11:44:36 +00:00
</package>