diff --git a/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml b/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml
index 61b7ad5b71d..cc5ceaf04c6 100644
--- a/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml
+++ b/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml
@@ -8,6 +8,7 @@ http://www.eclipse.org/legal/epl-v10.html
Contributors:
Martin Oberhuber (Wind River) - initial API and implementation
+Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE
-->
@@ -42,16 +43,17 @@ Martin Oberhuber (Wind River) - initial API and implementation
+ category="daytime"
+ class="org.eclipse.rse.examples.daytime.subsystems.DaytimeSubSystemConfiguration"
+ description="%DaytimeDescription"
+ icon="icons/full/obj16/daytime_obj.gif"
+ iconlive="icons/full/obj16/daytimelive_obj.gif"
+ id="daytime.tcp"
+ name="%DaytimeSubsystemName"
+ priority="40000"
+ serviceType="_daytime._tcp"
+ systemTypeIds="org.eclipse.rse.examples.daytime.systemtype;org.eclipse.rse.systemtype.unix"
+ vendor="%providerName">
diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.xml
index 468e68ee3a0..a15d97522e2 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.xml
+++ b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.xml
@@ -12,7 +12,7 @@ Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
Contributors:
-{Name} (company) - description of contribution.
+Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE
-->
@@ -21,31 +21,33 @@ Contributors:
+ serviceType="_dstore-files._tcp"
+ systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix"
+ vendor="%providerName">
-
+ serviceType="_dstore-files-w._tcp"
+ systemTypeIds="org.eclipse.rse.systemtype.windows"
+ vendor="%providerName">
-
\ No newline at end of file
+
diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ssh/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.files.ssh/plugin.xml
index 3131f3ef14b..5f07bb6225d 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.files.ssh/plugin.xml
+++ b/rse/plugins/org.eclipse.rse.subsystems.files.ssh/plugin.xml
@@ -7,23 +7,25 @@ which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
-Martin Oberhuber - initial API and implementation
+Martin Oberhuber - initial API and implementation
+Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE
-->
+ category="files"
+ class="org.eclipse.rse.subsystems.files.ssh.SftpFileSubSystemConfiguration"
+ description="%SshFileSubsystemDescription"
+ icon="icons/full/obj16/systemfiles_obj.gif"
+ iconlive="icons/full/obj16/systemfileslive_obj.gif"
+ id="ssh.files"
+ name="%SshFileSubsystemName"
+ priority="100"
+ serviceType="_sftp-ssh._tcp"
+ systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.aix;org.eclipse.rse.systemtype.ssh"
+ vendor="%providerName">
diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.xml
index e7ffee75dff..0878b08ab3e 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.xml
+++ b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.xml
@@ -12,7 +12,7 @@ Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
Contributors:
-{Name} (company) - description of contribution.
+Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE
-->
@@ -25,17 +25,18 @@ Contributors:
+ serviceType="_dstore-proc._tcp"
+ systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix"
+ vendor="%providerName">
-
\ No newline at end of file
+
diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.xml
index a6620801dca..ba6f2f6e4ef 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.xml
+++ b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.xml
@@ -12,7 +12,7 @@ Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
Contributors:
-{Name} (company) - description of contribution.
+Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE
-->
@@ -22,17 +22,18 @@ Contributors:
+ serviceType="_dstore-shell._tcp"
+ systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.windows"
+ vendor="%providerName">
-
\ No newline at end of file
+
diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.xml
index 76040e9b66b..ceb4a9eace2 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.xml
+++ b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.xml
@@ -8,22 +8,24 @@ http://www.eclipse.org/legal/epl-v10.html
Contributors:
Martin Oberhuber - initial API and implementation
+Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE
-->
+ category="shells"
+ class="org.eclipse.rse.subsystems.shells.ssh.SshShellSubSystemConfiguration"
+ description="%SshShellSubsystemDescription"
+ icon="icons/full/obj16/systemcommands_obj.gif"
+ iconlive="icons/full/obj16/systemcommandslive_obj.gif"
+ id="ssh.shells"
+ name="%SshShellSubsystemName"
+ priority="300"
+ serviceType="_ssh._tcp"
+ systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.aix;org.eclipse.rse.systemtype.ssh"
+ vendor="%providerName">