mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 09:35:23 +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
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfiguration">
|
point="org.eclipse.rse.ui.subsystemConfiguration">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Linux;Unix"
|
systemTypes="Linux;Unix;Windows"
|
||||||
name="%Shells"
|
name="%Shells"
|
||||||
description="%ShellsDescription"
|
description="%ShellsDescription"
|
||||||
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
||||||
|
@ -34,7 +31,7 @@ Contributors:
|
||||||
class="org.eclipse.rse.subsystems.shells.dstore.DStoreShellSubSystemConfiguration"
|
class="org.eclipse.rse.subsystems.shells.dstore.DStoreShellSubSystemConfiguration"
|
||||||
vendor="IBM Corp"
|
vendor="IBM Corp"
|
||||||
id="dstore.shells">
|
id="dstore.shells">
|
||||||
</configuration>
|
</configuration>
|
||||||
</extension>
|
|
||||||
|
</extension>
|
||||||
</plugin>
|
</plugin>
|
Loading…
Add table
Reference in a new issue