This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
38 lines (33 loc) · 1.76 KB
/
package.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.josh.imageproxy" 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>ImageProxy</packagename>
<packagedescription><![CDATA[This plugin saves external images temporarily in the WCF.]]></packagedescription>
<packagedescription language="de"><![CDATA[Dieses Plugin speichert externe Bilder temporär im WCF.]]></packagedescription>
<version>1.1.3</version>
<date>2016-11-21</date>
<license><![CDATA[GNU Lesser General Public License <https://www.gnu.org/licenses/lgpl-3.0.txt>]]></license>
</packageinformation>
<authorinformation>
<author>Joshua Rüsweg</author>
<authorurl>https://tims.bastelstu.be/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.1.0 Alpha 1">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="1.0.0" file="requirements/be.bastelstu.wcf.signer.tar">be.bastelstu.wcf.signer</requiredpackage>
</requiredpackages>
<excludedpackages>
<!-- @see https://community.woltlab.com/thread/230602-image-proxy/ -->
<excludedpackage version="3.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file">files.tar</instruction>
<instruction type="option">option.xml</instruction>
<instruction type="cronjob">cronjob.xml</instruction>
<instruction type="language">lang/*.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.1.2">
<instruction type="file">files.tar</instruction>
</instructions>
</package>