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:
authorNick Edgar2002-12-12 18:50:22 +0000
committerNick Edgar2002-12-12 18:50:22 +0000
commit7a628ed816743ec3ccefc1d43f7632564cfce41a (patch)
treea9ebbf60ec01cce78618fbfc09c72f0d140da7ce /bundles/org.eclipse.ui.views/plugin.xml
parentbe64fc0a9ea1a676295c27cf43e370ff65680f68 (diff)
downloadeclipse.platform.ui-7a628ed816743ec3ccefc1d43f7632564cfce41a.tar.gz
eclipse.platform.ui-7a628ed816743ec3ccefc1d43f7632564cfce41a.tar.xz
eclipse.platform.ui-7a628ed816743ec3ccefc1d43f7632564cfce41a.zip
plugin.xml changes
Diffstat (limited to 'bundles/org.eclipse.ui.views/plugin.xml')
-rw-r--r--bundles/org.eclipse.ui.views/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.views/plugin.xml b/bundles/org.eclipse.ui.views/plugin.xml
index 20bef602003..cda7891d3b7 100644
--- a/bundles/org.eclipse.ui.views/plugin.xml
+++ b/bundles/org.eclipse.ui.views/plugin.xml
@@ -8,6 +8,7 @@
<runtime>
<library name="views.jar">
<export name="*"/>
+ <packages prefixes="org.eclipse.ui"/>
</library>
</runtime>
<requires>
@@ -17,5 +18,4 @@
<import plugin="org.eclipse.ui.workbench"/>
</requires>
-
</plugin>

Back to the top