Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2007-05-27 18:16:49 +0000
committerrsuen2007-05-27 18:16:49 +0000
commitfbc3d5f8463a68f5fed57bddaa00d242a813b495 (patch)
tree72c1f0930559dc6bc0c56e1e49e2f5afdc097d7b /examples
parent43a0306477c21815b01d5c8afd363a3d5dc282a4 (diff)
downloadorg.eclipse.ecf-fbc3d5f8463a68f5fed57bddaa00d242a813b495.tar.gz
org.eclipse.ecf-fbc3d5f8463a68f5fed57bddaa00d242a813b495.tar.xz
org.eclipse.ecf-fbc3d5f8463a68f5fed57bddaa00d242a813b495.zip
Change the perspective ID.
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
index 853a0ad0f..4e68ea727 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
@@ -155,7 +155,7 @@
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
- targetID="org.eclipse.collaboration.ui.perspective.collab">
+ targetID="org.eclipse.ecf.ui.perspective.communications">
<actionSet
id="org.eclipse.ecf.example.collab.ui.actionSet">
</actionSet>

Back to the top