<?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[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 19</version>
		<date>2011-11-26</date>
	</packageinformation>
	
	<authorinformation>
		<author><![CDATA[Tim Düsterhus]]></author>
		<authorurl><![CDATA[http://tims.bastelstu.be]]></authorurl>
	</authorinformation>
	
	<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>
	</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="eventListener">eventListener.xml</instruction>
		<instruction type="aclOption">acloptions.xml</instruction>
		<instruction type="acpMenu">acpMenu.xml</instruction>
		<instruction type="userGroupOption">userGroupOption.xml</instruction>
		<instruction type="cronjob">cronjob.xml</instruction>
		<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>
		<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="eventListener">eventListener.xml</instruction>
		<instruction type="aclOption">acloptions.xml</instruction>
		<instruction type="acpMenu">acpMenu.xml</instruction>
		<instruction type="userGroupOption">userGroupOption.xml</instruction>
		<instruction type="cronjob">cronjob.xml</instruction>
		<instruction type="script">acp/be.bastelstu.chat.update.php</instruction>
	</instructions>
</package>