Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: fbce7ade93285662fe317ea6af3a218ce069dd73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006 Wind River Systems, Inc.
All rights reserved. This program and the accompanying materials 
are made available under the terms of the Eclipse Public License v1.0 
which accompanies this distribution, and is available at 
http://www.eclipse.org/legal/epl-v10.html 

Contributors: 
Martin Oberhuber - initial API and implementation 
-->
<?eclipse version="3.1"?>
<plugin>
	<extension point="org.eclipse.rse.core.systemTypes">
		<systemType
        	description="%SshSystemDescription"
	        icon="icons/full/obj16/systemcommands_obj.gif"
    	    iconLive="icons/full/obj16/systemcommandslive_obj.gif"
        	id="org.eclipse.rse.systemtype.ssh"
	        name="SSH Only"/>
	</extension>
</plugin> 

Back to the top