mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Remove visualizer plugins from Stand-alone RCP debugger
The RCP stand-alone debugger does not have the multicore visualizer plugins but does have the visualizer plugins. That means a user can open the Visualizer view but nothing will display. We could either add the multicore visualizer plugins or remove the visualizer plugins. To follow what the stand-alone script does, this patch removes the visualizer plugins. Change-Id: I90075c7fc5c87f21c0b697f81c45abf1d0395218
This commit is contained in:
parent
59263ecc02
commit
0a04f1aba9
1 changed files with 0 additions and 2 deletions
|
@ -221,8 +221,6 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
|
|||
<plugin id="org.eclipse.cdt.managedbuilder.core"/>
|
||||
<plugin id="org.eclipse.cdt.managedbuilder.gnu.ui"/>
|
||||
<plugin id="org.eclipse.cdt.ui"/>
|
||||
<plugin id="org.eclipse.cdt.visualizer.core"/>
|
||||
<plugin id="org.eclipse.cdt.visualizer.ui"/>
|
||||
<plugin id="org.eclipse.compare"/>
|
||||
<plugin id="org.eclipse.compare.core"/>
|
||||
<plugin id="org.eclipse.core.commands"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue