Compile against 122.29 idea eap
This commit is contained in:
@@ -140,4 +140,13 @@ class ClsWrapperStubPsiFactory extends StubPsiFactory {
|
|||||||
return delegate.createTypeParameterList(stub);
|
return delegate.createTypeParameterList(stub);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public PsiAnnotationParameterList createAnnotationParameterList(PsiAnnotationParameterListStub stub) {
|
||||||
|
return delegate.createAnnotationParameterList(stub);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public PsiNameValuePair createNameValuePair(PsiNameValuePairStub stub) {
|
||||||
|
return delegate.createNameValuePair(stub);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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="ideaIC-120.305" until-build="ideaIC-120.9999" />
|
<idea-version since-build="ideaIC-120.305" until-build="ideaIC-122.9999" />
|
||||||
|
|
||||||
<depends optional="true">JUnit</depends>
|
<depends optional="true">JUnit</depends>
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,15 @@
|
|||||||
|
|
||||||
<target name="update" depends="fetch-third-party">
|
<target name="update" depends="fetch-third-party">
|
||||||
<execute_update
|
<execute_update
|
||||||
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt343/67709:id"
|
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt343/68192:id"
|
||||||
build.zip="ideaIC-120.SNAPSHOT.win.zip"
|
build.zip="ideaIC-122.SNAPSHOT.win.zip"
|
||||||
/>
|
/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="jb_update" depends="fetch-third-party">
|
<target name="jb_update" depends="fetch-third-party">
|
||||||
<execute_update
|
<execute_update
|
||||||
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt662/1492288:id"
|
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt662/1501032:id"
|
||||||
build.zip="ideaIC-120.SNAPSHOT.win.zip"
|
build.zip="ideaIC-122.SNAPSHOT.win.zip"
|
||||||
/>
|
/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user