-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
92 lines (69 loc) · 3.73 KB
/
Copy pathpackage.xml
File metadata and controls
92 lines (69 loc) · 3.73 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
87
88
89
90
91
92
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.mysterycode.shop.wcf.server.packagesniffer" 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/vortex/package.xsd">
<packageinformation>
<packagename>VieCode Shop: Packagesniffer-Integration</packagename>
<packagename language="de">VieCode Shop: Packagesniffer-Integration</packagename>
<packagedescription><![CDATA[Allows specific servers by ip-address to read all available versions (belonging to a product or product option - skipping user related packages which could be private) without granting download-permissions.]]></packagedescription>
<packagedescription language="de"><![CDATA[Erlaubt bestimmten Servern auf Basis der IP-Adresse alle verfügbaren Versionen, die einem Produkt oder einer Erweiterung zugeordnet sind, zu lesen ohne Downloads zu erlauben.]]></packagedescription>
<version>1.1.0</version>
<date>2023-03-30</date>
<packageurl><![CDATA[https://github.com/MysteryCode/de.mysterycode.shop.wcf.server.packagesniffer]]></packageurl>
</packageinformation>
<authorinformation>
<author>Florian Gail</author>
<authorurl>https://www.mysterycode.de</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.4.14">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="8.0.2">com.viecode.shop</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.1.0 dev 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="8.2.0 dev 1">com.viecode.shop</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="database">acp/database/install_de.mysterycode.shop.wcf.server.packagesniffer.php</instruction>
<instruction type="sql" />
<!-- files_shop -->
<instruction type="file" application="shop">files_shop.tar</instruction>
<!-- pips -->
<instruction type="option" />
<instruction type="eventListener" />
<instruction type="templateListener" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="1.0.0">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="database">acp/database/install_de.mysterycode.shop.wcf.server.packagesniffer.php</instruction>
<!-- files_shop -->
<instruction type="file" application="shop">files_shop.tar</instruction>
<!-- pips -->
<instruction type="option" />
<instruction type="eventListener" />
<instruction type="templateListener" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="1.0.0 pl 1">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="database">acp/database/install_de.mysterycode.shop.wcf.server.packagesniffer.php</instruction>
<!-- files_shop -->
<instruction type="file" application="shop">files_shop.tar</instruction>
<!-- pips -->
<instruction type="option" />
<instruction type="eventListener" />
<instruction type="templateListener" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="1.0.0 pl 2">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="database">acp/database/install_de.mysterycode.shop.wcf.server.packagesniffer.php</instruction>
<!-- files_shop -->
<instruction type="file" application="shop">files_shop.tar</instruction>
<!-- pips -->
<instruction type="option" />
<instruction type="eventListener" />
<instruction type="templateListener" />
<instruction type="language" />
</instructions>
</package>