This repository has been archived by the owner on May 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
50 lines (44 loc) · 1.78 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
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0"?>
<!DOCTYPE package SYSTEM "DTD/package.dtd">
<package name="com.toby.wcf.guthaben.coupon">
<packageInformation>
<packageName>Guthaben Gutscheine</packageName>
<isUnique>1</isUnique>
<packageDescription>Gutscheine fürs Guthabensystem</packageDescription>
<standalone>0</standalone>
<version>2.0.0</version>
<date>2011-05-07</date>
<plugin>com.toby.wcf.guthaben</plugin>
</packageInformation>
<authorInformation>
<author>Tobias Friebel</author>
<authorURL>http://www.enigma-forum.de/board220-tobys-wbb-ecke/</authorURL>
</authorInformation>
<requiredpackages>
<requiredpackage minversion="1.1.0">com.woltlab.wcf</requiredpackage>
<requiredpackage>com.toby.wcf.guthaben</requiredpackage>
</requiredpackages>
<instructions type="install">
<languages languagecode="de">de.utf-8.xml</languages>
<languages languagecode="de-informal">de-informal.utf-8.xml</languages>
<files>files.tar</files>
<sql>install.sql</sql>
<templates>templates.tar</templates>
<pagelocation>pagelocation.xml</pagelocation>
<groupoptions>groupoptions.xml</groupoptions>
<guthabenmainpage>mainpagemenu.xml</guthabenmainpage>
<acptemplates>acptemplates.tar</acptemplates>
<acpmenu>acpmenu.xml</acpmenu>
</instructions>
<instructions type="update" fromversion="2.0.*">
<languages languagecode="de">de.utf-8.xml</languages>
<languages languagecode="de-informal">de-informal.utf-8.xml</languages>
<files>files.tar</files>
<templates>templates.tar</templates>
<pagelocation>pagelocation.xml</pagelocation>
<groupoptions>groupoptions.xml</groupoptions>
<guthabenmainpage>mainpagemenu.xml</guthabenmainpage>
<acptemplates>acptemplates.tar</acptemplates>
<acpmenu>acpmenu.xml</acpmenu>
</instructions>
</package>