mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
[cleanup] organize Manifests: remove obsolete property keys
This commit is contained in:
parent
2e9682aefa
commit
a9f122b7ad
4 changed files with 14 additions and 25 deletions
|
@ -15,8 +15,5 @@ providerName = Eclipse.org
|
|||
DaytimeSystemLabel=Daytime
|
||||
DaytimeSystemDescription=Daytime System Type
|
||||
|
||||
Files=Files
|
||||
FilesDescription=Files via FTP
|
||||
|
||||
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.
|
||||
|
|
|
@ -20,15 +20,13 @@
|
|||
pluginName = RSE Shells UI
|
||||
providerName = Eclipse.org
|
||||
|
||||
View.Commands = Commands
|
||||
View.RemoteCommands = Remote Shell
|
||||
|
||||
PropertyPage.ShellSettings = Shell Settings
|
||||
|
||||
PropertyPage.ServerLauncherSettings = Server Launcher Settings
|
||||
PropertyPage.ServerConnectionSecurity = Server Connection Security
|
||||
PropertyPage.Service = Service
|
||||
PropertyPage.EnvVariables = Environment Variables
|
||||
|
||||
Launch_Shell=Launch Shell
|
||||
Launch_Shell_Tooltip=Launch a command shell from the selected directory
|
||||
Launch_Shell_Tooltip=Launch a command shell from the selected directory
|
||||
|
|
|
@ -56,7 +56,16 @@ Contributors:
|
|||
</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
|
||||
name="%PropertyPage.Service"
|
||||
class="org.eclipse.rse.shells.ui.propertypages.ShellServicesPropertyPage"
|
||||
id="org.eclipse.rse.shells.ui.propertypages.ShellServicesPropertyPage">
|
||||
|
|
|
@ -23,10 +23,8 @@ providerName = Eclipse.org
|
|||
|
||||
extPoint.newConnectionWizard = New Connection Wizard
|
||||
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.compile = Remote Compile Commands
|
||||
#extPoint.compile = Remote Compile Commands
|
||||
extPoint.mountPathMappers = Mount Path Mappers
|
||||
|
||||
systemType.windows.label=Windows
|
||||
|
@ -48,7 +46,7 @@ systemType.local.description = Local file system on this computer
|
|||
#PropertyPage.Info = Info
|
||||
#PropertyPage.Team = Team
|
||||
PropertyPage.Connection = Host
|
||||
PropertyPage.Connection.SubSystems = Subsystems
|
||||
#PropertyPage.Connection.SubSystems = Subsystems
|
||||
PropertyPage.Connection.ConnectorServices = Connector Services
|
||||
PropertyPage.SubSystem = Subsystem
|
||||
PropertyPage.ReferencedFilterPool = Referenced Filter Pool
|
||||
|
@ -64,23 +62,14 @@ PropertyPage.TeamViewUserActionNode = User Action Information
|
|||
PropertyPage.TeamViewCompileTypeNode = Compile Type 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.RemoteSystems = Remote Systems
|
||||
View.RemoteSystemsDetails = Remote System Details
|
||||
|
||||
View.Team = Team
|
||||
View.RemoteErrorList = Remote Error List
|
||||
|
||||
Perspective.Explorer = Remote System Explorer
|
||||
|
||||
Factory.LocalFiles = Local Files
|
||||
Factory.LocalCmds = Local Shells
|
||||
|
||||
PreferencePage.Logging = Logging
|
||||
PreferencePage.RemoteSystems = Remote Systems
|
||||
PreferencePage.Signon = Passwords
|
||||
|
@ -89,10 +78,6 @@ PreferencePage.Communications = Communications
|
|||
Nature.RemoteSystemsNature = Remote System 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.Scratchpad = Remote Scratchpad
|
||||
|
|
Loading…
Add table
Reference in a new issue