From 5585d55bdf9c94a581092d3a6dbeff4778936376 Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Fri, 9 Feb 2007 13:30:36 +0000 Subject: [PATCH] [162081] Reviewed and updated subsystemconfiguration extension point --- .../org.eclipse.rse.ui/schema/subsystemConfigurations.exsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd b/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd index da4c9a6c0c2..d7c14fd5605 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd +++ b/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd @@ -136,7 +136,7 @@ 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. +If not specified and the "systemTypeIds" attribute is not specified, defaults to all system types. The wildcards '*' and '?' are accepted. @@ -144,7 +144,7 @@ If not specified and the "systemTypeIds" attribute is not specified, d A semicolon separated list of system type ids that subsystems from this configuration support. For example, "org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.linux". -If not specified and the "systemTypes" attribute is not specified, defaults to all system types. +If not specified and the "systemTypes" attribute is not specified, defaults to all system types. The wildcards '*' and '?' are accepted.