<!ELEMENT extension (systemType+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
(no description available)
<!ELEMENT systemType (property)*>
<!ATTLIST systemType
id CDATA #REQUIRED
name CDATA #REQUIRED
description CDATA #IMPLIED
icon CDATA #IMPLIED
iconLive CDATA #IMPLIED
enableOffline (true | false) >
This element defines a remote system type like "Linux", against which subsystem configurations can be registered.
RSE pre-defines a number of system types, although they may not appear unless a subsystem configuration is registered against that type. These are the supplied system types:
<!ELEMENT property EMPTY>
<!ATTLIST property
name CDATA #REQUIRED
value CDATA #REQUIRED>
On optional property for the system type. The following property keys are already used internally, and are thus reserved:
<extension point=
"org.eclipse.rse.core.systemTypes"
>
<systemType id=
"com.acme.systemtype.Solaris"
name=
"Solaris"
description=
"Connects to Solaris systems."
icon=
"icons/solaris.gif"
iconLive=
"icons/solarisLive.gif"
>
</systemType>
</extension>
Copyright (c) 2002, 2006 IBM Corporation. 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: IBM Corporation - initial API and implementation