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

[cleanup] organize Manifests: remove obsolete property keys

This commit is contained in:
Martin Oberhuber 2007-03-22 10:49:56 +00:00
parent 2e9682aefa
commit a9f122b7ad
4 changed files with 14 additions and 25 deletions

View file

@ -15,8 +15,5 @@ providerName = Eclipse.org
DaytimeSystemLabel=Daytime DaytimeSystemLabel=Daytime
DaytimeSystemDescription=Daytime System Type DaytimeSystemDescription=Daytime System Type
Files=Files
FilesDescription=Files via FTP
DaytimeSubsystemName=Daytime DaytimeSubsystemName=Daytime
DaytimeDescription=This configuration allows you get the current time at a remote system via TCP port 13. DaytimeDescription=This configuration allows you get the current time at a remote system via TCP port 13.

View file

@ -20,13 +20,11 @@
pluginName = RSE Shells UI pluginName = RSE Shells UI
providerName = Eclipse.org providerName = Eclipse.org
View.Commands = Commands
View.RemoteCommands = Remote Shell View.RemoteCommands = Remote Shell
PropertyPage.ShellSettings = Shell Settings PropertyPage.ShellSettings = Shell Settings
PropertyPage.ServerLauncherSettings = Server Launcher Settings PropertyPage.ServerLauncherSettings = Server Launcher Settings
PropertyPage.ServerConnectionSecurity = Server Connection Security
PropertyPage.Service = Service PropertyPage.Service = Service
PropertyPage.EnvVariables = Environment Variables PropertyPage.EnvVariables = Environment Variables

View file

@ -56,6 +56,15 @@ Contributors:
</enabledWhen> </enabledWhen>
</page> </page>
<page
name="%PropertyPage.ServerLauncherSettings"
class="org.eclipse.rse.ui.propertypages.ServerLauncherPropertyPage"
id="org.eclipse.rse.ui.propertypages.serverLauncherPropertyPage">
<filter name="serverLaunchPP" value="true"/>
<enabledWhen>
<instanceof value="org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem.ShellServiceSubSystem"/>
</enabledWhen>
</page>
<page <page
name="%PropertyPage.Service" name="%PropertyPage.Service"
class="org.eclipse.rse.shells.ui.propertypages.ShellServicesPropertyPage" class="org.eclipse.rse.shells.ui.propertypages.ShellServicesPropertyPage"

View file

@ -23,10 +23,8 @@ providerName = Eclipse.org
extPoint.newConnectionWizard = New Connection Wizard extPoint.newConnectionWizard = New Connection Wizard
extPoint.subsystemConfigurations = Remote Subsystem Configurations extPoint.subsystemConfigurations = Remote Subsystem Configurations
extPoint.popupMenus = Remote Object Popup Menu Actions
extPoint.propertyPages = Remote Object Property Pages
extPoint.remoteSystemsViewPreferencesActions = Remote Systems View Preferences Actions extPoint.remoteSystemsViewPreferencesActions = Remote Systems View Preferences Actions
extPoint.compile = Remote Compile Commands #extPoint.compile = Remote Compile Commands
extPoint.mountPathMappers = Mount Path Mappers extPoint.mountPathMappers = Mount Path Mappers
systemType.windows.label=Windows systemType.windows.label=Windows
@ -48,7 +46,7 @@ systemType.local.description = Local file system on this computer
#PropertyPage.Info = Info #PropertyPage.Info = Info
#PropertyPage.Team = Team #PropertyPage.Team = Team
PropertyPage.Connection = Host PropertyPage.Connection = Host
PropertyPage.Connection.SubSystems = Subsystems #PropertyPage.Connection.SubSystems = Subsystems
PropertyPage.Connection.ConnectorServices = Connector Services PropertyPage.Connection.ConnectorServices = Connector Services
PropertyPage.SubSystem = Subsystem PropertyPage.SubSystem = Subsystem
PropertyPage.ReferencedFilterPool = Referenced Filter Pool PropertyPage.ReferencedFilterPool = Referenced Filter Pool
@ -64,23 +62,14 @@ PropertyPage.TeamViewUserActionNode = User Action Information
PropertyPage.TeamViewCompileTypeNode = Compile Type Information PropertyPage.TeamViewCompileTypeNode = Compile Type Information
PropertyPage.TeamViewCompileCommandNode = Compile Command Information PropertyPage.TeamViewCompileCommandNode = Compile Command Information
PropertyPage.ServerLauncherSettings = Server Launcher Settings
PropertyPage.ServerConnectionSecurity = Server Connection Security
PropertyPage.Service = Service
View.Category.RemoteSystems = Remote Systems View.Category.RemoteSystems = Remote Systems
View.RemoteSystems = Remote Systems View.RemoteSystems = Remote Systems
View.RemoteSystemsDetails = Remote System Details View.RemoteSystemsDetails = Remote System Details
View.Team = Team View.Team = Team
View.RemoteErrorList = Remote Error List
Perspective.Explorer = Remote System Explorer Perspective.Explorer = Remote System Explorer
Factory.LocalFiles = Local Files
Factory.LocalCmds = Local Shells
PreferencePage.Logging = Logging PreferencePage.Logging = Logging
PreferencePage.RemoteSystems = Remote Systems PreferencePage.RemoteSystems = Remote Systems
PreferencePage.Signon = Passwords PreferencePage.Signon = Passwords
@ -89,10 +78,6 @@ PreferencePage.Communications = Communications
Nature.RemoteSystemsNature = Remote System Nature Nature.RemoteSystemsNature = Remote System Nature
Nature.RemoteSystemsTempNature = Remote System Temp Nature Nature.RemoteSystemsTempNature = Remote System Temp Nature
Editor.Editor = LPEX Editor
Editor.RSEEditor = Remote Systems LPEX Editor
Editor.RSEBrowser = Remote Systems LPEX Browser
View.Search = Remote Search View.Search = Remote Search
View.Scratchpad = Remote Scratchpad View.Scratchpad = Remote Scratchpad