Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-08-02 05:40:32 +0000
committerEike Stepper2007-08-02 05:40:32 +0000
commit0e62d99f714fef2383ec6702cc3fdeb0a62f3bfd (patch)
treed23b839936fef0734f12608e6251e377e33a9607
parent37880a728931130db25ffc3b8f8009332cae760d (diff)
downloadcdo-0e62d99f714fef2383ec6702cc3fdeb0a62f3bfd.tar.gz
cdo-0e62d99f714fef2383ec6702cc3fdeb0a62f3bfd.tar.xz
cdo-0e62d99f714fef2383ec6702cc3fdeb0a62f3bfd.zip
*** empty log message ***
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOActionBarContributor.java4
1 files 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();

Back to the top