1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-19 14:15:50 +02:00

bug 139286 - Icons are missing in RSE M1

This commit is contained in:
David Dykstal 2006-06-29 22:35:35 +00:00
parent 837227c85b
commit cfa8527eeb
2 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ Contributors:
point="org.eclipse.ui.views"> point="org.eclipse.ui.views">
<view <view
name="%View.RemoteCommands" name="%View.RemoteCommands"
icon="./icons/full/cview16/commands_view.gif" icon="icons/full/cview16/commands_view.gif"
category="org.eclipse.rse.ui.view" category="org.eclipse.rse.ui.view"
class="org.eclipse.rse.shells.ui.view.SystemCommandsViewPart" class="org.eclipse.rse.shells.ui.view.SystemCommandsViewPart"
id="org.eclipse.rse.shells.ui.view.commandsView"> id="org.eclipse.rse.shells.ui.view.commandsView">
@ -98,4 +98,4 @@ Contributors:
</objectContribution> </objectContribution>
</extension> </extension>
</plugin> </plugin>

View file

@ -743,21 +743,21 @@ Contributors:
</category> </category>
<view <view
name="%View.RemoteSystems" name="%View.RemoteSystems"
icon="./icons/full/cview16/system_view.gif" icon="icons/full/cview16/system_view.gif"
category="org.eclipse.rse.ui.view" category="org.eclipse.rse.ui.view"
class="org.eclipse.rse.ui.view.SystemViewPart" class="org.eclipse.rse.ui.view.SystemViewPart"
id="org.eclipse.rse.ui.view.systemView"> id="org.eclipse.rse.ui.view.systemView">
</view> </view>
<view <view
name="%View.Team" name="%View.Team"
icon="./icons/full/cview16/team_view.gif" icon="icons/full/cview16/team_view.gif"
category="org.eclipse.rse.ui.view" category="org.eclipse.rse.ui.view"
class="org.eclipse.rse.ui.view.team.SystemTeamViewPart" class="org.eclipse.rse.ui.view.team.SystemTeamViewPart"
id="org.eclipse.rse.ui.view.teamView"> id="org.eclipse.rse.ui.view.teamView">
</view> </view>
<view <view
name="%View.RemoteSystemsDetails" name="%View.RemoteSystemsDetails"
icon="./icons/full/cview16/system_view.gif" icon="icons/full/cview16/system_view.gif"
category="org.eclipse.rse.ui.view" category="org.eclipse.rse.ui.view"
class="org.eclipse.rse.ui.view.SystemTableViewPart" class="org.eclipse.rse.ui.view.SystemTableViewPart"
id="org.eclipse.rse.ui.view.systemTableView"> id="org.eclipse.rse.ui.view.systemTableView">