1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0"?>
- <!DOCTYPE plugin SYSTEM "manifest.dtd">
- <plugin version="2">
- <info>
- <version>2.0.5</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 Kopano WebApp address-book</description>
- </info>
- <config>
- <configfile>config.php</configfile>
- </config>
- <translations>
- <translationsdir>languages</translationsdir>
- </translations>
- <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.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>
- <clientfile load="source">js/ui/ContextMenu.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>
|