imakerplugin/com.nokia.s60tools.imaker.tests.feature/feature.xml
author Matti Laitinen <matti.t.laitinen@nokia.com>
Wed, 21 Apr 2010 11:49:56 +0300
changeset 10 2715b6594cd9
parent 0 61163b28edca
permissions -rw-r--r--
RemoteControl 1.4.0 What's new: * Requires HTI Connection 1.4.0 or later to work! * Feature: New directory browse history dropdown menu in File Transfer mode showing ten recently visited paths. * Change: Screen capture mode now updates its screen by using screencapture deltas (partial screen captures). * Change: File Transfer mode toolbar and context menu items reorganized.

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="com.nokia.s60tools.imakerplugin.tests.feature"
      label="Feature Feature"
      version="1.0.0"
      provider-name="NOKIA">

   <description url="http://www.example.com/description">
      This feature contains imakerplugin and imakerplugin.tests plugins. It is ment for testing purposes.
   </description>

   <copyright url="http://www.example.com/copyright">
      [Enter Copyright Description here.]
   </copyright>

   <license url="http://www.example.com/license">
      [Enter License Description here.]
   </license>

   <plugin
         id="com.nokia.s60tools.imaker"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="com.nokia.s60tools.imaker.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>