-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.xml
More file actions
68 lines (58 loc) · 2.89 KB
/
package.xml
File metadata and controls
68 lines (58 loc) · 2.89 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.wcfsolutions.wsif.box" 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><![CDATA[Infinite Filebase: Box System Integration]]></packagename>
<packagename languagecode="de"><![CDATA[Infinite Filebase: Integration des Boxen-Systems]]></packagename>
<packagedescription><![CDATA[Integrates the box system into Infinite Filebase. ATTENTION: Some styles require adjustments! Only use this package if you appreciate that!]]></packagedescription>
<packagedescription languagecode="de"><![CDATA[Integriert das Boxen-System in Infinite Filebase. ACHTUNG: Bei manchen Stilen sind Anpassungen notwendig! Verwenden Sie dieses Paket nur, wenn Sie sich dessen bewusst sind!]]></packagedescription>
<plugin>com.wcfsolutions.wsif</plugin>
<version>1.2.0</version>
<date>2012-09-16</date>
</packageinformation>
<authorinformation>
<author>WCF Solutions</author>
<authorurl>http://www.wcfsolutions.com</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="1.1.9">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="2.1.0">com.wcfsolutions.wsif</requiredpackage>
<requiredpackage minversion="1.1.5" file="requirements/com.wcfsolutions.wcf.data.box.tar">com.wcfsolutions.wcf.data.box</requiredpackage>
<requiredpackage minversion="1.1.1" file="requirements/com.wcfsolutions.wcf.data.navigation.tar">com.wcfsolutions.wcf.data.navigation</requiredpackage>
</requiredpackages>
<instructions type="install">
<!-- files -->
<files>files.tar</files>
<templates>templates.tar</templates>
<script>acp/install_box.php</script>
<!-- config -->
<eventlistener>eventlistener.xml</eventlistener>
<boxposition>boxposition.xml</boxposition>
<boxtabtype>boxtabtype.xml</boxtabtype>
<boxtaboptions>boxtaboptions.xml</boxtaboptions>
<!-- languages -->
<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="1.2.0 RC 1">
<x></x>
</instructions>
<instructions type="update" fromversion="1.1.1">
<!-- languages -->
<languages languagecode="en">en.xml</languages>
</instructions>
<instructions type="update" fromversion="1.0.1">
<!-- files -->
<files>files.tar</files>
<templates>templates.tar</templates>
<script>acp/update_box_101.php</script>
<!-- config -->
<eventlistener>eventlistener.xml</eventlistener>
<boxtabtype>boxtabtype.xml</boxtabtype>
<boxtaboptions>boxtaboptions.xml</boxtaboptions>
<!-- languages -->
<languages languagecode="de">de.xml</languages>
<languages languagecode="de-informal">de-informal.xml</languages>
<languages languagecode="en">en.xml</languages>
</instructions>
</package>