Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-02-06 13:46:55 +0000
committerMichael Valenta2007-02-06 13:46:55 +0000
commit7ff4f4d61b335fc8d28436e91677315d8ef08049 (patch)
tree42532b6e79571a76a285119b05d7daa39ff9cdf8 /bundles
parent556ce16e42e7e0917a50825d533d68ef43ec889c (diff)
downloadeclipse.platform.team-7ff4f4d61b335fc8d28436e91677315d8ef08049.tar.gz
eclipse.platform.team-7ff4f4d61b335fc8d28436e91677315d8ef08049.tar.xz
eclipse.platform.team-7ff4f4d61b335fc8d28436e91677315d8ef08049.zip
Bug 173007 Errors in plugin.xml of ui.team
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties1
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties
index 7ad891b65..bf1e2ec9c 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -72,6 +72,7 @@ HistoryView = History
ModelSyncParticipant = Synchronization
ResourcesContentExtension = Resources
EnabledModels = Models
+Workspace=Workspace
ShowLocalHistory.label=Show Local &History
CompareLocalHistory.label= &Local History...
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 425e9bff7..2de0b1ccf 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -464,7 +464,7 @@
</extension>
<extension
id="teamContentProvider"
- name="Workspace"
+ name="%Workspace"
point="org.eclipse.team.ui.teamContentProviders">
<teamContentProvider
contentExtensionId="org.eclipse.team.ui.resourceContent"

Back to the top