Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkradloff2003-01-07 19:51:20 +0000
committerkradloff2003-01-07 19:51:20 +0000
commit3da0ab5b81620532feca8036f5f14ed9af84d9c6 (patch)
tree75c3de058d98cc6bbd7765e1892eac39189ffd00 /bundles/org.eclipse.ui.views/plugin.xml
parent691b362d920f6c2ea3d1318aa46b19fd3e9f7eb9 (diff)
downloadeclipse.platform.ui-3da0ab5b81620532feca8036f5f14ed9af84d9c6.tar.gz
eclipse.platform.ui-3da0ab5b81620532feca8036f5f14ed9af84d9c6.tar.xz
eclipse.platform.ui-3da0ab5b81620532feca8036f5f14ed9af84d9c6.zip
Fixes bug 24329
Diffstat (limited to 'bundles/org.eclipse.ui.views/plugin.xml')
-rw-r--r--bundles/org.eclipse.ui.views/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.views/plugin.xml b/bundles/org.eclipse.ui.views/plugin.xml
index cda7891d3b7..c7cf1d120c0 100644
--- a/bundles/org.eclipse.ui.views/plugin.xml
+++ b/bundles/org.eclipse.ui.views/plugin.xml
@@ -3,7 +3,8 @@
id="org.eclipse.ui.views"
name="%pluginName"
version="2.1.0"
- provider-name="%providerName">
+ provider-name="%providerName"
+ class="org.eclipse.ui.internal.ViewsPlugin">
<runtime>
<library name="views.jar">

Back to the top