[eclipse-poky] [PATCH 1/2] org.yocto.sdk.remotetools: remove yocto-bsp UI

Chin Huat Ang chin.huat.ang at intel.com
Tue Jan 30 19:21:30 PST 2018


Cosmetic change to remove yocto-bsp menu item

[YOCTO #12509]

Signed-off-by: Chin Huat Ang <chin.huat.ang at intel.com>
---
 .../OSGI-INF/l10n/bundle.properties                    |  1 -
 plugins/org.yocto.sdk.remotetools/plugin.xml           | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/plugins/org.yocto.sdk.remotetools/OSGI-INF/l10n/bundle.properties b/plugins/org.yocto.sdk.remotetools/OSGI-INF/l10n/bundle.properties
index 62e9daa..9239c78 100644
--- a/plugins/org.yocto.sdk.remotetools/OSGI-INF/l10n/bundle.properties
+++ b/plugins/org.yocto.sdk.remotetools/OSGI-INF/l10n/bundle.properties
@@ -7,6 +7,5 @@ command.name.latencytop = latencytop
 command.name.ust.20 = lttng2.0 trace import
 command.name.perf = perf
 command.name.systemtap = systemtap
-command.name.yoctobsp = yocto-bsp
 Bundle-Vendor = yoctoproject.org
 Bundle-Name = Yocto Project Plugin Remote Tools
\ No newline at end of file
diff --git a/plugins/org.yocto.sdk.remotetools/plugin.xml b/plugins/org.yocto.sdk.remotetools/plugin.xml
index a7ae3dd..73ff8c5 100644
--- a/plugins/org.yocto.sdk.remotetools/plugin.xml
+++ b/plugins/org.yocto.sdk.remotetools/plugin.xml
@@ -69,11 +69,6 @@
             id="org.yocto.sdk.remotetools.command.systemtap"
             name="%command.name.systemtap">
       </command>
-      <command
-            categoryId="org.yocto.sdk.remotetools.commands.category"
-            id="org.yocto.sdk.remotetools.command.yoctobsp"
-            name="%command.name.yoctobsp">
-      </command>
    </extension>
    <extension
          point="org.eclipse.ui.menus">
@@ -116,15 +111,6 @@
                label="%command.name.ust.20"
                style="push">
          </command>
-         <separator
-               name="org.yocto.sdk.remotetools.separator2"
-               visible="true">
-         </separator>
-         <command
-               commandId="org.yocto.sdk.remotetools.command.yoctobsp"
-               label="%command.name.yoctobsp"
-               style="push">
-         </command>
       </menuContribution>
    </extension>
    <extension
@@ -153,10 +139,6 @@
             class="org.yocto.sdk.remotetools.actions.Ust2Handler"
             commandId="org.yocto.sdk.remotetools.command.ust2">
       </handler>
-      <handler
-            class="org.yocto.sdk.remotetools.actions.YoctoBspHandler"
-            commandId="org.yocto.sdk.remotetools.command.yoctobsp">
-      </handler>
    </extension>
 
 </plugin>
-- 
2.7.4




More information about the eclipse-yocto mailing list