Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2004-09-07 13:59:48 +0000
committerKevin Barnes2004-09-07 13:59:48 +0000
commita9f557bb93b6c918c6d0f2f42473bde86b4e4e1f (patch)
treea0bd1e0c4a0e3afd6d2ba6fe161b97db05f6a9cc /org.eclipse.ui.console/plugin.xml
parentc024f0aff52cfe303a6b5246fbf0e496031dfd04 (diff)
downloadeclipse.platform.debug-a9f557bb93b6c918c6d0f2f42473bde86b4e4e1f.tar.gz
eclipse.platform.debug-a9f557bb93b6c918c6d0f2f42473bde86b4e4e1f.tar.xz
eclipse.platform.debug-a9f557bb93b6c918c6d0f2f42473bde86b4e4e1f.zip
Bug 72167 - ProcessConsole should extend IOConsole
Diffstat (limited to 'org.eclipse.ui.console/plugin.xml')
-rw-r--r--org.eclipse.ui.console/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.ui.console/plugin.xml b/org.eclipse.ui.console/plugin.xml
index dac378e1d..7dda5e4da 100644
--- a/org.eclipse.ui.console/plugin.xml
+++ b/org.eclipse.ui.console/plugin.xml
@@ -20,6 +20,7 @@
<import plugin="org.eclipse.core.expressions"/>
</requires>
<extension-point id="consolePatternMatchListener" name="%ConsolePatternMatchListenerName" schema="schema/ConsolePatternMatchListener.exsd"/>
+ <extension-point id="consolePageParticipant" name="%ConsolePageParticipantName" schema="schema/consolePageParticipant.exsd"/>
<extension

Back to the top