mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
[162081] "systemTypes" attribute of subsystemConfigurations extension point marked deprecated
This commit is contained in:
parent
5585d55bdf
commit
523eabbdf3
15 changed files with 22 additions and 15 deletions
|
@ -24,7 +24,7 @@ Martin Oberhuber (Wind River) - initial API and implementation
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Daytime"
|
systemTypeIds="org.eclipse.rse.examples.daytime.systemtype"
|
||||||
name="%Files"
|
name="%Files"
|
||||||
description="%FilesDescription"
|
description="%FilesDescription"
|
||||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||||
|
@ -41,7 +41,7 @@ Martin Oberhuber (Wind River) - initial API and implementation
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Daytime;Unix"
|
systemTypeIds="org.eclipse.rse.examples.daytime.systemtype;org.eclipse.rse.systemtype.unix"
|
||||||
name="%DaytimeSubsystemName"
|
name="%DaytimeSubsystemName"
|
||||||
description="%DaytimeDescription"
|
description="%DaytimeDescription"
|
||||||
iconlive="icons/full/obj16/daytimelive_obj.gif"
|
iconlive="icons/full/obj16/daytimelive_obj.gif"
|
||||||
|
|
|
@ -62,7 +62,7 @@ Martin Oberhuber (Wind River) - Adapted original tutorial code to Open RSE.
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
id="samples.subsystems.factory"
|
id="samples.subsystems.factory"
|
||||||
systemTypes="Linux;Unix;Windows"
|
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.windows"
|
||||||
name="Teams"
|
name="Teams"
|
||||||
class="samples.subsystems.DeveloperSubSystemConfiguration"
|
class="samples.subsystems.DeveloperSubSystemConfiguration"
|
||||||
category="users"
|
category="users"
|
||||||
|
|
|
@ -24,7 +24,7 @@ Contributors:
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<factory
|
<factory
|
||||||
systemTypes="Local"
|
systemTypeIds="org.eclipse.rse.systemtype.local"
|
||||||
name="%Factory.LocalProcesses"
|
name="%Factory.LocalProcesses"
|
||||||
iconlive="icons/full/obj16/activeprocess.gif"
|
iconlive="icons/full/obj16/activeprocess.gif"
|
||||||
icon="icons/full/obj16/activeprocess.gif"
|
icon="icons/full/obj16/activeprocess.gif"
|
||||||
|
|
|
@ -21,7 +21,7 @@ Contributors:
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Linux;Unix"
|
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix"
|
||||||
name="%Files"
|
name="%Files"
|
||||||
description="%FilesDescription"
|
description="%FilesDescription"
|
||||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||||
|
@ -34,7 +34,7 @@ Contributors:
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Windows"
|
systemTypeIds="org.eclipse.rse.systemtype.windows"
|
||||||
name="%Files"
|
name="%Files"
|
||||||
description="%FilesDescription"
|
description="%FilesDescription"
|
||||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||||
|
|
|
@ -27,7 +27,7 @@ Martin Oberhuber (Wind River) - add FTP Only system type
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="org.eclipse.rse.ui.subsystemConfigurations">
|
<extension point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Linux;Unix;Windows;FTP Only"
|
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.windows;org.eclipse.rse.systemtype.ftp"
|
||||||
name="%Files"
|
name="%Files"
|
||||||
description="%FilesDescription"
|
description="%FilesDescription"
|
||||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||||
|
|
|
@ -21,7 +21,7 @@ Contributors:
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Local"
|
systemTypeIds="org.eclipse.rse.systemtype.local"
|
||||||
name="%Files"
|
name="%Files"
|
||||||
description="%FilesDescription"
|
description="%FilesDescription"
|
||||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||||
|
|
|
@ -14,7 +14,7 @@ Martin Oberhuber - initial API and implementation
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Linux;Unix;AIX;SSH Only"
|
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.aix;org.eclipse.rse.systemtype.ssh"
|
||||||
name="%SshFileSubsystemName"
|
name="%SshFileSubsystemName"
|
||||||
description="%SshFileSubsystemDescription"
|
description="%SshFileSubsystemDescription"
|
||||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||||
|
|
|
@ -25,7 +25,7 @@ Contributors:
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Linux;Unix"
|
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix"
|
||||||
name="%Processes"
|
name="%Processes"
|
||||||
description="%ProcessesDescription"
|
description="%ProcessesDescription"
|
||||||
iconlive="icons/full/obj16/processsubsystemlive_obj.gif"
|
iconlive="icons/full/obj16/processsubsystemlive_obj.gif"
|
||||||
|
|
|
@ -26,7 +26,7 @@ Contributors:
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.core.subsystemfactory">
|
point="org.eclipse.rse.core.subsystemfactory">
|
||||||
<factory
|
<factory
|
||||||
systemTypes="Local"
|
systemTypeIds="org.eclipse.rse.systemtype.local"
|
||||||
name="Local Processes (new)"
|
name="Local Processes (new)"
|
||||||
iconlive="icons/full/obj16/processsubsystemlive_obj.gif"
|
iconlive="icons/full/obj16/processsubsystemlive_obj.gif"
|
||||||
icon="icons/full/obj16/processsubsystem_obj.gif"
|
icon="icons/full/obj16/processsubsystem_obj.gif"
|
||||||
|
|
|
@ -22,7 +22,7 @@ Contributors:
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Linux;Unix;Windows"
|
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.windows"
|
||||||
name="%Shells"
|
name="%Shells"
|
||||||
description="%ShellsDescription"
|
description="%ShellsDescription"
|
||||||
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
||||||
|
|
|
@ -25,7 +25,7 @@ Contributors:
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Local"
|
systemTypeIds="org.eclipse.rse.systemtype.local"
|
||||||
name="%Shells"
|
name="%Shells"
|
||||||
description="%ShellsDescription"
|
description="%ShellsDescription"
|
||||||
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
||||||
|
|
|
@ -14,7 +14,7 @@ Martin Oberhuber - initial API and implementation
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Linux;Unix;AIX;SSH Only"
|
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.aix;org.eclipse.rse.systemtype.ssh"
|
||||||
name="%SshShellSubsystemName"
|
name="%SshShellSubsystemName"
|
||||||
description="%SshShellSubsystemDescription"
|
description="%SshShellSubsystemDescription"
|
||||||
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
||||||
|
|
|
@ -27,7 +27,7 @@ Contributors:
|
||||||
<!-- <extension -->
|
<!-- <extension -->
|
||||||
<!-- point="org.eclipse.rse.ui.subsystemConfigurations"> -->
|
<!-- point="org.eclipse.rse.ui.subsystemConfigurations"> -->
|
||||||
<!-- <configuration -->
|
<!-- <configuration -->
|
||||||
<!-- systemTypes="Local;Unix;Linux" -->
|
<!-- systemTypeIds="org.eclipse.rse.systemtype.local;org.eclipse.rse.systemtype.unix"-->
|
||||||
<!-- name="Files" -->
|
<!-- name="Files" -->
|
||||||
<!-- description="This subsystem allows you to work with files on local or remote systems."-->
|
<!-- description="This subsystem allows you to work with files on local or remote systems."-->
|
||||||
<!-- icon="icons/filesubsys.gif" -->
|
<!-- icon="icons/filesubsys.gif" -->
|
||||||
|
|
|
@ -137,7 +137,12 @@ These appear in configuration and properties pages for subsystems.
|
||||||
<documentation>
|
<documentation>
|
||||||
A semicolon separated list of system type names that subsystems from this configuration support. For example, "Unix;Linux".
|
A semicolon separated list of system type names that subsystems from this configuration support. For example, "Unix;Linux".
|
||||||
If not specified and the "systemTypeIds" attribute is not specified, defaults to all system types. The wildcards '*' and '?' are accepted.
|
If not specified and the "systemTypeIds" attribute is not specified, defaults to all system types. The wildcards '*' and '?' are accepted.
|
||||||
|
<p>
|
||||||
|
<b>Deprecated:</b> Use the systemTypeIds attribute instead.
|
||||||
</documentation>
|
</documentation>
|
||||||
|
<appInfo>
|
||||||
|
<meta.attribute deprecated="true"/>
|
||||||
|
</appInfo>
|
||||||
</annotation>
|
</annotation>
|
||||||
</attribute>
|
</attribute>
|
||||||
<attribute name="systemTypeIds" type="string">
|
<attribute name="systemTypeIds" type="string">
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
<type name="org.eclipse.rse.tests.subsystems.files.RSEFileSubsystemTestSuite" class="org.eclipse.rse.tests.subsystems.files.RSEFileSubsystemTestSuite" />
|
<type name="org.eclipse.rse.tests.subsystems.files.RSEFileSubsystemTestSuite" class="org.eclipse.rse.tests.subsystems.files.RSEFileSubsystemTestSuite" />
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
<!-- Do not replace the use of systemTypes here as long it only deprecated! -->
|
||||||
<extension point="org.eclipse.rse.ui.subsystemConfigurations">
|
<extension point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
id="org.eclipse.rse.tests.subsystems.TestSubSystem"
|
id="org.eclipse.rse.tests.subsystems.TestSubSystem"
|
||||||
|
@ -42,6 +43,7 @@
|
||||||
priority="100000">
|
priority="100000">
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
|
<!-- Do not replace the use of systemTypes here as long it only deprecated! -->
|
||||||
<configuration
|
<configuration
|
||||||
id="org.eclipse.rse.tests.subsystems.TestSubSystem3"
|
id="org.eclipse.rse.tests.subsystems.TestSubSystem3"
|
||||||
systemTypes="*n?x"
|
systemTypes="*n?x"
|
||||||
|
|
Loading…
Add table
Reference in a new issue