Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2004-01-29 16:01:59 +0000
committerAndre Weinand2004-01-29 16:01:59 +0000
commit0ffabf42885402956d46012a72bc5a47ae9de394 (patch)
tree2a0d3f7cca4f744bb3642769f7a3870513adb2ea /bundles/org.eclipse.compare/plugin.xml
parent676cf2ad6574c89cf90f17d3031f66db9047e3c3 (diff)
downloadeclipse.platform.team-0ffabf42885402956d46012a72bc5a47ae9de394.tar.gz
eclipse.platform.team-0ffabf42885402956d46012a72bc5a47ae9de394.tar.xz
eclipse.platform.team-0ffabf42885402956d46012a72bc5a47ae9de394.zip
added prereq plugin ui.views
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.xml')
-rw-r--r--bundles/org.eclipse.compare/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.compare/plugin.xml b/bundles/org.eclipse.compare/plugin.xml
index 3195e7013..4491cedc6 100644
--- a/bundles/org.eclipse.compare/plugin.xml
+++ b/bundles/org.eclipse.compare/plugin.xml
@@ -18,6 +18,7 @@
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.jface.text"/>
<import plugin="org.eclipse.ui.ide"/>
+ <import plugin="org.eclipse.ui.views"/>
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="org.eclipse.core.runtime.compatibility" optional="true"/>
</requires>

Back to the top