mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Externalize vendor="%providerName" in plugin.xml
This commit is contained in:
parent
d311a3c505
commit
89d85fcec8
10 changed files with 13 additions and 13 deletions
|
@ -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">
|
||||
</configuration>
|
||||
|
@ -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">
|
||||
</configuration>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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">
|
||||
</factory>
|
||||
</extension>
|
||||
|
|
|
@ -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">
|
||||
</configuration>
|
||||
|
||||
<configuration
|
||||
<configuration
|
||||
systemTypes="Windows"
|
||||
name="%Files"
|
||||
description="%FilesDescription"
|
||||
|
@ -41,7 +41,7 @@ Contributors:
|
|||
icon="icons/full/obj16/systemfiles_obj.gif"
|
||||
category="files"
|
||||
class="org.eclipse.rse.subsystems.files.dstore.subsystem.DStoreWindowsFileSubSystemConfiguration"
|
||||
vendor="Eclipse DSDP Project"
|
||||
vendor="%providerName"
|
||||
priority="100"
|
||||
id="dstore.windows.files">
|
||||
</configuration>
|
||||
|
|
|
@ -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">
|
||||
</configuration>
|
||||
|
|
|
@ -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">
|
||||
</configuration>
|
||||
|
|
|
@ -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">
|
||||
</configuration>
|
||||
|
|
|
@ -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">
|
||||
</factory>
|
||||
|
|
|
@ -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">
|
||||
</configuration>
|
||||
|
|
|
@ -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">
|
||||
</configuration>
|
||||
|
|
Loading…
Add table
Reference in a new issue