Update to IDEA 129.17 (12.1 EAP)

This commit is contained in:
Evgeny Gerashchenko
2013-03-18 17:13:01 +04:00
committed by Nikolay Krasko
parent 6874f41af8
commit 35dadbf796
2 changed files with 5 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/bt410/79082:id"
build.zip="ideaIC-128.SNAPSHOT.win.zip"
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt410/79534:id"
build.zip="ideaIC-129.SNAPSHOT.win.zip"
/>
</target>
<target name="jb_update" depends="fetch-third-party">
<execute_update
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt3498/1778908:id"
build.zip="ideaIC-128.SNAPSHOT.win.zip"
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt3498/1789984:id"
build.zip="ideaIC-129.SNAPSHOT.win.zip"
/>
</target>