Compile against 122.29 idea eap

This commit is contained in:
Nikolay Krasko
2012-08-14 13:17:32 +04:00
parent 98ed261eb3
commit b5357d8738
3 changed files with 14 additions and 5 deletions
+4 -4
View File
@@ -3,15 +3,15 @@
<target name="update" depends="fetch-third-party">
<execute_update
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt343/67709:id"
build.zip="ideaIC-120.SNAPSHOT.win.zip"
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt343/68192: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/1492288:id"
build.zip="ideaIC-120.SNAPSHOT.win.zip"
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt662/1501032:id"
build.zip="ideaIC-122.SNAPSHOT.win.zip"
/>
</target>