This repository was archived by the owner on May 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
43 lines (38 loc) · 1.81 KB
/
package.xml
File metadata and controls
43 lines (38 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.codequake.cms.news.rss" 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>Fireball CMS RSS Feed Poster</packagename>
<packagedescription>Ermöglicht Nachrichten von RSS Feeds zu erstellen</packagedescription>
<plugin>de.codequake.cms</plugin>
<version>1.0.3</version>
<date>2015-08-13</date>
</packageinformation>
<authorinformation>
<author>Jens Krumsieck</author>
<authorurl>http://codequake.de</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="2.0.0 Beta 8">de.codequake.cms</requiredpackage>
<requiredpackage minversion="1.0.0 RC 2">de.codequake.cms.news</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="2.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="sql">install.sql</instruction>
<instruction type="file" application="cms">files.tar</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="acpTemplate" application="cms">acptemplates.tar</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="cronjob">xml/cronjob.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.0.2">
<instruction type="file" application="cms">files.tar</instruction>
<instruction type="acpTemplate" application="cms">acptemplates.tar</instruction>
<instruction type="sql">update.sql</instruction>
</instructions>
</package>