Enable plugin verifier in build

This commit is contained in:
Leonid Shalupov
2012-02-29 17:12:22 +04:00
parent 67acb4c1e2
commit ebae3fca2b
3 changed files with 21 additions and 2 deletions
+4
View File
@@ -13,8 +13,12 @@
<attribute name="teamcity" default="http://teamcity.jetbrains.com"/>
<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" />
<property name="core" value="ideaSDK/core"/>
<property name="tc" value="@{teamcity}/guestAuth/repository/download/@{teamcity.build}/.lastSuccessful"/>
<delete dir="ideaSDK" failonerror="false">
<exclude name="config/**"/>
<exclude name="system/**"/>