|
Revision 1226, 1.2 kB
(checked in by d0nut, 3 years ago)
|
|
finished gmap release candidate, version 1
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd"> |
|---|
| 3 | <package name="de.gmap.wcf.data.message.bbcode.map"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packageName>G-Map BBCode</packageName> |
|---|
| 6 | <packageDescription><![CDATA[This BBCode allows you to add a map with infinite markers to your posting.]]></packageDescription> |
|---|
| 7 | <plugin>com.woltlab.wcf.data.page</plugin> |
|---|
| 8 | <version>2.0.0 RC 1</version> |
|---|
| 9 | <date>DATE</date> |
|---|
| 10 | </packageinformation> |
|---|
| 11 | |
|---|
| 12 | <authorinformation> |
|---|
| 13 | <author>Torben Brodt</author> |
|---|
| 14 | <authorurl>http://trac.easy-coding.de/trac/g-map</authorurl> |
|---|
| 15 | </authorinformation> |
|---|
| 16 | |
|---|
| 17 | <requiredpackages> |
|---|
| 18 | <requiredpackage minversion="1.0.0">com.woltlab.wcf.data.message.bbcode</requiredpackage> |
|---|
| 19 | <requiredpackage minversion="2.0.0 RC 1">de.gmap.wcf.data.page.map</requiredpackage> |
|---|
| 20 | </requiredpackages> |
|---|
| 21 | |
|---|
| 22 | <instructions type="install"> |
|---|
| 23 | <bbcodes>bbcodes.xml</bbcodes> |
|---|
| 24 | <files>files.tar</files> |
|---|
| 25 | <languages languagecode="de">de.xml</languages> |
|---|
| 26 | <languages languagecode="de-informal">de-informal.xml</languages> |
|---|
| 27 | <languages languagecode="en">en.xml</languages> |
|---|
| 28 | <languages languagecode="fr">fr.xml</languages> |
|---|
| 29 | </instructions> |
|---|
| 30 | |
|---|
| 31 | <instructions type="update" fromversion="2.0.0 RC 1"> |
|---|
| 32 | <files>files.tar</files> |
|---|
| 33 | </instructions> |
|---|
| 34 | </package> |
|---|