[Esbox-commits] r867 - in trunk/device: org.maemo.esbox.device.launch org.maemo.esbox.device.launch.rse

lwang at garage.maemo.org lwang at garage.maemo.org
Tue Oct 14 00:50:33 EEST 2008


Author: lwang
Date: 2008-10-14 00:50:30 +0300 (Tue, 14 Oct 2008)
New Revision: 867

Modified:
   trunk/device/org.maemo.esbox.device.launch.rse/plugin.xml
   trunk/device/org.maemo.esbox.device.launch/plugin.xml
Log:
Change display name of launch protocols to be the same style of ESbox v1.4.1.

Modified: trunk/device/org.maemo.esbox.device.launch/plugin.xml
===================================================================
--- trunk/device/org.maemo.esbox.device.launch/plugin.xml	2008-10-13 13:41:25 UTC (rev 866)
+++ trunk/device/org.maemo.esbox.device.launch/plugin.xml	2008-10-13 21:50:30 UTC (rev 867)
@@ -4,13 +4,13 @@
    <extension
          point="org.maemo.esbox.launch.LaunchProtocolType">
       <launch_protocol
-      		name="SSH Copy"
+      		name="Copy via SSH"
       		id="org.maemo.esbox.launch.launch_protocol.ssh"
             description="See &quot;http://maemo.org/development/documentation/pc_connectivity/&quot; for how to set up SSH for Maemo development. When used for downloading, this protocol will copy program files to the remote device."
             class="org.maemo.esbox.device.launch.SSHLaunchProtocolType">
       </launch_protocol>
       <launch_protocol
-            name="SBRSH Mount"
+            name="Mount via SBRSH"
             id="org.maemo.esbox.launch.launch_protocol.sbrsh"
             description="See &quot;http://www.scratchbox.org/documentation/user/scratchbox-1.0/html/sbrsh.html&quot; on what&apos;s SBRSH. See &quot;http://maemo.org/development/documentation/pc_connectivity/&quot; for how to set up SBRSH. When used for downloading, the protocol will mount the project folder from host PC to remote device."
             class="org.maemo.esbox.device.launch.SBRSHLaunchProtocolType">

Modified: trunk/device/org.maemo.esbox.device.launch.rse/plugin.xml
===================================================================
--- trunk/device/org.maemo.esbox.device.launch.rse/plugin.xml	2008-10-13 13:41:25 UTC (rev 866)
+++ trunk/device/org.maemo.esbox.device.launch.rse/plugin.xml	2008-10-13 21:50:30 UTC (rev 867)
@@ -7,7 +7,7 @@
             class="org.maemo.esbox.device.launch.rse.RSELaunchProtocolType"
             description="Use RSE connection as the vehicle for launching. See &quot;RSE User&apos;s Guide&quot; at http://help.eclipse.org for more."
             id="org.maemo.esbox.device.launch.rse.launch_protocol.rse"
-            name="RSE Copy">
+            name="Copy via RSE">
       </launch_protocol>
    </extension>
    <extension



More information about the Esbox-commits mailing list