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 eb3f28078df3..d397f0d1d005 100644 --- a/java/execution/impl/src/com/intellij/compiler/options/CompileStepBeforeRun.java +++ b/java/execution/impl/src/com/intellij/compiler/options/CompileStepBeforeRun.java @@ -47,8 +47,8 @@ import javax.swing.*; public class CompileStepBeforeRun extends BeforeRunTaskProvider { private static final Logger LOG = Logger.getInstance("#com.intellij.compiler.options.CompileStepBeforeRun"); public static final Key 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"); + public static final Key RUN_CONFIGURATION = Key.create("RUN_CONFIGURATION"); + public static final Key RUN_CONFIGURATION_TYPE_ID = Key.create("RUN_CONFIGURATION_TYPE_ID"); @NonNls protected static final String MAKE_PROJECT_ON_RUN_KEY = "makeProjectOnRun";