From 208e521731773c003748b4a8b0fa68905daad4f8 Mon Sep 17 00:00:00 2001 From: Eugene Kudelevsky Date: Fri, 27 Apr 2012 19:37:44 +0400 Subject: [PATCH] pass run configuration type id to compile server --- .../src/com/intellij/compiler/options/CompileStepBeforeRun.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/execution/impl/src/com/intellij/compiler/options/CompileStepBeforeRun.java b/java/execution/impl/src/com/intellij/compiler/options/CompileStepBeforeRun.java index 4c2a775ccd7e..e7891d8930de 100644 --- a/java/execution/impl/src/com/intellij/compiler/options/CompileStepBeforeRun.java +++ b/java/execution/impl/src/com/intellij/compiler/options/CompileStepBeforeRun.java @@ -48,6 +48,7 @@ public class CompileStepBeforeRun extends BeforeRunTaskProvider ID = Key.create("Make"); private static final Key RUN_CONFIGURATION = Key.create("RUN_CONFIGURATION"); + private static final Key RUN_CONFIGURATION_TYPE_ID = Key.create("RUN_CONFIGURATION_TYPE_ID"); @NonNls protected static final String MAKE_PROJECT_ON_RUN_KEY = "makeProjectOnRun"; @@ -148,6 +149,7 @@ public class CompileStepBeforeRun extends BeforeRunTaskProvider