1 <project name="Upload updates.xml to jetbrains.com. Effective in half an hour" default="bootstrap">
2 <property name="home" value="${basedir}/../../../.."/>
4 <xmlvalidate file="${home}/build/eap/updates.xml"/>
6 <property name="host" value="ftp.labs.intellij.net"/>
7 <property name="user" value="idea"/>
8 <property name="password" value="4pawoMauoJjjlxpIl3XG"/>
10 <ftp server="${host}" action="send" binary="false" remotedir="updates" userid="${user}" password="${password}">
11 <fileset file="${home}/community/python/edu/build/python.txt"/>
15 <target name="bootstrap">
16 <java failonerror="true" classname="org.apache.tools.ant.Main" fork="true">
18 <fileset dir="${home}/community/lib/ant/lib">
19 <include name="*.jar"/>
21 <fileset dir="${home}/community/lib">
22 <include name="commons-net-3.3.jar"/>
23 <include name="jsch-0.1.52.jar"/>
28 <arg value="${ant.file}"/>