remotecontrol/com.nokia.s60tools.remotecontrol.help/plugin.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"?>
<?eclipse version="3.0"?>
<plugin>
   <extension point="org.eclipse.help.toc">
      <toc file="html/toolTOC.xml" primary="true"/>
   </extension>

	<extension point="org.eclipse.help.index">
        <index file="html/index.xml"/>
    </extension>

	<extension point="org.eclipse.help.contexts">
      <contexts file="html/contexts.xml"
            plugin="com.nokia.s60tools.remotecontrol.help"/>
   </extension>
</plugin>