Update to Idea 12.0.4

This commit is contained in:
Mikhael Bogdanov
2013-02-18 20:28:34 +04:00
parent 026b833ba0
commit d1a443d952
+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/76462:id" base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt410/77484: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/1726735:id" base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt3498/1745749:id"
build.zip="ideaIC-123.SNAPSHOT.win.zip" build.zip="ideaIC-123.SNAPSHOT.win.zip"
/> />
</target> </target>