Skip to content

Commit

Permalink
prepare update routine
Browse files Browse the repository at this point in the history
  • Loading branch information
mutec committed Nov 5, 2017
1 parent 054b0ad commit 303967f
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<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">
<packageinformation>
<packagename>Fireball CMS</packagename>
<packagedescription><![CDATA[Advanced CMS for WSC 3.0]]></packagedescription>
<packagedescription language="de"><![CDATA[Erweitertes CMS für Ihre personalisierte Website auf Basis von WCF/WSC]]></packagedescription>
<packagedescription><![CDATA[Advanced CMS for WSC - since WCF 2.0]]></packagedescription>
<packagedescription language="de"><![CDATA[Erweitertes CMS für Ihre personalisierte Website auf Basis von WCF/WSC - seit WCF 2.0]]></packagedescription>
<isapplication>1</isapplication>
<version>3.1.0 Beta 1</version>
<date>2017-11-05</date>
Expand Down Expand Up @@ -58,6 +58,32 @@
<instruction type="script" installupdateserver="1">acp/install_de.codequake.cms.php</instruction>
</instructions>

<instructions type="update" fromversion="3.0.0 RC 1">
<instruction type="language" />

<!-- files -->
<instruction type="file" />
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="acpTemplate" />
<instruction type="template" />

<!-- xml -->
<instruction type="objectTypeDefinition">xml/objectTypeDefinition.xml</instruction>
<instruction type="objectType">xml/objectType.xml</instruction>
<instruction type="aclOption">xml/aclOption.xml</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
<instruction type="acpSearchProvider">xml/acpSearchProvider.xml</instruction>
<instruction type="bbcode">xml/bbcode.xml</instruction>
<instruction type="clipboardAction">xml/clipboardAction.xml</instruction>
<instruction type="cronjob">xml/cronjob.xml</instruction>
<instruction type="eventListener">xml/eventlistener.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
<instruction type="templateListener">xml/templateListener.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="userNotificationEvent">xml/userNotificationEvent.xml</instruction>
<instruction type="page">xml/page.xml</instruction>
<instruction type="menuItem">xml/menuItem.xml</instruction>
</instructions>
<instructions type="update" fromversion="3.1.0 Alpha 1">
<instruction type="language" />

Expand All @@ -66,5 +92,22 @@
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="acpTemplate" />
<instruction type="template" />

<!-- xml -->
<instruction type="objectTypeDefinition">xml/objectTypeDefinition.xml</instruction>
<instruction type="objectType">xml/objectType.xml</instruction>
<instruction type="aclOption">xml/aclOption.xml</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
<instruction type="acpSearchProvider">xml/acpSearchProvider.xml</instruction>
<instruction type="bbcode">xml/bbcode.xml</instruction>
<instruction type="clipboardAction">xml/clipboardAction.xml</instruction>
<instruction type="cronjob">xml/cronjob.xml</instruction>
<instruction type="eventListener">xml/eventlistener.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
<instruction type="templateListener">xml/templateListener.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="userNotificationEvent">xml/userNotificationEvent.xml</instruction>
<instruction type="page">xml/page.xml</instruction>
<instruction type="menuItem">xml/menuItem.xml</instruction>
</instructions>
</package>

0 comments on commit 303967f

Please sign in to comment.