Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-09-14 20:53:50 +0000
committerDarin Wright2004-09-14 20:53:50 +0000
commit3f78b2bdc84a10aa65efe3b6967a33b851b3b939 (patch)
treedb022dc04dc3aa3c14cec944d18e58a56dc392d4 /org.eclipse.ui.console/schema
parent29d80ef62109efb4e29255bf70080102c2b0a533 (diff)
downloadeclipse.platform.debug-3f78b2bdc84a10aa65efe3b6967a33b851b3b939.tar.gz
eclipse.platform.debug-3f78b2bdc84a10aa65efe3b6967a33b851b3b939.tar.xz
eclipse.platform.debug-3f78b2bdc84a10aa65efe3b6967a33b851b3b939.zip
rename IConsolePageParticipant
Diffstat (limited to 'org.eclipse.ui.console/schema')
-rw-r--r--org.eclipse.ui.console/schema/consolePageParticipants.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.console/schema/consolePageParticipants.exsd b/org.eclipse.ui.console/schema/consolePageParticipants.exsd
index 76ec798df..77f70fbae 100644
--- a/org.eclipse.ui.console/schema/consolePageParticipants.exsd
+++ b/org.eclipse.ui.console/schema/consolePageParticipants.exsd
@@ -56,7 +56,7 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
- specifies a fully qualified name of a Java class that implements IConsolePageParticipantDelegate
+ specifies a fully qualified name of a Java class that implements IConsolePageParticipant
</documentation>
</annotation>
</attribute>

Back to the top