Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tm-dev] How do I get an IRemoteProcessSubSystem?

On Wednesday 11 February 2009, David McKnight wrote:
> Hi Lothar,
>
> You could add it to your own plugin like this:
>
>   <extension
>          point="org.eclipse.rse.core.subsystemConfigurations">
>       <configuration
>             systemTypeIds="org.eclipse.rse.systemtype.ssh"
>             name="Processes"
>             description="Description of processes subsystem"
>             iconlive="icons/full/obj16/processsubsystemlive_obj.gif"
>             icon="icons/full/obj16/processsubsystem_obj.gif"
>             category="processes"
>             class=
> "org.eclipse.rse.subsystems.processes.shell.linux.ShellProcessSubSystemConf
>iguration" vendor="my provider"
>             priority="200"
>             id="processes.shell.linux2"/>
>    </extension>
>
> The plugin would need appropriate icons and properties.  Also you would
> need to make sure that the manifest file includes the following dependency:
>
>  org.eclipse.rse.subsystems.processes.shell.linux
>
> When you create an SSH Only connection with this change, the process
> subsystem should be available.

Thanks, that works.

Lothar
-- 
Lothar Werzinger Dipl.-Ing. Univ.
Director of Technology
Tradescape Inc. - Enabling Efficient Digital Marketplaces
1754 Technology Drive, Suite 128
San Jose, CA 95110
web: http://www.tradescape.biz


Back to the top