Fixed time zone calculation issue
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / package.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package name="com.woltlab.wcf" 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">
3 <packageinformation>
4 <packagename>WoltLab Community Framework</packagename>
5 <packagedescription><![CDATA[Free web-framework, designed and developed for complex community applications.]]></packagedescription>
6 <packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
7 <isapplication>1</isapplication>
8 <version>2.0.6 pl 1</version> <!-- codename: maelstrom -->
9 <date>2014-05-03</date>
10 </packageinformation>
11
12 <authorinformation>
13 <author>WoltLab GmbH</author>
14 <authorurl>http://www.woltlab.com</authorurl>
15 </authorinformation>
16
17 <instructions type="install">
18 <instruction type="packageInstallationPlugin">packageInstallationPlugin.xml</instruction>
19 <instruction type="acpMenu">acpMenu.xml</instruction>
20 <instruction type="userGroupOption">userGroupOption.xml</instruction>
21 <instruction type="option">option.xml</instruction>
22 <instruction type="template">templates.tar</instruction>
23 <instruction type="eventListener">eventListener.xml</instruction>
24 <instruction type="script">acp/install.php</instruction>
25 <instruction type="cronjob">cronjob.xml</instruction>
26 <instruction type="coreObject">coreObject.xml</instruction>
27 <instruction type="clipboardAction">clipboardAction.xml</instruction>
28 <instruction type="objectTypeDefinition">objectTypeDefinition.xml</instruction>
29 <instruction type="objectType">objectType.xml</instruction>
30 <instruction type="acpSearchProvider">acpSearchProvider.xml</instruction>
31 <instruction type="style">blue-temptation-style.tgz</instruction>
32 <instruction type="style">woltlab-basic-style.tgz</instruction>
33 <instruction type="userOption">userOption.xml</instruction>
34 <instruction type="bbcode">bbcode.xml</instruction>
35 <instruction type="smiley">smiley.xml</instruction>
36 <instruction type="pageMenu">pageMenu.xml</instruction>
37 <instruction type="sitemap">sitemap.xml</instruction>
38 <instruction type="dashboardBox">dashboardBox.xml</instruction>
39 <instruction type="userProfileMenu">userProfileMenu.xml</instruction>
40 <instruction type="userMenu">userMenu.xml</instruction>
41 <instruction type="userNotificationEvent">userNotificationEvent.xml</instruction>
42 <instruction type="aclOption">aclOption.xml</instruction>
43 <instruction type="script">acp/post_install.php</instruction>
44 </instructions>
45
46 <instructions type="update" fromversion="2.0.6">
47 <instruction type="file">files_update.tar</instruction>
48 </instructions>
49 </package>