Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-07-30 13:51:59 +0000
committerMichael Valenta2007-07-30 13:51:59 +0000
commit7616f808f895a356944a4cdecf2a737df2735631 (patch)
tree55e197235325bf25ce76e0421840f5db8ca6f7cc /bundles
parent0313028ad58fbdd1d920f0498a6d68d2755ff3a3 (diff)
downloadeclipse.platform.team-7616f808f895a356944a4cdecf2a737df2735631.tar.gz
eclipse.platform.team-7616f808f895a356944a4cdecf2a737df2735631.tar.xz
eclipse.platform.team-7616f808f895a356944a4cdecf2a737df2735631.zip
Bug 196929 plugin.xml contains wrong reference to icon
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 3e9223363..90df3a3d5 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -481,7 +481,7 @@
point="org.eclipse.team.ui.teamContentProviders">
<teamContentProvider
contentExtensionId="org.eclipse.team.ui.resourceContent"
- icon="/$nl$/icons/full/obj/workspace_obj.gif"
+ icon="$nl$/icons/full/obj/workspace_obj.gif"
modelProviderId="org.eclipse.core.resources.modelProvider"
preferencePage="org.eclipse.team.internal.ui.preferences.ResourceModelPreferencePage"
supportsFlatLayout="true"/>

Back to the top