Add logging messages for downloading proj4js

This commit is contained in:
Tom Payne
2013-04-02 16:29:11 +02:00
parent 15b7bb1cdb
commit fe78b49e28

View File

@@ -532,8 +532,10 @@ def proj4js(t):
@target(PROJ4JS_ZIP, clean=False)
def proj4js_zip(t):
t.info('downloading %r', t.name)
t.download('http://download.osgeo.org/proj4js/' +
os.path.basename(t.name), md5=PROJ4JS_ZIP_MD5)
t.info('downloaded %r', t.name)
@target('test', INTERNAL_SRC, PROJ4JS, 'build/test/requireall.js', phony=True)