41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE plugin SYSTEM "manifest.dtd">
|
|
<plugin version="2">
|
|
<info>
|
|
<version>2.0.0</version>
|
|
<name>contactimporter</name>
|
|
<title>VCF Contact Importer/Exporter</title>
|
|
<author>Christoph Haas</author>
|
|
<authorURL>http://www.sprinternet.at</authorURL>
|
|
<description>Import or Export a VCF file to/from the zarafa addressbook</description>
|
|
</info>
|
|
<config>
|
|
<configfile>config.php</configfile>
|
|
</config>
|
|
<components>
|
|
<component>
|
|
<files>
|
|
<server>
|
|
<serverfile>php/plugin.contactimporter.php</serverfile>
|
|
<serverfile type="module" module="contactmodule">php/module.contact.php</serverfile>
|
|
</server>
|
|
<client>
|
|
<clientfile load="release">js/contactimporter-debug.js</clientfile>
|
|
<clientfile load="debug">js/contactimporter-debug.js</clientfile>
|
|
|
|
<clientfile load="source">js/plugin.contactimporter.js</clientfile>
|
|
<clientfile load="source">js/ABOUT.js</clientfile>
|
|
<clientfile load="source">js/data/ResponseHandler.js</clientfile>
|
|
<clientfile load="source">js/dialogs/ImportContentPanel.js</clientfile>
|
|
<clientfile load="source">js/dialogs/ImportPanel.js</clientfile>
|
|
</client>
|
|
<resources>
|
|
<resourcefile load="release">resources/css/contactimporter.css</resourcefile>
|
|
<resourcefile load="debug">resources/css/contactimporter.css</resourcefile>
|
|
<resourcefile load="source">resources/css/contactimporter-main.css</resourcefile>
|
|
</resources>
|
|
</files>
|
|
</component>
|
|
</components>
|
|
</plugin>
|