Migrate to IDEA 122.813

This commit is contained in:
Andrey Breslav
2012-11-19 17:04:18 +04:00
parent 636deb6a09
commit 47e057d529
2 changed files with 3 additions and 3 deletions
@@ -50,7 +50,7 @@ public class KotlinBuilderModuleScriptGenerator {
throws IOException
{
CharSequence moduleScriptText = KotlinModuleScriptGenerator.generateModuleScript(
target.getModuleName(),
target.getId(),
getKotlinModuleDependencies(target),
sourceFiles,
target.isTests(),
+2 -2
View File
@@ -3,14 +3,14 @@
<target name="update" depends="fetch-third-party">
<execute_update
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt343/71655:id"
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt343/71935:id"
build.zip="ideaIC-122.SNAPSHOT.win.zip"
/>
</target>
<target name="jb_update" depends="fetch-third-party">
<execute_update
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt662/1615048:id"
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt662/1625050:id"
build.zip="ideaIC-122.SNAPSHOT.win.zip"
/>
</target>