1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 09:35:23 +02:00

[cleanup] remove IBM strings from plugin.xml

This commit is contained in:
Martin Oberhuber 2006-08-17 13:20:01 +00:00
parent 7e6732e267
commit d2920086dc
10 changed files with 21 additions and 21 deletions

View file

@ -31,7 +31,7 @@ Martin Oberhuber (Wind River) - initial API and implementation
icon="icons/full/obj16/systemfiles_obj.gif" icon="icons/full/obj16/systemfiles_obj.gif"
category="files" category="files"
class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration" class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration"
vendor="IBM Corp" vendor="Eclipse.org"
id="ftp.files"> id="ftp.files">
</configuration> </configuration>
</extension> </extension>

View file

@ -30,7 +30,7 @@ Contributors:
icon="icons/full/obj16/activeprocess.gif" icon="icons/full/obj16/activeprocess.gif"
category="processes" category="processes"
class="org.eclipse.rse.subsystems.processes.local.LocalProcessSubSystemConfiguration" class="org.eclipse.rse.subsystems.processes.local.LocalProcessSubSystemConfiguration"
vendor="IBM Corporation" vendor="Eclipse.org"
id="local.processes"> id="local.processes">
</factory> </factory>
</extension> </extension>

View file

@ -28,7 +28,7 @@ Contributors:
icon="icons/full/obj16/systemfiles_obj.gif" icon="icons/full/obj16/systemfiles_obj.gif"
category="files" category="files"
class="org.eclipse.rse.subsystems.files.dstore.subsystem.DStoreFileSubSystemConfiguration" class="org.eclipse.rse.subsystems.files.dstore.subsystem.DStoreFileSubSystemConfiguration"
vendor="IBM Corp" vendor="Eclipse.org"
id="dstore.files"> id="dstore.files">
</configuration> </configuration>
@ -40,7 +40,7 @@ Contributors:
icon="icons/full/obj16/systemfiles_obj.gif" icon="icons/full/obj16/systemfiles_obj.gif"
category="files" category="files"
class="org.eclipse.rse.subsystems.files.dstore.subsystem.DStoreWindowsFileSubSystemConfiguration" class="org.eclipse.rse.subsystems.files.dstore.subsystem.DStoreWindowsFileSubSystemConfiguration"
vendor="IBM Corp" vendor="Eclipse.org"
id="dstore.windows.files"> id="dstore.windows.files">
</configuration> </configuration>

View file

@ -29,7 +29,7 @@ Javier Montalvo Orus (Symbian) - add Windows to list of valid FTP systems
icon="icons/full/obj16/systemfiles_obj.gif" icon="icons/full/obj16/systemfiles_obj.gif"
category="files" category="files"
class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration" class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration"
vendor="IBM Corporation" vendor="Eclipse.org"
id="ftp.files"> id="ftp.files">
</configuration> </configuration>
</extension> </extension>

View file

@ -28,7 +28,7 @@ Contributors:
icon="icons/full/obj16/systemfiles_obj.gif" icon="icons/full/obj16/systemfiles_obj.gif"
category="files" category="files"
class="org.eclipse.rse.subsystems.files.local.LocalFileSubSystemConfiguration" class="org.eclipse.rse.subsystems.files.local.LocalFileSubSystemConfiguration"
vendor="IBM Corp" vendor="Eclipse.org"
id="local.files"> id="local.files">
</configuration> </configuration>
</extension> </extension>

View file

@ -32,7 +32,7 @@ Contributors:
icon="icons/full/obj16/processsubsystem_obj.gif" icon="icons/full/obj16/processsubsystem_obj.gif"
category="processes" category="processes"
class="org.eclipse.rse.subsystems.processes.dstore.DStoreProcessSubSystemConfiguration" class="org.eclipse.rse.subsystems.processes.dstore.DStoreProcessSubSystemConfiguration"
vendor="IBM Corp" vendor="Eclipse.org"
id="dstore.processes"> id="dstore.processes">
</configuration> </configuration>
</extension> </extension>

View file

@ -32,7 +32,7 @@ Contributors:
icon="icons/full/obj16/processsubsystem_obj.gif" icon="icons/full/obj16/processsubsystem_obj.gif"
category="processes" category="processes"
class="org.eclipse.rse.subsystems.processes.local.LocalProcessSubSystemFactory" class="org.eclipse.rse.subsystems.processes.local.LocalProcessSubSystemFactory"
vendor="IBM Corp" vendor="Eclipse.org"
id="local.processes"> id="local.processes">
</factory> </factory>
</extension> </extension>

View file

@ -29,7 +29,7 @@ Contributors:
icon="icons/full/obj16/systemcommands_obj.gif" icon="icons/full/obj16/systemcommands_obj.gif"
category="shells" category="shells"
class="org.eclipse.rse.subsystems.shells.dstore.DStoreShellSubSystemConfiguration" class="org.eclipse.rse.subsystems.shells.dstore.DStoreShellSubSystemConfiguration"
vendor="IBM Corp" vendor="Eclipse.org"
id="dstore.shells"> id="dstore.shells">
</configuration> </configuration>

