Configure Remote System Explorer Defaults

com.ibm.etools.systems.core.rseConfigDefaults

6.2.0

This extension point is for products that include RSE, which want to affect some of the out of box defaults for RSE. Some of these can be overridden by users (for example, through preferences).

<!ELEMENT extension EMPTY>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT defaults EMPTY>

<!ATTLIST defaults

productId               CDATA #REQUIRED

showNewConnectionPrompt (true | false)

showLocalConnection     (true | false)

enableSystemTypes       CDATA #IMPLIED

showProfilePage         (true | false) >


Example One

The following is an example of how to turn off the showing of the new connection prompt:

<extension point=

"com.ibm.etools.systems.core.rseConfigDefaults"

>

<defaults id=

"xyz"

productId=

"com.mycompany.myproduct"

showNewConnectionPrompt=

"false"

showLocalConnection=

"true"

enableSystemTypes=

"Local;Power Linux;Unix;iSeries"

>

</defaults>

</extension>

Not applicable

Not applicable


(C) Copyright IBM Corp. 2002, 2004. All Rights Reserved.