1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +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"
category="files"
class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration"
vendor="IBM Corp"
vendor="Eclipse.org"
id="ftp.files">
</configuration>
</extension>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -80,16 +80,16 @@ Contributors:
<!-- "jobs". Can also specify your own category like "database" -->
<!-- icon => icon to display for subsystems of this configuration when not connected -->
<!-- iconlive => icon to display for subsystems of this configuration when connected -->
<!-- name => translatable display name for subsystems of this configuration -->
<!-- description => translatable descriptin for subsystems of this configuration -->
<!-- name => translatable display name 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 -->
<!-- vendor => name of company supplying this configuration -->
<!-- systemClass => Optional. Only used when naming an IBM-supplied subsystem configuration -->
<!-- vendor => name of company supplying this 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 -->
<!-- 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 -->
<!-- org.eclipse.rse.subsystems.ISystem or extends the appropriate -->
<!-- IBM-supplied class such as org.eclipse.rse.universal.UniversalSystem -->
<!-- org.eclipse.rse.subsystems.ISystem or extends the appropriate -->
<!-- predefined class such as org.eclipse.rse.universal.UniversalSystem -->
<!-- for unix, windows and system types. -->
<!-- ================================================================================== -->
<!-- -->
@ -135,8 +135,8 @@ Contributors:
<!-- extension point. -->
<!-- subsystemconfigurationCategory => a subsystem configuration "category" to match on. Can be a -->
<!-- simple name or simple generic like "*files". Matches on -->
<!-- the "category" attribute of the subsystem configuration. IBM -->
<!-- values are "file", "nativefiles", "commands" or "jobs". -->
<!-- the "category" attribute of the subsystem configuration. -->
<!-- Known values are "file", "nativefiles", "commands" or "jobs". -->
<!-- systemTypes => semicolon-separated list of system types or * for all -->
<!-- namefilter => scalar or simple generic name 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 -->
<!-- configuration defined. -->
<!-- subtypefilter => scalar or simple generic subtype to match on. -->
<!-- subsubtypefilter => scalar or simple generic sub-subtype to match on. No IBM -->
<!-- subsystem factories currently set this -->
<!-- subsubtypefilter => scalar or simple generic sub-subtype to match on. No -->
<!-- predefined subsystem factories currently set this -->
<!-- -->
<!-- ================================================================================== -->
<!-- <menu> sub tag (of <objectContribution> tag) attributes: -->