Extract verifier url to property

This commit is contained in:
Nikolay Krasko
2013-09-11 18:49:02 +04:00
parent 063ae58d6c
commit 22a328e41f
+3 -2
View File
@@ -16,6 +16,8 @@
<property name="kotlin.plugin.dir" value="${basedir}"/>
<property name="kannotator.plugin.dir" value="${basedir}"/>
<property name="verifier.url" value="http://teamcity.jetbrains.com/guestAuth/repository/download/bt351/88722:id/plugin-verifier.jar"/>
<condition property="download.eap">
<isset property="eap"/>
</condition>
@@ -98,8 +100,7 @@
<!-- Get plugin verifier -->
<delete file="plugin-verifier.jar" failonerror="false"/>
<get src="http://teamcity.jetbrains.com/guestAuth/repository/download/bt351/88722:id/plugin-verifier.jar"
dest="${verify.dir}/plugin-verifier.jar"/>
<get src="${verifier.url}" dest="${verify.dir}/plugin-verifier.jar"/>
<!-- Get kotlin plugin -->
<pathconvert property="kotlin.plugin.path">