Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-08-20 06:08:13 +0000
committerEike Stepper2015-08-20 06:08:13 +0000
commitdc23d870cefb27d471ecae6f02854f9e58b53ede (patch)
tree55884747b3adef1f378c18b85f1acab536c3e6dc /plugins/org.eclipse.emf.cdo.explorer.ui/src
parentbc97ee879dd3f170bb002f7a0c949e2a85a0d2ea (diff)
downloadcdo-dc23d870cefb27d471ecae6f02854f9e58b53ede.tar.gz
cdo-dc23d870cefb27d471ecae6f02854f9e58b53ede.tar.xz
cdo-dc23d870cefb27d471ecae6f02854f9e58b53ede.zip
[458349] Consolidate UI - Remove deprecated CDOCheckoutEditorOpener
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458349
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.explorer.ui/src')
-rw-r--r--plugins/org.eclipse.emf.cdo.explorer.ui/src/org/eclipse/emf/cdo/explorer/ui/checkouts/CDOCheckoutEditorOpener.java27
-rw-r--r--plugins/org.eclipse.emf.cdo.explorer.ui/src/org/eclipse/emf/cdo/explorer/ui/checkouts/CDOCheckoutEditorOpenerRegistry.java21
2 files changed, 0 insertions, 48 deletions
diff --git a/plugins/org.eclipse.emf.cdo.explorer.ui/src/org/eclipse/emf/cdo/explorer/ui/checkouts/CDOCheckoutEditorOpener.java b/plugins/org.eclipse.emf.cdo.explorer.ui/src/org/eclipse/emf/cdo/explorer/ui/checkouts/CDOCheckoutEditorOpener.java
deleted file mode 100644
index 447cfc2bdf..0000000000
--- a/plugins/org.eclipse.emf.cdo.explorer.ui/src/org/eclipse/emf/cdo/explorer/ui/checkouts/CDOCheckoutEditorOpener.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (c) 2015 Eike Stepper (Berlin, Germany) and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Eike Stepper - initial API and implementation
- */
-package org.eclipse.emf.cdo.explorer.ui.checkouts;
-
-import org.eclipse.emf.cdo.ui.CDOEditorOpener;
-
-/**
- * @author Eike Stepper
- */
-@Deprecated
-public interface CDOCheckoutEditorOpener extends CDOEditorOpener
-{
- /**
- * @author Eike Stepper
- */
- public static abstract class Default extends CDOEditorOpener.Default implements CDOCheckoutEditorOpener
- {
- }
-}
diff --git a/plugins/org.eclipse.emf.cdo.explorer.ui/src/org/eclipse/emf/cdo/explorer/ui/checkouts/CDOCheckoutEditorOpenerRegistry.java b/plugins/org.eclipse.emf.cdo.explorer.ui/src/org/eclipse/emf/cdo/explorer/ui/checkouts/CDOCheckoutEditorOpenerRegistry.java
deleted file mode 100644
index cfb3ba9ce8..0000000000
--- a/plugins/org.eclipse.emf.cdo.explorer.ui/src/org/eclipse/emf/cdo/explorer/ui/checkouts/CDOCheckoutEditorOpenerRegistry.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (c) 2015 Eike Stepper (Berlin, Germany) and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Eike Stepper - initial API and implementation
- */
-package org.eclipse.emf.cdo.explorer.ui.checkouts;
-
-import org.eclipse.emf.cdo.ui.CDOEditorOpener;
-
-/**
- * @author Eike Stepper
- */
-@Deprecated
-public class CDOCheckoutEditorOpenerRegistry extends CDOEditorOpener.Registry
-{
-}

Back to the top