Skip to content

Commit 303967f

Browse files
author
mutec
committed
prepare update routine
1 parent 054b0ad commit 303967f

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

package.xml

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<package name="de.codequake.cms" 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/tornado/package.xsd">
33
<packageinformation>
44
<packagename>Fireball CMS</packagename>
5-
<packagedescription><![CDATA[Advanced CMS for WSC 3.0]]></packagedescription>
6-
<packagedescription language="de"><![CDATA[Erweitertes CMS für Ihre personalisierte Website auf Basis von WCF/WSC]]></packagedescription>
5+
<packagedescription><![CDATA[Advanced CMS for WSC - since WCF 2.0]]></packagedescription>
6+
<packagedescription language="de"><![CDATA[Erweitertes CMS für Ihre personalisierte Website auf Basis von WCF/WSC - seit WCF 2.0]]></packagedescription>
77
<isapplication>1</isapplication>
88
<version>3.1.0 Beta 1</version>
99
<date>2017-11-05</date>
@@ -58,6 +58,32 @@
5858
<instruction type="script" installupdateserver="1">acp/install_de.codequake.cms.php</instruction>
5959
</instructions>
6060

61+
<instructions type="update" fromversion="3.0.0 RC 1">
62+
<instruction type="language" />
63+
64+
<!-- files -->
65+
<instruction type="file" />
66+
<instruction type="file" application="wcf">files_wcf.tar</instruction>
67+
<instruction type="acpTemplate" />
68+
<instruction type="template" />
69+
70+
<!-- xml -->
71+
<instruction type="objectTypeDefinition">xml/objectTypeDefinition.xml</instruction>
72+
<instruction type="objectType">xml/objectType.xml</instruction>
73+
<instruction type="aclOption">xml/aclOption.xml</instruction>
74+
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
75+
<instruction type="acpSearchProvider">xml/acpSearchProvider.xml</instruction>
76+
<instruction type="bbcode">xml/bbcode.xml</instruction>
77+
<instruction type="clipboardAction">xml/clipboardAction.xml</instruction>
78+
<instruction type="cronjob">xml/cronjob.xml</instruction>
79+
<instruction type="eventListener">xml/eventlistener.xml</instruction>
80+
<instruction type="option">xml/option.xml</instruction>
81+
<instruction type="templateListener">xml/templateListener.xml</instruction>
82+
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
83+
<instruction type="userNotificationEvent">xml/userNotificationEvent.xml</instruction>
84+
<instruction type="page">xml/page.xml</instruction>
85+
<instruction type="menuItem">xml/menuItem.xml</instruction>
86+
</instructions>
6187
<instructions type="update" fromversion="3.1.0 Alpha 1">
6288
<instruction type="language" />
6389

@@ -66,5 +92,22 @@
6692
<instruction type="file" application="wcf">files_wcf.tar</instruction>
6793
<instruction type="acpTemplate" />
6894
<instruction type="template" />
95+
96+
<!-- xml -->
97+
<instruction type="objectTypeDefinition">xml/objectTypeDefinition.xml</instruction>
98+
<instruction type="objectType">xml/objectType.xml</instruction>
99+
<instruction type="aclOption">xml/aclOption.xml</instruction>
100+
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
101+
<instruction type="acpSearchProvider">xml/acpSearchProvider.xml</instruction>
102+
<instruction type="bbcode">xml/bbcode.xml</instruction>
103+
<instruction type="clipboardAction">xml/clipboardAction.xml</instruction>
104+
<instruction type="cronjob">xml/cronjob.xml</instruction>
105+
<instruction type="eventListener">xml/eventlistener.xml</instruction>
106+
<instruction type="option">xml/option.xml</instruction>
107+
<instruction type="templateListener">xml/templateListener.xml</instruction>
108+
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
109+
<instruction type="userNotificationEvent">xml/userNotificationEvent.xml</instruction>
110+
<instruction type="page">xml/page.xml</instruction>
111+
<instruction type="menuItem">xml/menuItem.xml</instruction>
69112
</instructions>
70113
</package>

0 commit comments

Comments
 (0)