contacthelper/manifest.xml

25 lines
676 B
XML

<?xml version="1.0"?>
<!DOCTYPE plugin SYSTEM "manifest.dtd">
<plugin version="2">
<info>
<version>1.0.0</version>
<name>contacthelper</name>
<title>Contcat Helper Plugin</title>
<author>Christoph Haas</author>
<authorURL>http://www.sprinternet.at</authorURL>
<description>Bulk modify contacts</description>
</info>
<components>
<component>
<files>
<client>
<clientfile load="release">js/contacthelper.js</clientfile>
<clientfile load="debug">js/contacthelper-debug.js</clientfile>
<clientfile load="source">js/contacthelper.js</clientfile>
</client>
</files>
</component>
</components>
</plugin>