Update to IntelliJ IDEA EAP 122.519

This commit is contained in:
Andrey Breslav
2012-10-10 15:56:58 +04:00
parent 5b4bf7036d
commit 23f98f81b9
+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/bt343/69609:id" base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt343/70697:id"
build.zip="ideaIC-122.SNAPSHOT.win.zip" build.zip="ideaIC-122.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/bt662/1537557:id" base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt662/1574020:id"
build.zip="ideaIC-122.SNAPSHOT.win.zip" build.zip="ideaIC-122.SNAPSHOT.win.zip"
/> />
</target> </target>