Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2011-09-07 00:07:06 +0000
committerRyan D. Brooks2011-09-07 00:07:06 +0000
commitf937c017929e425b1cf9532e83c1cfb52c881bdf (patch)
tree05ec96d6a270abe13b7568b1c8d2c70c1a2870e8 /plugins/org.eclipse.osee.framework.plugin.core
parent1dcc430a78f5065c8b4a0cb4b63c7124f0b2e056 (diff)
downloadorg.eclipse.osee-f937c017929e425b1cf9532e83c1cfb52c881bdf.tar.gz
org.eclipse.osee-f937c017929e425b1cf9532e83c1cfb52c881bdf.tar.xz
org.eclipse.osee-f937c017929e425b1cf9532e83c1cfb52c881bdf.zip
refactor: Remove IActionable0.9.9.v201109070002_SR1
Diffstat (limited to 'plugins/org.eclipse.osee.framework.plugin.core')
-rw-r--r--plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/IActionable.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/IActionable.java b/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/IActionable.java
deleted file mode 100644
index b89651f4542..00000000000
--- a/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/IActionable.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2007 Boeing.
- * 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:
- * Boeing - initial API and implementation
- *******************************************************************************/
-package org.eclipse.osee.framework.plugin.core;
-
-/**
- * @author Donald G. Dunne
- */
-public interface IActionable {
-
- /**
- * Provide description over and above the viewpart name and version to be used by ATS
- */
- public String getActionDescription();
-
-}

Back to the top