From 89d85fcec87257e353342dae3dc5a041cf643e00 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 25 Oct 2006 13:16:53 +0000 Subject: [PATCH] Externalize vendor="%providerName" in plugin.xml --- 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 | 6 +++--- rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml | 2 +- .../org.eclipse.rse.subsystems.files.local/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 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml b/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml index fd6f9d0d3f6..6e4007523b7 100644 --- a/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml +++ b/rse/examples/org.eclipse.rse.examples.daytime/plugin.xml @@ -31,7 +31,7 @@ Martin Oberhuber (Wind River) - initial API and implementation icon="icons/full/obj16/systemfiles_obj.gif" category="files" class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration" - vendor="Eclipse DSDP Project" + vendor="%providerName" priority="100" id="ftp.files"> @@ -48,7 +48,7 @@ Martin Oberhuber (Wind River) - initial API and implementation icon="icons/full/obj16/daytime_obj.gif" category="daytime" class="org.eclipse.rse.examples.daytime.subsystems.DaytimeSubSystemConfiguration" - vendor="Wind River Systems" + vendor="%providerName" priority="40000" id="daytime.tcp"> diff --git a/rse/examples/org.eclipse.rse.examples.tutorial/plugin.xml b/rse/examples/org.eclipse.rse.examples.tutorial/plugin.xml index 3e62c20473d..96f723a0c04 100644 --- a/rse/examples/org.eclipse.rse.examples.tutorial/plugin.xml +++ b/rse/examples/org.eclipse.rse.examples.tutorial/plugin.xml @@ -60,7 +60,7 @@ Martin Oberhuber (Wind River) - Adapted original tutorial code to Open RSE. name="Teams" class="samples.subsystems.DeveloperSubSystemConfiguration" category="users" - vendor="Eclipse DSDP Project" + vendor="%providerName" description="Example Developer Subsystem" iconlive="icons/systemconnectionlive.gif" icon="icons/systemconnection.gif" diff --git a/rse/plugins/org.eclipse.rse.processes.ui/plugin.xml b/rse/plugins/org.eclipse.rse.processes.ui/plugin.xml index bfc1ab9ad87..92149d20f89 100644 --- a/rse/plugins/org.eclipse.rse.processes.ui/plugin.xml +++ b/rse/plugins/org.eclipse.rse.processes.ui/plugin.xml @@ -30,7 +30,7 @@ Contributors: icon="icons/full/obj16/activeprocess.gif" category="processes" class="org.eclipse.rse.subsystems.processes.local.LocalProcessSubSystemConfiguration" - vendor="Eclipse DSDP Project" + vendor="%providerName" id="local.processes"> 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 6b5efbb0974..3f3124184c8 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.xml +++ b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.xml @@ -28,12 +28,12 @@ Contributors: icon="icons/full/obj16/systemfiles_obj.gif" category="files" class="org.eclipse.rse.subsystems.files.dstore.subsystem.DStoreFileSubSystemConfiguration" - vendor="Eclipse DSDP Project" + vendor="%providerName" priority="100" id="dstore.files"> - diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml index 65f45e134b2..06f79d2670d 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml +++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml @@ -34,7 +34,7 @@ Martin Oberhuber (Wind River) - add FTP Only system type icon="icons/full/obj16/systemfiles_obj.gif" category="files" class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration" - vendor="Eclipse DSDP Project" + vendor="%providerName" priority="100" id="ftp.files"> diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.local/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.files.local/plugin.xml index e078c6dc4fd..f3f72c758cd 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.local/plugin.xml +++ b/rse/plugins/org.eclipse.rse.subsystems.files.local/plugin.xml @@ -28,7 +28,7 @@ Contributors: icon="icons/full/obj16/systemfiles_obj.gif" category="files" class="org.eclipse.rse.subsystems.files.local.LocalFileSubSystemConfiguration" - vendor="Eclipse DSDP Project" + vendor="%providerName" priority="100" id="local.files"> 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 a4b513e8f0f..2609b2e84f3 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.xml +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.xml @@ -32,7 +32,7 @@ Contributors: icon="icons/full/obj16/processsubsystem_obj.gif" category="processes" class="org.eclipse.rse.subsystems.processes.dstore.DStoreProcessSubSystemConfiguration" - vendor="Eclipse DSDP Project" + vendor="%providerName" priority="200" id="dstore.processes"> diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.local/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.processes.local/plugin.xml index 084333ec8f3..e22c10b3a06 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.local/plugin.xml +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.local/plugin.xml @@ -32,7 +32,7 @@ Contributors: icon="icons/full/obj16/processsubsystem_obj.gif" category="processes" class="org.eclipse.rse.subsystems.processes.local.LocalProcessSubSystemFactory" - vendor="Eclipse DSDP Project" + vendor="%providerName" priority="200" id="local.processes"> 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 c4ff16a0170..b010ab7006f 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.xml +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.xml @@ -29,7 +29,7 @@ Contributors: icon="icons/full/obj16/systemcommands_obj.gif" category="shells" class="org.eclipse.rse.subsystems.shells.dstore.DStoreShellSubSystemConfiguration" - vendor="Eclipse DSDP Project" + vendor="%providerName" priority="300" id="dstore.shells"> diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.local/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.shells.local/plugin.xml index ab995267b65..f03bd883c0a 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.local/plugin.xml +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.local/plugin.xml @@ -32,7 +32,7 @@ Contributors: icon="icons/full/obj16/systemcommands_obj.gif" category="shells" class="org.eclipse.rse.subsystems.shells.local.LocalShellSubSystemConfiguration" - vendor="Eclipse DSDP Project" + vendor="%providerName" priority="300" id="local.shells">