Update to IDEA EAP 130.1619
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<version>@snapshot@</version>
|
<version>@snapshot@</version>
|
||||||
<vendor url="http://www.jetbrains.com">JetBrains Inc.</vendor>
|
<vendor url="http://www.jetbrains.com">JetBrains Inc.</vendor>
|
||||||
|
|
||||||
<idea-version since-build="130.1364" until-build="131.0"/>
|
<idea-version since-build="130.1619" until-build="131.0"/>
|
||||||
|
|
||||||
<depends optional="true" config-file="junit.xml">JUnit</depends>
|
<depends optional="true" config-file="junit.xml">JUnit</depends>
|
||||||
<depends optional="true" config-file="testng-j.xml">TestNG-J</depends>
|
<depends optional="true" config-file="testng-j.xml">TestNG-J</depends>
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ import org.jetbrains.jet.lang.resolve.name.FqName;
|
|||||||
import org.jetbrains.jet.plugin.JetMainDetector;
|
import org.jetbrains.jet.plugin.JetMainDetector;
|
||||||
import org.jetbrains.jet.plugin.framework.KotlinFrameworkDetector;
|
import org.jetbrains.jet.plugin.framework.KotlinFrameworkDetector;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
public class JetRunConfigurationProducer extends RuntimeConfigurationProducer implements Cloneable {
|
public class JetRunConfigurationProducer extends RuntimeConfigurationProducer implements Cloneable {
|
||||||
@Nullable
|
@Nullable
|
||||||
private PsiElement mySourceElement;
|
private PsiElement mySourceElement;
|
||||||
@@ -100,7 +102,7 @@ public class JetRunConfigurationProducer extends RuntimeConfigurationProducer im
|
|||||||
@Override
|
@Override
|
||||||
protected RunnerAndConfigurationSettings findExistingByElement(
|
protected RunnerAndConfigurationSettings findExistingByElement(
|
||||||
Location location,
|
Location location,
|
||||||
@NotNull RunnerAndConfigurationSettings[] existingConfigurations,
|
@NotNull List<RunnerAndConfigurationSettings> existingConfigurations,
|
||||||
ConfigurationContext context
|
ConfigurationContext context
|
||||||
) {
|
) {
|
||||||
FqName startClassFQName = getStartClassFQName(location);
|
FqName startClassFQName = getStartClassFQName(location);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<project name="Update Dependencies" default="update">
|
<project name="Update Dependencies" default="update">
|
||||||
<property name="jb.buildserver.build.id" value="2007632"/>
|
<property name="jb.buildserver.build.id" value="2030397"/>
|
||||||
<property name="public.buildserver.build.id" value="87877"/>
|
<property name="public.buildserver.build.id" value="89111"/>
|
||||||
<property name="idea.archive.name" value="ideaIC-130.SNAPSHOT.win.zip"/>
|
<property name="idea.archive.name" value="ideaIC-130.SNAPSHOT.win.zip"/>
|
||||||
|
|
||||||
<property name="idea.sdk.fetch.needed" value="true"/>
|
<property name="idea.sdk.fetch.needed" value="true"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user