KWA-MDM/manifest.xml
Jelle van der Waa ec102f9c03 Add translation support
Add translation support by adding the language dir
with bare PO files.
All translations are changed to use their plugin domain.
2016-06-09 11:13:23 +02:00

45 lines
1.6 KiB
XML
Executable File

<?xml version="1.0"?>
<!DOCTYPE plugin SYSTEM "manifest.dtd">
<plugin version="2">
<info>
<version>0.1</version>
<name>mdm</name>
<title>Mobile Device Management</title>
<author>Kopano</author>
<authorURL>http://www.kopano.com</authorURL>
<description>Mobile Device Management plugin</description>
</info>
<config>
<configfile>config.php</configfile>
</config>
<translations>
<translationsdir>language</translationsdir>
</translations>
<components>
<component>
<files>
<server>
<serverfile>php/plugin.mdm.php</serverfile>
<serverfile type="module" module="pluginmdmmodule">php/class.pluginmdmmodule.php</serverfile>
</server>
<client>
<clientfile load="release">js/mdm.js</clientfile>
<clientfile load="debug">js/mdm-debug.js</clientfile>
<clientfile load="source">js/MDM.js</clientfile>
<clientfile load="source">js/data/MDMResponseHandler.js</clientfile>
<clientfile load="source">js/data/MDMDeviceRecord.js</clientfile>
<clientfile load="source">js/data/JsonDeviceReader.js</clientfile>
<clientfile load="source">js/data/MDMDeviceStore.js</clientfile>
<clientfile load="source">js/data/ProvisioningStatus.js</clientfile>
<clientfile load="source">js/settings/MDMSettingsWidget.js</clientfile>
<clientfile load="source">js/settings/MDMSettingsCategory.js</clientfile>
<clientfile load="source">js/ui/Renderers.js</clientfile>
</client>
<resources>
<resourcefile load="release">resources/css/mdm.css</resourcefile>
</resources>
</files>
</component>
</components>
</plugin>