forked from WebExpanded/de.webexpanded.pawnhighlighter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
34 lines (29 loc) · 1.46 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.webexpanded.pawnhighlighter" 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 language="de">PAWN Code Highlighter</packagename>
<packagename language="en">Pawn Source Code Highlighter</packagename>
<packagedescription language="de">Ergänzt den Code Highlighter um die PAWN Syntax</packagedescription>
<packagedescription language="en">Add PAWN Syntax to the Code Highlighter</packagedescription>
<version>1.0.0</version>
<date>2017-04-09</date>
</packageinformation>
<authorinformation>
<author>Kevin Härtling, WebExpanded</author>
<authorurl>https://www.webexpanded.de</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.2">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="3.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="language">languages/*.xml</instruction>
<instruction type="file">files.tar</instruction>
</instructions>
<instructions type="update" fromversion="0.9.0">
<instruction type="language">languages/*.xml</instruction>
<instruction type="file">files.tar</instruction>
</instructions>
</package>