get lastPinned plugin-verifier in update_dependencies.xml

This commit is contained in:
Leonid Shalupov
2012-03-09 17:49:49 +04:00
parent 4831940a7d
commit 4ff9a71d8b
+1 -1
View File
@@ -14,7 +14,7 @@
<attribute name="teamcity.build" default="bt343"/>
<sequential>
<delete dir="PluginVerifier" failonerror="false" />
<get src="http://teamcity.jetbrains.com/guestAuth/repository/download/bt351/.lastSuccessful/plugin-verifier-1.0-SNAPSHOT.jar" dest="PluginVerifier" />
<get src="http://teamcity.jetbrains.com/guestAuth/repository/download/bt351/.lastPinned/plugin-verifier-1.0-SNAPSHOT.jar" dest="PluginVerifier" />
<property name="core" value="ideaSDK/core"/>
<property name="tc" value="@{teamcity}/guestAuth/repository/download/@{teamcity.build}/.lastSuccessful"/>