Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-11-08 19:20:00 +0000
committerslewis2007-11-08 19:20:00 +0000
commit8479ff474c212dffce2c0c7dee8250107fe799eb (patch)
tree3b6c1a8766560b1cd326d5cee6458dc5356b1fe6 /examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
parente418e64d8c9032a16f5c2419ad01268c77d19691 (diff)
downloadorg.eclipse.ecf-8479ff474c212dffce2c0c7dee8250107fe799eb.tar.gz
org.eclipse.ecf-8479ff474c212dffce2c0c7dee8250107fe799eb.tar.xz
org.eclipse.ecf-8479ff474c212dffce2c0c7dee8250107fe799eb.zip
Fix for id error and refactoring/string externalizationv20071108-1120
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.collab/plugin.xml')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
index 02a97ad75..48a8f578e 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
@@ -174,8 +174,8 @@
point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors">
<hyperlinkDetector
activate="true"
- class="org.eclipse.ecf.example.collab.share.EclipseCollabHyperlinkDetector"
- id="org.eclipse.ecf.internal.irc.hyperlink.IRCHyperlinkDetector"
+ class="org.eclipse.ecf.internal.example.collab.ui.hyperlink.EclipseCollabHyperlinkDetector"
+ id="org.eclipse.ecf.internal.example.collab.ui.hyperlink.EclipseCollabHyperlinkDetector"
name="%ShareHyperlinkDetector"
targetId="org.eclipse.ui.DefaultTextEditor">
</hyperlinkDetector>

Back to the top