Use plovr-2013-rc3

This commit is contained in:
Tom Payne
2013-07-22 12:25:47 +02:00
parent 2d08b5ff2c
commit 0fc60e9957

View File

@@ -142,8 +142,8 @@ SRC = [path
if path.endswith('.js')
if path not in SHADER_SRC]
PLOVR_JAR = 'build/plovr-eba786b34df9.jar'
PLOVR_JAR_MD5 = '20eac8ccc4578676511cf7ccbfc65100'
PLOVR_JAR = 'build/plovr-2013-rc3.jar'
PLOVR_JAR_MD5 = '8690b431a7c257b8849ae7d0fa979537'
PROJ4JS = 'build/proj4js/lib/proj4js-combined.js'
PROJ4JS_ZIP = 'build/proj4js-1.1.0.zip'
@@ -569,7 +569,7 @@ virtual('plovr', PLOVR_JAR)
@target(PLOVR_JAR, clean=False)
def plovr_jar(t):
t.info('downloading %r', t.name)
t.download('https://plovr.googlecode.com/files/' +
t.download('http://plovr.com/' +
os.path.basename(PLOVR_JAR), md5=PLOVR_JAR_MD5)
t.info('downloaded %r', t.name)