Download idea-12 for verifying in publish

This commit is contained in:
Nikolay Krasko
2012-12-07 15:23:03 +04:00
parent c224b6441d
commit 63248ed5b6
+3 -1
View File
@@ -8,6 +8,7 @@
<target name="verifyAndPublish"> <target name="verifyAndPublish">
<!-- IDEA Download URL -> ${download.url} --> <!-- IDEA Download URL -> ${download.url} -->
<!-- Fetch from EAP page --> <!-- Fetch from EAP page -->
<!--
<loadresource property="download.url"> <loadresource property="download.url">
<url url="${idea.download.page.url}"/> <url url="${idea.download.page.url}"/>
<filterchain> <filterchain>
@@ -18,7 +19,8 @@
</tokenfilter> </tokenfilter>
</filterchain> </filterchain>
</loadresource> </loadresource>
<!--<property name="download.url" value="http://download.jetbrains.com/idea/ideaIC-11.1.tar.gz" />--> -->
<property name="download.url" value="http://download.jetbrains.com/idea/ideaIC-12.0.tar.gz" />
<!-- Download and extract IDEA --> <!-- Download and extract IDEA -->
<echo message="Downloading IDEA from ${download.url}"/> <echo message="Downloading IDEA from ${download.url}"/>