diff options
author | Darin Wright | 2006-05-16 21:30:29 +0000 |
---|---|---|
committer | Darin Wright | 2006-05-16 21:30:29 +0000 |
commit | 34172c694d8224cdd964c7baba2e5f4035a6a211 (patch) | |
tree | cca938bbee9f5bdc9015e01dd74964d61b969f8a /org.eclipse.ui.console | |
parent | 8fd7bd16725e0c4fd089983df99bcafa9c922c77 (diff) | |
download | eclipse.platform.debug-34172c694d8224cdd964c7baba2e5f4035a6a211.tar.gz eclipse.platform.debug-34172c694d8224cdd964c7baba2e5f4035a6a211.tar.xz eclipse.platform.debug-34172c694d8224cdd964c7baba2e5f4035a6a211.zip |
component xml and new types updated
Diffstat (limited to 'org.eclipse.ui.console')
-rw-r--r-- | org.eclipse.ui.console/component.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.ui.console/component.xml b/org.eclipse.ui.console/component.xml index 8912e63cf..de1f8d5c8 100644 --- a/org.eclipse.ui.console/component.xml +++ b/org.eclipse.ui.console/component.xml @@ -17,6 +17,7 @@ <type name="IConsolePageParticipant" /> <type name="IConsoleView" implement="false" /> <type name="IHyperlink" /> + <type name="IHyperlink2" /> <type name="IOConsole" /> <type name="IOConsoleInputStream" subclass="false" instantiate="false" /> <type name="IOConsoleOutputStream" subclass="false" instantiate="false" /> |