print a message indicating script is grabbing polyglot from svn

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4169 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
msridhar1 2011-05-04 21:30:07 +00:00
parent 1f97edecc7
commit b3b6585077
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
<target name="fetchPolyglot" depends="PolyglotPresent" unless="polyglot.present">
<delete dir="${temp.folder}"/>
<mkdir dir="${temp.folder}"/>
<echo message="Getting polyglot from svn; may take a few minutes"/>
<exec executable="svn"
dir="${temp.folder}">
<arg value="--quiet"/>