Update to IDEA 129.111 (12.1 EAP RC2)

This commit is contained in:
Nikolay Krasko
2013-03-29 17:39:50 +04:00
parent 6a7cd7c6e3
commit e77f1060b3
+2 -2
View File
@@ -3,14 +3,14 @@
<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/bt410/79867:id" base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt410/80485:id"
build.zip="ideaIC-129.SNAPSHOT.win.zip" build.zip="ideaIC-129.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/bt3498/1797427:id" base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt3498/1807694:id"
build.zip="ideaIC-129.SNAPSHOT.win.zip" build.zip="ideaIC-129.SNAPSHOT.win.zip"
/> />
</target> </target>