root/bbcode.google/package.xml @ 1

Revision 1, 1.4 kB (checked in by d0nut, 6 years ago)

initial release: tape 2

Line 
1<?xml version="1.0"?>
2<!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd">
3<package name="de.easy-coding.wcf.data.message.bbcode.google">
4        <packageinformation>
5                <packagename>Google BBCode</packagename>
6                <isunique>1</isunique>
7                <version>1.0.5</version>
8                <date>2007-08-19</date>
9                <plugin>com.woltlab.wcf.data.message.bbcode</plugin>
10        </packageinformation>
11       
12        <authorinformation>
13                <author>Torben Brodt</author>
14                <authorurl>http://www.easy-coding.de/</authorurl>
15        </authorinformation>
16       
17        <requiredpackages>
18                <requiredpackage minversion="1.0.0">com.woltlab.wcf.data.message.bbcode</requiredpackage>
19        </requiredpackages>
20
21        <instructions type="install">
22                <files>files.tar</files>
23                <bbcodes>bbcodes.xml</bbcodes>
24                <languages languagecode="de">de.xml</languages>
25                <languages languagecode="en">en.xml</languages>
26        </instructions>
27       
28        <instructions type="update" fromversion="1.0.4">
29                <files>files.tar</files>
30        </instructions>
31       
32        <instructions type="update" fromversion="1.0.3">
33                <files>files.tar</files>
34                <bbcodes>bbcodes.xml</bbcodes>
35        </instructions>
36       
37        <instructions type="update" fromversion="1.0.2">
38                <files>files.tar</files>
39                <bbcodes>bbcodes.xml</bbcodes>
40        </instructions>
41       
42        <instructions type="update" fromversion="1.0.1">
43                <files>files.tar</files>
44                <bbcodes>bbcodes.xml</bbcodes>
45        </instructions>
46       
47        <instructions type="update" fromversion="1.0.0">
48                <files>files.tar</files>
49                <bbcodes>bbcodes.xml</bbcodes>
50        </instructions>
51</package>
Note: See TracBrowser for help on using the browser.