root/taggingreloaded/optionals/de.easy-coding.wbb.taggingreloaded/package.xml @ 43

Revision 43, 0.9 kB (checked in by d0nut, 6 years ago)

devided wcf tagging plugin into one core and three subpackages for wbb and stopwords.
added first implementations of page classes and sql structures.

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.wbb.taggingreloaded">
4        <packageinformation>
5                <packagename>Tagging Reloaded</packagename>
6                <packagedescription>Tagging Reloaded does not mean just tagging. It's much more!</packagedescription>
7                <version>0.0.1</version>
8                <date>DATE</date>
9                <plugin>com.woltlab.wbb</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.taggingreloaded</requiredpackage>
20        </requiredpackages>
21
22        <instructions type="install">
23                <files>files.tar</files>
24                <sql>install.sql</sql>
25                <templatepatch>templates.diff</templatepatch>
26        </instructions>
27</package>
Note: See TracBrowser for help on using the browser.