Remove deprecated targets
This commit is contained in:
@@ -61,41 +61,6 @@
|
|||||||
idea.maven.version="142-SNAPSHOT"/>
|
idea.maven.version="142-SNAPSHOT"/>
|
||||||
</target>
|
</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">
|
<macrodef name="get-maven-library">
|
||||||
<attribute name="prefix"/>
|
<attribute name="prefix"/>
|
||||||
<attribute name="lib"/>
|
<attribute name="lib"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user