Merge branch '2.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / package.xml
CommitLineData
158bd3ca
TD
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>
e9adedec
S
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>
aac1247e 7 <isapplication>1</isapplication>
37111120 8 <version>2.1.0 Alpha 1</version> <!-- codename: typhoon -->
8db15c70 9 <date>2014-03-20</date>
158bd3ca
TD
10 </packageinformation>
11
12 <authorinformation>
13 <author>WoltLab GmbH</author>
14 <authorurl>http://www.woltlab.com</authorurl>
15 </authorinformation>
16
17 <instructions type="install">
db92cb8f 18 <instruction type="packageInstallationPlugin">packageInstallationPlugin.xml</instruction>
04250414 19 <instruction type="acpMenu">acpMenu.xml</instruction>
db92cb8f 20 <instruction type="userGroupOption">userGroupOption.xml</instruction>
c5e91feb 21 <instruction type="option">option.xml</instruction>
57f801ac 22 <instruction type="template">templates.tar</instruction>
db92cb8f 23 <instruction type="eventListener">eventListener.xml</instruction>
158bd3ca 24 <instruction type="script">acp/install.php</instruction>
c5e91feb 25 <instruction type="cronjob">cronjob.xml</instruction>
04250414 26 <instruction type="coreObject">coreObject.xml</instruction>
db92cb8f 27 <instruction type="clipboardAction">clipboardAction.xml</instruction>
ea19314a
AE
28 <instruction type="objectTypeDefinition">objectTypeDefinition.xml</instruction>
29 <instruction type="objectType">objectType.xml</instruction>
e9311b98 30 <instruction type="acpSearchProvider">acpSearchProvider.xml</instruction>
a78137a1 31 <instruction type="style">blue-temptation-style.tgz</instruction>
2d87d7af 32 <instruction type="style">woltlab-basic-style.tgz</instruction>
320f4a6d 33 <instruction type="userOption">userOption.xml</instruction>
dcc2332d 34 <instruction type="bbcode">bbcode.xml</instruction>
320f4a6d
MW
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>
c588e213 42 <instruction type="aclOption">aclOption.xml</instruction>
7b56f1f8 43 <instruction type="script">acp/post_install.php</instruction>
158bd3ca
TD
44 </instructions>
45</package>