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
86 lines (80 loc) · 3.61 KB
/
package.xml
File metadata and controls
86 lines (80 loc) · 3.61 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8"?>
<package name="de.codequake.page.start" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com/XSD/package.xsd">
<packageinformation>
<packagename>Startseite</packagename>
<packagedescription><![CDATA[Startseite für das WoltLab Burning Board]]></packagedescription>
<version>3.0.0 pl 7</version>
<date>2013-02-18</date>
<standalone>0</standalone>
<isunique>0</isunique>
<plugin>com.woltlab.wbb</plugin>
</packageinformation>
<authorinformation>
<author>Jens Krumsieck</author>
<authorurl>http://codequake.de</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="1.1.7">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="2.1.0">com.woltlab.wbb</requiredpackage>
</requiredpackages>
<optionalpackages>
<optionalpackage file="optionals/de.codequake.page.start.welcome.tar">de.codequake.page.start.welcome</optionalpackage>
<optionalpackage file="optionals/de.codequake.page.start.wbb.tar">de.codequake.page.start.wbb</optionalpackage>
<optionalpackage file="optionals/de.codequake.page.start.news.tar">de.codequake.page.start.news</optionalpackage>
<optionalpackage file="optionals/de.codequake.page.start.stats.tar">de.codequake.page.start.stats</optionalpackage>
<optionalpackage file="optionals/de.codequake.page.start.links.tar">de.codequake.page.start.links</optionalpackage>
<optionalpackage file="optionals/de.codequake.page.start.userpanel.tar">de.codequake.page.start.userpanel</optionalpackage>
</optionalpackages>
<instructions type="install">
<!--archives-->
<files>files.tar</files>
<templates>templates.tar</templates>
<acptemplates>acptemplates.tar</acptemplates>
<packageinstallationplugins>pip.tar</packageinstallationplugins>
<!--XML-->
<pagemenu>pagemenu.xml</pagemenu>
<languages languagecode="de">de.xml</languages>
<languages languagecode="de-informal">de-informal.xml</languages>
<languages languagecode="en">en.xml</languages>
<options>options.xml</options>
<groupoptions>groupoptions.xml</groupoptions>
<acpmenu>acpmenu.xml</acpmenu>
<!--other files-->
<sql>install.sql</sql>
</instructions>
<instructions type="update" fromversion="3.0.0 RC 1">
<groupoptions>groupoptions.xml</groupoptions>
<files>files.tar</files>
<templates>templates.tar</templates>
<acptemplates>acptemplates.tar</acptemplates>
<languages languagecode="de">de.xml</languages>
<languages languagecode="de-informal">de-informal.xml</languages>
<languages languagecode="en">en.xml</languages>
</instructions>
<instructions type="update" fromversion="3.0.0">
<files>files.tar</files>
<templates>templates.tar</templates>
</instructions>
<instructions type="update" fromversion="3.0.0 pl 1">
<files>files.tar</files>
<templates>templates.tar</templates>
</instructions>
<instructions type="update" fromversion="3.0.0 pl 2">
<files>files.tar</files>
<templates>templates.tar</templates>
</instructions>
<instructions type="update" fromversion="3.0.0 pl 3">
<files>files.tar</files>
<templates>templates.tar</templates>
</instructions>
<instructions type="update" fromversion="3.0.0 pl 4">
<files>files.tar</files>
<templates>templates.tar</templates>
</instructions>
<instructions type="update" fromversion="3.0.0 pl 5">
<files>templates.tar</files>
</instructions>
<instructions type="update" fromversion="3.0.0 pl 6">
<files>templates.tar</files>
</instructions>
</package>