root/bbcode.slideshare/package.xml @ 5

Revision 5, 1.1 kB (checked in by d0nut, 6 years ago)

updatet package handling to a common system

Line 
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.data.message.bbcode.slideshare">
4        <packageinformation>
5                <packagename>SlideShare BBCode</packagename>
6                <packageDescription><![CDATA[BBCode for SlideShare. The the world's largest community for sharing presentations on the web.]]></packageDescription>
7                <packageDescription languagecode="de"><![CDATA[BBCode fÃŒr SlideShare]]></packageDescription>
8                <version>1.0.0</version>
9                <date>DATE</date>
10                <plugin>com.woltlab.wcf.data.message.bbcode</plugin>
11        </packageinformation>
12       
13        <authorinformation>
14                <author>Torben Brodt</author>
15                <authorurl>http://www.easy-coding.de/trac/wcf</authorurl>
16        </authorinformation>
17       
18        <requiredpackages>
19                <requiredpackage minversion="1.0.0">com.woltlab.wcf.data.message.bbcode</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="en">en.xml</languages>
27                <languages languagecode="it">it.xml</languages>
28        </instructions>
29</package>
Note: See TracBrowser for help on using the browser.