diff options
author | Kevin Barnes | 2005-07-19 14:46:42 +0000 |
---|---|---|
committer | Kevin Barnes | 2005-07-19 14:46:42 +0000 |
commit | b8dfebaae6202c1423d1de77eceda28201d1b66e (patch) | |
tree | 4634cf7bd714f561e8176237e8615d151dcc67e8 /org.eclipse.ui.console/schema | |
parent | 3001699c3bf7eb57a0b48169e0e94ffc72ff1cc0 (diff) | |
download | eclipse.platform.debug-b8dfebaae6202c1423d1de77eceda28201d1b66e.tar.gz eclipse.platform.debug-b8dfebaae6202c1423d1de77eceda28201d1b66e.tar.xz eclipse.platform.debug-b8dfebaae6202c1423d1de77eceda28201d1b66e.zip |
Bug 102537 - org.eclipse.ui.console.consolePageParticipants API information
Diffstat (limited to 'org.eclipse.ui.console/schema')
-rw-r--r-- | org.eclipse.ui.console/schema/consolePageParticipants.exsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.console/schema/consolePageParticipants.exsd b/org.eclipse.ui.console/schema/consolePageParticipants.exsd index aa34ca1f4..06b40c117 100644 --- a/org.eclipse.ui.console/schema/consolePageParticipants.exsd +++ b/org.eclipse.ui.console/schema/consolePageParticipants.exsd @@ -83,7 +83,7 @@ The following is an example of a console page participant extension point: <pre> <extension - point="org.eclipse.ui.console.consolePageParticipant"> + point="org.eclipse.ui.console.consolePageParticipants"> <consolePageParticipant class="com.example.ExamplePageParticipant" id="com.example.ExamplePageParticipant"> @@ -102,7 +102,7 @@ In the above example, the contributed console page participant will be used for <meta.section type="apiInfo"/> </appInfo> <documentation> - Value of the attribute <b>class</b> must be a fully qualified name of a Java class that implements the interface <b>org.eclipse.debug.ui.console.IConsolePageParticipantDelegate</b>. + Value of the attribute <b>class</b> must be a fully qualified name of a Java class that implements the interface <b>org.eclipse.ui.console.IConsolePageParticipant</b>. </documentation> </annotation> |