From 0e62d99f714fef2383ec6702cc3fdeb0a62f3bfd Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Thu, 2 Aug 2007 05:40:32 +0000 Subject: *** empty log message *** --- .../eclipse/emf/cdo/internal/ui/editor/CDOActionBarContributor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOActionBarContributor.java b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOActionBarContributor.java index 04b4c9398d..1a5b8e40d8 100644 --- a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOActionBarContributor.java +++ b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOActionBarContributor.java @@ -189,8 +189,8 @@ public class CDOActionBarContributor extends EditingDomainActionBarContributor i importResourceAction = new ImportRootsAction(); importResourceAction.setId(IMPORT_RESOURCE_ID); - exportResourceAction = new ExportResourceAction(); - exportResourceAction.setId(EXPORT_RESOURCE_ID); + // exportResourceAction = new ExportResourceAction(); // XXX + // exportResourceAction.setId(EXPORT_RESOURCE_ID); validateAction = new ValidateAction(); controlAction = new ControlAction(); -- cgit v1.2.3