root/optiondependency/package.xml @ 567

Revision 567, 1.5 kB (checked in by d0nut, 5 years ago)

optiondependency works.. but the language vars are missing and city has to be replaced through state

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.optiondependency">
4        <packageinformation>
5                <packagename>Option Dependency</packagename>
6                <packagedescription>Links two user option panels. The second value can be influenced by modifying the first value.</packagedescription>
7                <packagedescription language="de"><![CDATA[VerknÃŒpft zwei Benutzerprofilfelder. So kann das zweite Feld durch eine Änderung im ersten Feld beeinflusst werden.]]></packagedescription>
8                <version>1.0.0</version>
9                <plugin>com.woltlab.wcf</plugin>
10                <isunique>1</isunique>
11                <date>DATE</date>
12        </packageinformation>
13
14        <authorinformation>
15                <author>Torben Brodt</author>
16                <authorurl>http://www.easy-coding.de/trac/wcf</authorurl>
17        </authorinformation>
18
19        <requiredpackages>
20                <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage>
21        </requiredpackages>
22       
23        <optionalpackages>
24                <optionalpackage file="optionals/de.easy-coding.wcf.optiondependency.geo.tar.gz">de.easy-coding.wcf.optiondependency.geo</optionalpackage>
25        </optionalpackages>
26
27        <instructions type="install">           
28                <files>files.tar</files>
29                <templates>templates.tar</templates>
30                <acptemplates>acptemplates.tar</acptemplates>
31                <sql>install.sql</sql>
32                <eventlistener>eventlistener.xml</eventlistener>
33                <languages languagecode="de">de.xml</languages>
34        </instructions>
35
36        <instructions type="update" fromversion="0.0.1">
37                <files>files.tar</files>
38        </instructions>
39</package>
Note: See TracBrowser for help on using the browser.