|
Revision 84, 1.0 kB
(checked in by d0nut, 6 years ago)
|
|
bugfixes to make it run
|
| Rev | Line | |
|---|
| [82] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd"> |
|---|
| 3 | <package name="de.easy-coding.wcf.donation.phone"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>Donation by phone</packagename> |
|---|
| 6 | <packagedescription>Donation system for phone calls.</packagedescription> |
|---|
| 7 | <version>0.0.1</version> |
|---|
| 8 | <date>DATE</date> |
|---|
| 9 | <plugin>com.woltlab.wcf</plugin> |
|---|
| 10 | </packageinformation> |
|---|
| 11 | |
|---|
| 12 | <authorinformation> |
|---|
| 13 | <author>Torben Brodt</author> |
|---|
| 14 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 15 | </authorinformation> |
|---|
| 16 | |
|---|
| 17 | <requiredpackages> |
|---|
| 18 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 19 | <requiredpackage minversion="0.0.1">de.easy-coding.wcf.donation</requiredpackage> |
|---|
| 20 | </requiredpackages> |
|---|
| 21 | |
|---|
| 22 | <instructions type="install"> |
|---|
| 23 | <files>files.tar</files> |
|---|
| 24 | <languages languagecode="de">de.xml</languages> |
|---|
| 25 | <languages languagecode="en">en.xml</languages> |
|---|
| [84] | 26 | <options>options.xml</options> |
|---|
| [82] | 27 | <eventlistener>eventlistener.xml</eventlistener> |
|---|
| 28 | </instructions> |
|---|
| 29 | </package> |
|---|