Remove deprecated targets

This commit is contained in:
Nikolay Krasko
2015-08-27 15:36:28 +03:00
parent a2f30f9619
commit 75396ff7bb
-35
View File
@@ -61,41 +61,6 @@
idea.maven.version="142-SNAPSHOT"/>
</target>
<!-- deprecated -->
<target name="update_old" depends="fetch-third-party,fetch-annotations">
<execute_update_with_id_resolve
teamcity.server.url="https://teamcity.jetbrains.com"
build.locator.request="buildType:bt410,status:SUCCESS,branch:idea/${ideaVersion}"/>
</target>
<!-- deprecated -->
<target name="jb_update_old" depends="fetch-third-party,fetch-annotations">
<execute_update_with_id_resolve
teamcity.server.url="http://buildserver.labs.intellij.net"
build.locator.request="buildType:bt3498,status:SUCCESS,branch:/idea/${ideaVersion}"/>
</target>
<!-- deprecated -->
<target name="jb_update_continuous_139_old" depends="fetch-third-party,fetch-annotations">
<execute_update_with_id_resolve
teamcity.server.url="http://buildserver.labs.intellij.net"
build.locator.request="buildType:ijplatform_IjPlatformMaster_IdeaTrunk_CommunityDist,status:SUCCESS"/>
</target>
<!-- deprecated -->
<target name="jb_update_continuous_141_old" depends="fetch-third-party,fetch-annotations">
<execute_update_with_id_resolve
teamcity.server.url="http://buildserver.labs.intellij.net"
build.locator.request="buildType:ijplatform_IjPlatform141_IdeaTrunk_CommunityDist,status:SUCCESS"/>
</target>
<!-- deprecated -->
<target name="jb_update_continuous_142_old" depends="fetch-third-party,fetch-annotations">
<execute_update_with_id_resolve
teamcity.server.url="http://buildserver.labs.intellij.net"
build.locator.request="buildType:bt662,status:SUCCESS"/>
</target>
<macrodef name="get-maven-library">
<attribute name="prefix"/>
<attribute name="lib"/>