mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 22:25:25 +02:00
support remote windows shell
This commit is contained in:
parent
7f05ace5bd
commit
6c83070321
1 changed files with 4 additions and 7 deletions
|
@ -19,13 +19,10 @@ Contributors:
|
|||
|
||||
|
||||
|
||||
<!-- ============================================== -->
|
||||
<!-- Define subsystem factories for sample -->
|
||||
<!-- ============================================== -->
|
||||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfiguration">
|
||||
<configuration
|
||||
systemTypes="Linux;Unix"
|
||||
systemTypes="Linux;Unix;Windows"
|
||||
name="%Shells"
|
||||
description="%ShellsDescription"
|
||||
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
||||
|
@ -34,7 +31,7 @@ Contributors:
|
|||
class="org.eclipse.rse.subsystems.shells.dstore.DStoreShellSubSystemConfiguration"
|
||||
vendor="IBM Corp"
|
||||
id="dstore.shells">
|
||||
</configuration>
|
||||
</extension>
|
||||
|
||||
</configuration>
|
||||
|
||||
</extension>
|
||||
</plugin>
|
Loading…
Add table
Reference in a new issue