View file

@ -32,7 +32,7 @@ Contributors:
icon="icons/full/obj16/systemcommands_obj.gif" icon="icons/full/obj16/systemcommands_obj.gif"
category="shells" category="shells"
class="org.eclipse.rse.subsystems.shells.local.LocalShellSubSystemConfiguration" class="org.eclipse.rse.subsystems.shells.local.LocalShellSubSystemConfiguration"
vendor="IBM Corp" vendor="Eclipse.org"
id="local.shells"> id="local.shells">
</configuration> </configuration>
</extension> </extension>

View file

@ -80,16 +80,16 @@ Contributors:
<!-- "jobs". Can also specify your own category like "database" --> <!-- "jobs". Can also specify your own category like "database" -->
<!-- icon => icon to display for subsystems of this configuration when not connected --> <!-- icon => icon to display for subsystems of this configuration when not connected -->
<!-- iconlive => icon to display for subsystems of this configuration when connected --> <!-- iconlive => icon to display for subsystems of this configuration when connected -->
<!-- name => translatable display name for subsystems of this configuration --> <!-- name => translatable display name for subsystems of this configuration -->
<!-- description => translatable descriptin for subsystems of this configuration --> <!-- description => translatable descriptin for subsystems of this configuration -->
<!-- id => unique id for this extension point. Will be used for a folder name --> <!-- id => unique id for this extension point. Will be used for a folder name -->
<!-- vendor => name of company supplying this configuration --> <!-- vendor => name of company supplying this configuration -->
<!-- systemClass => Optional. Only used when naming an IBM-supplied subsystem configuration --> <!-- systemClass => Optional. Only used when naming a predefined subsystem configuration -->
<!-- in the <samp>class</samp> attribute, when you want to subclass or replace the --> <!-- in the <samp>class</samp> attribute, when you want to subclass or replace the -->
<!-- IBM-supplied ISystem object used to manage the live connection with the remote--> <!-- predefined ISystem object used to manage the live connection with the remote -->
<!-- system. Name a class that implements --> <!-- system. Name a class that implements -->
<!-- org.eclipse.rse.subsystems.ISystem or extends the appropriate --> <!-- org.eclipse.rse.subsystems.ISystem or extends the appropriate -->
<!-- IBM-supplied class such as org.eclipse.rse.universal.UniversalSystem --> <!-- predefined class such as org.eclipse.rse.universal.UniversalSystem -->
<!-- for unix, windows and system types. --> <!-- for unix, windows and system types. -->
<!-- ================================================================================== --> <!-- ================================================================================== -->
<!-- --> <!-- -->
@ -135,8 +135,8 @@ Contributors:
<!-- extension point. --> <!-- extension point. -->
<!-- subsystemconfigurationCategory => a subsystem configuration "category" to match on. Can be a --> <!-- subsystemconfigurationCategory => a subsystem configuration "category" to match on. Can be a -->
<!-- simple name or simple generic like "*files". Matches on --> <!-- simple name or simple generic like "*files". Matches on -->
<!-- the "category" attribute of the subsystem configuration. IBM --> <!-- the "category" attribute of the subsystem configuration. -->
<!-- values are "file", "nativefiles", "commands" or "jobs". --> <!-- Known values are "file", "nativefiles", "commands" or "jobs". -->
<!-- systemTypes => semicolon-separated list of system types or * for all --> <!-- systemTypes => semicolon-separated list of system types or * for all -->
<!-- namefilter => scalar or simple generic name to match on. --> <!-- namefilter => scalar or simple generic name to match on. -->
<!-- typecategoryfilter => scalar or simple generic type category to match on. --> <!-- typecategoryfilter => scalar or simple generic type category to match on. -->
@ -223,8 +223,8 @@ Contributors:
<!-- typefilter => scalar or simple generic type to match on. This too is subsystem --> <!-- typefilter => scalar or simple generic type to match on. This too is subsystem -->
<!-- configuration defined. --> <!-- configuration defined. -->
<!-- subtypefilter => scalar or simple generic subtype to match on. --> <!-- subtypefilter => scalar or simple generic subtype to match on. -->
<!-- subsubtypefilter => scalar or simple generic sub-subtype to match on. No IBM --> <!-- subsubtypefilter => scalar or simple generic sub-subtype to match on. No -->
<!-- subsystem factories currently set this --> <!-- predefined subsystem factories currently set this -->
<!-- --> <!-- -->
<!-- ================================================================================== --> <!-- ================================================================================== -->
<!-- <menu> sub tag (of <objectContribution> tag) attributes: --> <!-- <menu> sub tag (of <objectContribution> tag) attributes: -->