Update to IDEA 12.0.3

This commit is contained in:
Andrey Breslav
2013-02-04 15:37:41 +04:00
parent ae5aeef147
commit a47ff5cdb5
+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/75902:id" base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt410/76462:id"
build.zip="ideaIC-123.SNAPSHOT.win.zip" build.zip="ideaIC-123.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/1717585:id" base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt3498/1726735:id"
build.zip="ideaIC-123.SNAPSHOT.win.zip" build.zip="ideaIC-123.SNAPSHOT.win.zip"
/> />
</target> </target>