From 523eabbdf32ed955d8d1a3d25410e0acab02b3e9 Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Fri, 9 Feb 2007 14:16:47 +0000 Subject: [PATCH] [162081] "systemTypes" attribute of subsystemConfigurations extension point marked deprecated --- rse/examples/org.eclipse.rse.examples.daytime/plugin.xml | 4 ++-- rse/examples/org.eclipse.rse.examples.tutorial/plugin.xml | 2 +- rse/plugins/org.eclipse.rse.processes.ui/plugin.xml | 2 +- .../org.eclipse.rse.subsystems.files.dstore/plugin.xml | 4 ++-- rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml | 2 +- .../org.eclipse.rse.subsystems.files.local/plugin.xml | 2 +- rse/plugins/org.eclipse.rse.subsystems.files.ssh/plugin.xml | 2 +- .../org.eclipse.rse.subsystems.processes.dstore/plugin.xml | 2 +- .../org.eclipse.rse.subsystems.processes.local/plugin.xml | 2 +- .../org.eclipse.rse.subsystems.shells.dstore/plugin.xml | 2 +- .../org.eclipse.rse.subsystems.shells.local/plugin.xml | 2 +- rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.xml | 2 +- rse/plugins/org.eclipse.rse.ui/plugin.xml | 2 +- .../org.eclipse.rse.ui/schema/subsystemConfigurations.exsd | 5 +++++ rse/tests/org.eclipse.rse.tests/plugin.xml | 2 ++ 15 files changed, 22 insertions(+), 15 deletions(-) diff --git a/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml b/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml index 6e4007523b7..2f8514345a8 100644 --- a/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml +++ b/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml @@ -24,7 +24,7 @@ Martin Oberhuber (Wind River) - initial API and implementation - + diff --git a/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd b/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd index d7c14fd5605..325b66072a6 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd @@ -137,7 +137,12 @@ These appear in configuration and properties pages for subsystems. 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. + + + diff --git a/rse/tests/org.eclipse.rse.tests/plugin.xml b/rse/tests/org.eclipse.rse.tests/plugin.xml index 7ff0c5dacc1..a835e5a81b3 100644 --- a/rse/tests/org.eclipse.rse.tests/plugin.xml +++ b/rse/tests/org.eclipse.rse.tests/plugin.xml @@ -15,6 +15,7 @@ + +