diff --git a/java/debugger/impl/src/com/intellij/debugger/actions/DebuggerActions.java b/java/debugger/impl/src/com/intellij/debugger/actions/DebuggerActions.java index ca323d4ad528..277949f7b380 100644 --- a/java/debugger/impl/src/com/intellij/debugger/actions/DebuggerActions.java +++ b/java/debugger/impl/src/com/intellij/debugger/actions/DebuggerActions.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2009 JetBrains s.r.o. + * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,6 +25,7 @@ import com.intellij.debugger.ui.impl.watch.DebuggerTree; import com.intellij.xdebugger.impl.actions.XDebuggerActions; import org.jetbrains.annotations.NonNls; +@Deprecated public interface DebuggerActions extends XDebuggerActions { @NonNls String POP_FRAME = "Debugger.PopFrame"; @NonNls String EVALUATION_DIALOG_POPUP = "Debugger.EvaluationDialogPopup"; diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/IdeActions.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/IdeActions.java index c784a8fccd74..504c4be91cd4 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/IdeActions.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/IdeActions.java @@ -225,7 +225,8 @@ public interface IdeActions { @NonNls String GROUP_OTHER_MENU = "OtherMenu"; @NonNls String GROUP_EDITOR = "EditorActions"; - @NonNls String GROUP_DEBUGGER = "DebuggerActions"; + + @Deprecated @NonNls String GROUP_DEBUGGER = "DebuggerActions"; @NonNls String ACTION_TOGGLE_LINE_BREAKPOINT = "ToggleLineBreakpoint"; diff --git a/resources/src/idea/JavaActions.xml b/resources/src/idea/JavaActions.xml index befc8da1d988..f7d90055200a 100644 --- a/resources/src/idea/JavaActions.xml +++ b/resources/src/idea/JavaActions.xml @@ -209,8 +209,6 @@ - - diff --git a/resources/src/idea/RichPlatformActions.xml b/resources/src/idea/RichPlatformActions.xml index 38bef51fdd8e..c08541820d0a 100644 --- a/resources/src/idea/RichPlatformActions.xml +++ b/resources/src/idea/RichPlatformActions.xml @@ -171,9 +171,6 @@ - - -