mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
Fix team view property page
This commit is contained in:
parent
97d1151a2e
commit
86d4ecf177
1 changed files with 12 additions and 10 deletions
|
@ -691,9 +691,9 @@ Contributors:
|
|||
id="org.eclipse.rse.SystemProfilePropertyPage">
|
||||
</page>
|
||||
<page
|
||||
objectClass="org.eclipse.rse.ui.view.team.SystemTeamViewSubSystemFactoryNode"
|
||||
objectClass="org.eclipse.rse.ui.view.team.SystemTeamViewSubSystemConfigurationNode"
|
||||
name="%PropertyPage.TeamViewSubSystemFactoryNode"
|
||||
class="org.eclipse.rse.ui.propertypages.SystemTeamViewSubSystemFactoryPropertyPage"
|
||||
class="org.eclipse.rse.ui.propertypages.SystemTeamViewSubSystemConfigurationPropertyPage"
|
||||
id="org.eclipse.rse.SystemTeamViewSubSystemFactoryPropertyPage">
|
||||
</page>
|
||||
|
||||
|
@ -1023,14 +1023,16 @@ Contributors:
|
|||
<extension point="org.eclipse.ui.newWizards">
|
||||
<category id="org.eclipse.rse.ui.newWizards.rseCategory"
|
||||
name="%Creation.category.name"/>
|
||||
<wizard id="org.eclipse.rse.ui.newWizards.connection"
|
||||
name="%Creation.connection.name"
|
||||
icon="icons/full/etool16/newconnection_wiz.gif"
|
||||
category="org.eclipse.rse.ui.newWizards.rseCategory"
|
||||
class="org.eclipse.rse.ui.wizards.RSENewConnectionWizard"
|
||||
preferredPerspectives="org.eclipse.rse.ui.view.SystemPerspective"
|
||||
canFinishEarly="false"
|
||||
hasPages="true">
|
||||
<wizard
|
||||
canFinishEarly="false"
|
||||
category="org.eclipse.rse.ui.newWizards.rseCategory"
|
||||
class="org.eclipse.rse.ui.wizards.RSENewConnectionWizard"
|
||||
finalPerspective="org.eclipse.rse.ui.view.SystemPerspective"
|
||||
hasPages="true"
|
||||
icon="icons/full/etool16/newconnection_wiz.gif"
|
||||
id="org.eclipse.rse.ui.newWizards.connection"
|
||||
name="%Creation.connection.name"
|
||||
preferredPerspectives="org.eclipse.rse.ui.view.SystemPerspective">
|
||||
<description>
|
||||
%Creation.connection.description
|
||||
</description>
|
||||
|
|
Loading…
Add table
Reference in a new issue