mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +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
|
||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<configuration
|
||||
systemTypes="Daytime"
|
||||
systemTypeIds="org.eclipse.rse.examples.daytime.systemtype"
|
||||
name="%Files"
|
||||
description="%FilesDescription"
|
||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||
|
@ -41,7 +41,7 @@ Martin Oberhuber (Wind River) - initial API and implementation
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<configuration
|
||||
systemTypes="Daytime;Unix"
|
||||
systemTypeIds="org.eclipse.rse.examples.daytime.systemtype;org.eclipse.rse.systemtype.unix"
|
||||
name="%DaytimeSubsystemName"
|
||||
description="%DaytimeDescription"
|
||||
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">
|
||||
<configuration
|
||||
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"
|
||||
class="samples.subsystems.DeveloperSubSystemConfiguration"
|
||||
category="users"
|
||||
|
|
|
@ -24,7 +24,7 @@ Contributors:
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<factory
|
||||
systemTypes="Local"
|
||||
systemTypeIds="org.eclipse.rse.systemtype.local"
|
||||
name="%Factory.LocalProcesses"
|
||||
iconlive="icons/full/obj16/activeprocess.gif"
|
||||
icon="icons/full/obj16/activeprocess.gif"
|
||||
|
|
|
@ -21,7 +21,7 @@ Contributors:
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<configuration
|
||||
systemTypes="Linux;Unix"
|
||||
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix"
|
||||
name="%Files"
|
||||
description="%FilesDescription"
|
||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||
|
@ -34,7 +34,7 @@ Contributors:
|
|||
</configuration>
|
||||
|
||||
<configuration
|
||||
systemTypes="Windows"
|
||||
systemTypeIds="org.eclipse.rse.systemtype.windows"
|
||||
name="%Files"
|
||||
description="%FilesDescription"
|
||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||
|
|
|
@ -27,7 +27,7 @@ Martin Oberhuber (Wind River) - add FTP Only system type
|
|||
</extension>
|
||||
<extension point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<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"
|
||||
description="%FilesDescription"
|
||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||
|
|
|
@ -21,7 +21,7 @@ Contributors:
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<configuration
|
||||
systemTypes="Local"
|
||||
systemTypeIds="org.eclipse.rse.systemtype.local"
|
||||
name="%Files"
|
||||
description="%FilesDescription"
|
||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||
|
|
|
@ -14,7 +14,7 @@ Martin Oberhuber - initial API and implementation
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<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"
|
||||
description="%SshFileSubsystemDescription"
|
||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||
|
|
|
@ -25,7 +25,7 @@ Contributors:
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<configuration
|
||||
systemTypes="Linux;Unix"
|
||||
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix"
|
||||
name="%Processes"
|
||||
description="%ProcessesDescription"
|
||||
iconlive="icons/full/obj16/processsubsystemlive_obj.gif"
|
||||
|
|
|
@ -26,7 +26,7 @@ Contributors:
|
|||
<extension
|
||||
point="org.eclipse.rse.core.subsystemfactory">
|
||||
<factory
|
||||
systemTypes="Local"
|
||||
systemTypeIds="org.eclipse.rse.systemtype.local"
|
||||
name="Local Processes (new)"
|
||||
iconlive="icons/full/obj16/processsubsystemlive_obj.gif"
|
||||
icon="icons/full/obj16/processsubsystem_obj.gif"
|
||||
|
|
|
@ -22,7 +22,7 @@ Contributors:
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<configuration
|
||||
systemTypes="Linux;Unix;Windows"
|
||||
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.windows"
|
||||
name="%Shells"
|
||||
description="%ShellsDescription"
|
||||
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
||||
|
|
|
@ -25,7 +25,7 @@ Contributors:
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<configuration
|
||||
systemTypes="Local"
|
||||
systemTypeIds="org.eclipse.rse.systemtype.local"
|
||||
name="%Shells"
|
||||
description="%ShellsDescription"
|
||||
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
||||
|
|
|
@ -14,7 +14,7 @@ Martin Oberhuber - initial API and implementation
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<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"
|
||||
description="%SshShellSubsystemDescription"
|
||||
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
|
||||
|
|
|
@ -27,7 +27,7 @@ Contributors:
|
|||
<!-- <extension -->
|
||||
<!-- point="org.eclipse.rse.ui.subsystemConfigurations"> -->
|
||||
<!-- <configuration -->
|
||||
<!-- systemTypes="Local;Unix;Linux" -->
|
||||
<!-- systemTypeIds="org.eclipse.rse.systemtype.local;org.eclipse.rse.systemtype.unix"-->
|
||||
<!-- name="Files" -->
|
||||
<!-- description="This subsystem allows you to work with files on local or remote systems."-->
|
||||
<!-- icon="icons/filesubsys.gif" -->
|
||||
|
|
|
@ -137,7 +137,12 @@ These appear in configuration and properties pages for subsystems.
|
|||
<documentation>
|
||||
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.
|
||||
<p>
|
||||
<b>Deprecated:</b> Use the systemTypeIds attribute instead.
|
||||
</documentation>
|
||||
<appInfo>
|
||||
<meta.attribute deprecated="true"/>
|
||||
</appInfo>
|
||||
</annotation>
|
||||
</attribute>
|
||||
<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" />
|
||||
</extension>
|
||||
|
||||
<!-- Do not replace the use of systemTypes here as long it only deprecated! -->
|
||||
<extension point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<configuration
|
||||
id="org.eclipse.rse.tests.subsystems.TestSubSystem"
|
||||
|
@ -42,6 +43,7 @@
|
|||
priority="100000">
|
||||
</configuration>
|
||||
|
||||
<!-- Do not replace the use of systemTypes here as long it only deprecated! -->
|
||||
<configuration
|
||||
id="org.eclipse.rse.tests.subsystems.TestSubSystem3"
|
||||
systemTypes="*n?x"
|
||||
|
|
Loading…
Add table
Reference in a new issue