blob: 23289c85ab70043cf1631ac982a63b6ba6314cc0 [file] [log] [blame]
<project name="Update targets" default="export to remote targets" basedir=".">
<target name="init">
<tstamp/>
</target>
<target name="export to remote targets" depends="init">
<ant antfile="scripts/updateTarget.xml" dir="../../org.eclipse.ant.core" target="export"/>
<ant antfile="scripts/updateTarget.xml" dir="../../org.eclipse.ant.core" target="copy"/>
<ant antfile="scripts/updateTarget.xml" dir="../../org.eclipse.ui.externaltools" target="export"/>
<ant antfile="scripts/updateTarget.xml" dir="../../org.eclipse.ui.externaltools" target="copy"/>
</target>
</project>