Added idea.build.number to update_dependencies.

Fixed build for non windows agents on internal buildserver.
This commit is contained in:
Zalim Bashorov
2013-10-21 13:50:42 +04:00
parent 61270e8ee5
commit d71302ec61
+3 -1
View File
@@ -19,7 +19,9 @@
</and>
</condition>
<property name="idea.archive.name" value="ideaIC-132.SNAPSHOT.${os.tag}"/>
<property name="idea.build.number" value="132.SNAPSHOT"/>
<property name="idea.archive.name" value="ideaIC-${idea.build.number}.${os.tag}"/>
<property name="idea.sdk.fetch.needed" value="true"/>